@charset "Shift_JIS";

/*////////////////////////////////////////////////////
	Woman Layout CSS
////////////////////////////////////////////////////*/

/*---------------------------------------------------
	GlobalLayout
----------------------------------------------------*/	

#Reform {
	background:#f8fee2;
}

#Reform #ContainerWrapper{
	margin:0 auto;
	background: url(none);
}
#Reform #Container{
	width:800px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	background-color:#FFF;
	text-align:left;
}
#Reform #Header{
	position:relative;
	width:800px;
	height:310px;
	border-bottom:none;
}
#Reform #Header h1 a{
	width:800px;
	height:310px;
}

/*---------------------------------------------------
	Contents Layout
----------------------------------------------------*/
#Reform #ColL {
border-right:1px solid #ccc;
}
#Reform #ColL .member{
	margin-bottom:20px;
	border-bottom:1px dashed #ccc;
}

#Reform .IncludeBox{
	border:5px solid #ccc;
}
#Reform .entry{
width:518px;
	border:1px solid #bbcc86;
	background:#fbfef1;
}
#Reform .entryDate{
	width:478px;
	padding:20px 20px 0;
	margin-bottom:0px;
	background:none;
	font-weight:bold;
	color:#666;
	text-align:left;
}
#Reform .entry h2{
	background:none;
	margin:0px 20px 10px;
	padding:10px 0;
	border-bottom:none;
	font-size:130% !important;
	border-bottom:1px dashed #ccc;
	color:#617a0a !important;
}
* html #Reform .entry h2{font-size:small;}
#Reform .entry h2 a{
	text-decoration:none !important;
	color:#617a0a !important;
}
#Reform .entryBody{
	margin:0 20px;
	font-size:1em;
}
* html #Reform .entryBody{
	font-size:small;
}
#Reform .entryFooter{
	width:458px;
margin:0 20px;
}

