@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	main_content.css
	
	[概要]	
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#contentHeader:after,
div.header:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#contentHeader,
*:first-child + html div.header
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#contentHeader,
* html div.header
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div#contentHeader,
div.header
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#contentTitle,
div.header span.mogri
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
.entryCategoryLabel
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}


/*------------------------------------------------------------------------------

							
								
------------------------------------------------------------------------------*/
div.entryBody{
	line-height: 1.7;
}

div.entryBody p{
	margin-bottom: 1em;
}

div.article p.note{
	color: #666666;
	font-size: 85%;
}

div#blogWrapper strong,
div#blogWrapper strong a{
	font-weight: bold;
}


/*------------------------------------------------------------------------------

									a
								
------------------------------------------------------------------------------*/
div#mainContent a,
div#mainContent a:link{
	color: #544300;
	text-decoration: none;
	border-bottom: 1px dotted #544300;
}

div#mainContent a:visited{
	color: #544300;
	text-decoration: none;
	border-bottom: 1px dotted #544300;
}

div#mainContent a:hover{
	color: #967800;
	text-decoration: none;
	border-bottom: 0px dotted #967800;
}

div#mainContent a:active{
	color: #967800;
	text-decoration: none;
	border-bottom: 0px dotted #967800;
}

/*------------------------------------------------------------------------------

								#contentHeader
								
------------------------------------------------------------------------------*/
div#contentHeader{
	position: relative;
	width: 100%; height: 40px;
	margin-bottom: 20px;
}

/* Win IE6 \*/
* html div#contentHeader{
	margin-bottom: 60px;
}
/* End Win IE6 */

/*------------------------------------------------------------------------------
								#contentTitle
------------------------------------------------------------------------------*/
#contentTitle{
	position: absolute;
	top: 0px; left: 0px;
	width: 150px; height: 40px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

body#newEntry #contentTitle{
	background-image: url(../../images/common/content_title_new_entry.png);
}

body#categoryArchive #contentTitle{
	background-image: url(../../images/common/content_title_category.png);
}

body#monthlyArchive #contentTitle{
	background-image: url(../../images/common/content_title_archive.png);
}

div#contentHeader p{
	position: absolute;
	right: 0px; bottom: 0px;
	color: #670000;
	font-weight: bold;
}

/* Win IE6 \*/
* html div#contentHeader p{
	bottom: -40px;
}
/* End Win IE6 */


/*------------------------------------------------------------------------------

								article
								
------------------------------------------------------------------------------*/
div.article{
	margin-bottom: 50px;
}

/*------------------------------------------------------------------------------

								.header
								
------------------------------------------------------------------------------*/
div.header{
	position: relative;
	top: 0px; left: 0px;
	margin-bottom: 20px;
}

div.header span.mogri{
	float: left;
	position: absolute;
	top: 50%; right: -3px;
	width: 100px; height: 105px;
	margin-top: -42px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
}

div.num1 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_01_l.png);
}

div.num2 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_02_l.png);
}

div.num3 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_03_l.png);
}

div.num4 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_04_l.png);
}

div.num5 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_05_l.png);
}

div.num6 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_06_l.png);
}

div.num7 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_07_l.png);
}

div.num8 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_08_l.png);
}

div.num9 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_09_l.png);
}

div.num10 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_10_l.png);
}

div.num11 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_11_l.png);
}

div.num12 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_12_l.png);
}

div.num13 div.header span.mogri{
	background-image: url(../../images/common/mogri_icon_13_l.png);
}


/*------------------------------------------------------------------------------
									.date
------------------------------------------------------------------------------*/
div#mainContent div.header p.date{
	margin-bottom: 5px;
	padding: 0px 5px;
	font-weight: bold;
}

/*------------------------------------------------------------------------------
								.entryTitle
------------------------------------------------------------------------------*/
div.header .entryTltle{
	padding: 1px 0px;
	border-top: 1px solid #d1cbb6;
	border-bottom: 1px solid #d1cbb6;
}

div.header .entryTltle span{
	display: block;
	width: 402px;
	padding: 10px 80px 10px 25px;
	background: url(../../images/common/entry_title_bg.jpg) repeat-y scroll left top;
	border-top: 1px solid #f1efe9;
	border-bottom: 1px solid #f1efe9;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.3;
}

/* Win IE6 \*/
* html div.header .entryTltle span{
	width: 507px;
}
/* End Win IE6 */

/*------------------------------------------------------------------------------

								.entryBody
								
------------------------------------------------------------------------------*/
div.article div.entryBody{
	margin-bottom: 30px;
}


/*------------------------------------------------------------------------------
								画像の影
------------------------------------------------------------------------------*/
div.article div.entryBody span.shadow{
	position: relative;
	top: 0px; left: 0px;
	display: block;
}

div.article div.entryBody span.shadow img.shadowLT{
	position: absolute;
	top: 0px; left: -10px;
}

div.article div.entryBody span.shadow img.shadowLB{
	position: absolute;
	bottom: 2px; left: -10px;
}

div.article div.entryBody span.shadow img.shadowRT{
	position: absolute;
	top: 0px; right: -10px;
}

div.article div.entryBody span.shadow img.shadowRB{
	position: absolute;
	bottom: 2px; right: -10px;
}

/*------------------------------------------------------------------------------

								.footer
								
------------------------------------------------------------------------------*/
div.article div.footer{
	padding-top: 8px;
	border-top: 1px solid #dedaca;
	text-align: right;
	font-size: 90%;
}

div.article div.footer img.categoryLabel{
	vertical-align: middle;
}

/*------------------------------------------------------------------------------

								.entryCategory
								
------------------------------------------------------------------------------*/
.entryCategory a{
	
}














