/* init.css 

 01.base 共通
 02.body ボディ
 03.container 全体包括
 04.header ヘッダ
 05.content コンテンツエリア
 06.entry エントリーエリア
 07.calendar カレンダー
 08.footer フッタ
 09.archive アーカイプ一覧
 10.その他
 
*/

/*
===============================================
 01.base 共通
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

a img {
	margin: 0;
	padding: 0;
	border: none;
}

a { text-decoration: underline;}
a:link { color: #194C80;}
a:hover { color: #B3B3B3;}

.float-clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

/* Hides from IE-mac ¥*/
*html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

/*
===============================================
 02.body ボディ
----------------------------------------------- */
body {
	background-color: #FFFFFF;
	line-height: 1;
	color: #4C4C4C;
	text-align: center;
}

/*
===============================================
 03.container 全体包括
----------------------------------------------- */
#container {
	width: 100%; /* necessary for ie win */
}

#container-inner {
}

/*
===============================================
 04.header ヘッダ
----------------------------------------------- */
#header-content {
	width: 100%; /* necessary for ie win */
}

#header-name {
	padding: 20px 0 0 0;
}

#header-name a {
	margin: 0 auto;
	background-image: url(http://nakaguma.df-cue.com/photolog/images/h1_title.gif); 
	background-repeat: no-repeat;
	width: 302px;
	height: 30px;
	text-indent: -9999em;
	display: block;
}

#header-description {
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*
===============================================
 05.content コンテンツエリア
----------------------------------------------- */
#content { width: 100%;}
#content-inner { width: 100%;}

/* エントリー部
----------------------------------------------- */
#alpha {
}

/*
===============================================
 06.entry エントリーエリア
----------------------------------------------- */
/* エントリーボックス
----------------------------------------------- */
.entry-asset {
}

/* エントリーヘッダ
----------------------------------------------- */
.asset-header,
.archive-title,
.asset-header #page-title {
	padding: 40px 0 0 0;
	font-size: 123.1%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #B3B3B3;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

abbr { border: none;}

/* エントリー本文（画像）
----------------------------------------------- */
.asset-body {
	text-align: center;
	margin: 20px 0 20px 0;
}

.asset-body img {
	padding: 8px;
	background: #FFFFFF;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

/* エントリー本文（サムネイル）
----------------------------------------------- */
#thumb-content {
	width: 630px;
	text-align: left;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
}

#thumb-content img {
	vertical-align: middle;
	margin: auto auto;
	padding: 4px;
	background: #FFFFFF;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

#thumb-content .thumb {
	float: left;
	width: 90px;
	height: 80px;
	text-align: center;
	margin: 0;
}

/*　エントリー追記（文章）
----------------------------------------------- */
.asset-more-link p,
.asset-more p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0 0 1.5em 0;
	font-size: 93%;
	line-height: 1.5;
}

/*　エントリーフッタ
----------------------------------------------- */
.asset-footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0 0 20px 0;
	border-top: 1px solid #CCC;
	padding: 4px 10px;
	color: #666;
	font-size: 85%;
	text-align: right;
}

.footer-cate {
	font-size: 10px;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
}

/*
===============================================
 07.calendar カレンダー
----------------------------------------------- */
/* カレンダー
------------------------------------- */
.module-calendar {
	width: 512px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

table.frame {
	border-collapse: collapse;
	width: 512px;
}

td.log {
	width: 154px;
	text-align: center;
	vertical-align: top;
}

td.space {
	width: 25px;
}

td.log table {
	border-collapse: collapse;
	width: 100%;
}

td.log th,
td.log td {
	width: 22px;
	height: 20px;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
	text-transform: uppercase;
	color: #B3B3B3;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
}

.calendar-header {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #B3B3B3;
	margin-top: 20px;
	padding: 0 0 4px 0;
}

td.log a {
	background-image: url(http://nakaguma.df-cue.com/photolog/images/calendar_link.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 4px 0;
}

td.log a:visited {
	text-decoration: none;
	color: #999999;
	display: block;
}

td.log a:hover {
	text-decoration: none;
	color: #194C80;
	display: block;
}

/*
===============================================
 08.footer フッタ
----------------------------------------------- */
#footer {
	clear: both;
	padding: 20px 0;
}

/* サイトリンク
------------------------------------- */
#banner-link {
	color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 0;
	background: none;
	font-size: 77%;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
}

#banner-link a { 
	color: #B3B3B3;
	text-decoration: none;
	font-weight: bold;
}

#banner-link a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

/* 年別アーカイブリンク
------------------------------------- */
#calendar-link {
	background-color: #BFBFBF;
	font-size: 77%;
	font-weight: normal;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 6px 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#calendar-link a { 
	color: #194C80;
	text-decoration: none;
	font-weight: bold;
}

#calendar-link a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

/* powered
------------------------------------- */
.widget-powered { margin: 0; padding: 20px 0 0 0; border-width: 0;}
.widget-powered .widget-content {
	margin: 0;
	border-bottom: 1px solid #B3B3B3;
	padding: 6px 0;
	color: #292e33;
	font-size: 77%;
	background: #E6E6E6;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
}

/*
===============================================
 09.archive アーカイプ一覧
----------------------------------------------- */
/* カテゴリー
------------------------------------- */
.module-categories {
	width: 230px;
	margin: 0 auto;
	text-align: left;
	font-size: 93%;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
}

.module-categories .module-content {
	margin: 30px 0;
}

.module-categories .S5 {
	background-image: url(http://nakaguma.df-cue.com/photolog/images/s_5.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 10px 0;
	padding: 20px 0;
}

.module-categories .E-1 {
	background-image: url(http://nakaguma.df-cue.com/photolog/images/e_1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 10px 0;
	padding: 20px 0;
}

.module-categories .OM-2 {
	background-image: url(http://nakaguma.df-cue.com/photolog/images/om_2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 10px 0;
	padding: 20px 0;
}

.module-categories .MINOLTA {
	background-image: url(http://nakaguma.df-cue.com/photolog/images/a_707si.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 10px 0;
	padding: 20px 0;
}

.module-categories .CANON {
	background-image: url(http://nakaguma.df-cue.com/photolog/images/ixy_200.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 10px 0;
	padding: 20px 0;
}

.e9 {
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
	font-size: 9px;
	margin: 0 0 0 6px;
	font-weight: normal;
}

.text {
	margin: 30px 0;
}

.text p {
	margin: 1em 0;
	font-size: 85%;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*
===============================================
 10.その他
----------------------------------------------- */
.asset-content a,
.asset-footer a,
.content-nav a,
.widget-content a { text-decoration: none; border-bottom: 1px dotted #194C80; padding-bottom: 1px;}

.asset-content a:hover,
.asset-footer a:hover,
.content-nav a:hover,
.widget-content a:hover { text-decoration: none; border-bottom: 1px dotted #999999; padding-bottom: 1px;}

.content-nav a {
	font-weight: bold;
}

/* ナビゲーション
------------------------------------- */
.content-nav {
	clear: both;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 93%;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
}

/* ページ分割
------------------------------------- */
.paginate {
	clear: both;
	font-size: 93%;
	text-align: center;
	padding: 20px 0;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
}
