/* CSS Document */
#page{
	background:url(../images/bg_header.jpg) left top no-repeat #fcf5ed;
}

#content{
	background:url(../images/bg_girl.gif) right top no-repeat;
    overflow: hidden;
	min-height:402px;
	
}

*html #content{
	background:url(../images/bg_girl.gif) 95% 10% no-repeat;
	margin:18px 0 0 0;
}

*:first-child+html #content{
	background:url(../images/bg_girl.gif) 95% 10% no-repeat;
	margin:18px 0 0 0;
}

#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content{
    height: 1em;
    overflow: visible;
}
/**/

#content div.words{
	width:332px;
	height:107px;
	display:block;
	margin:30px 0 0px 0;
	padding:0px 15x;

}

#content div.words p{
	margin:0px 15px 0px 15px;

}

#news{
	margin:5px 0 0 0;
}
#news h2{
	margin:0;
}

#news ul{
	margin:10px 0 0 0;
}

#news ul li{
	background: url(../images/img_day.gif) no-repeat left center;
	height:16px;
	list-style:none;
	margin:0 0 13px -40px;
	padding-left:12px;
}

*html #news ul li{
	margin:0 0 13px 0px;
	padding:1px 0 1px 12px;
}

*:first-child+html #news ul li{
	margin:0 0 13px 0px;
	padding:1px 0 1px 12px;

}

#news ul li a{
	color:#3D2211;
	font: normal 10pt "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration:none;
	margin-left:20px;
}
