@charset "Shift_JIS";

/*////////////////////////////////////////////////////
	Woman Layout CSS
////////////////////////////////////////////////////*/

/*---------------------------------------------------
	GlobalLayout
----------------------------------------------------*/	

#Woman {
	background: url(../img/woman/body_bg.gif);
}

#Woman #ContainerWrapper{
	margin:0 auto;
	background: url(none);
}
#Woman #Container{
	width:800px;
	border-left:1px #E2D1CE solid;
	border-right:1px #E2D1CE solid;
	background-color:#FFF;
	text-align:left;
}
#Woman #Header{
	position:relative;
	width:800px;
	height:310px;
	border-bottom:none;
}
#Woman #Header h1 a{
	width:800px;
	height:310px;
}

/*---------------------------------------------------
	Contents Layout
----------------------------------------------------*/

#Woman .IncludeBox{
	border:5px solid #FDDF63;
}
#Woman .entry{
width:526px;
margin-left:-6px;
	margin-top:20px;
	background: url(../img/woman/entry_bg.gif) repeat-y left top;
}
#Woman .entryDate{
	padding:0px 3px;
	margin-bottom:0px;
	background:#FFF url(none);
	color:#EE7982;
	text-align:right;
	font-weight: bold;
}
#Woman .entry h2{
	margin-bottom:0px;
	padding:30px 10px 20px 80px;
	border-bottom:none;
	background: url(../img/woman/entry_ti_bg.jpg) no-repeat left top;
}
* html #Woman .entry h2{font-size:small;}
#Woman .entry h2 a{
	color:#835249 !important;
	text-decoration:none !important;
}
#Woman .entry h2 a:hover{
	color:#EE7982 !important;
}
#Woman .entryBody{
	margin:0 20px;
	font-size:1em;
}
* html #Woman .entryBody{
	font-size:small;
}
#Woman .entryFooter{
	width:481px;
margin-left:16px;
border-bottom:10px #F9E8C9 solid;
}
