@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content #cms{
 margin:0 10px 29px 10px;
}

#content .cms{
 overflow:hidden;
 zoom:1;
 padding-bottom:20px;
 background:url(../image/cms_bg.jpg) left bottom repeat-x;
 margin-bottom:20px;
}

#content .imgL{
 border:1px solid #EAE6BF;
}

#content .cms dl{
 float:right;
 width:430px;
 color:#555505;
}

#content .cms dl dd{
 padding:1px;
 margin:0 0 6px 12px;
}

#content .cms dl dd a{
 color:#0099FF;
 text-decoration:underline;
}

#content .cms dl dd a:hover{
 text-decoration:none;
}

#content .cms dl dt{
 background:#fff url(../image/dl_bg.jpg) left top repeat-x;
 line-height:1.2;
 font-size:1.2em;
 font-weight:bold;
 padding:4px 0 5px 20px;
 margin-bottom:11px;
 border-bottom:1px solid #CCC;
}

#content .page{
	text-align: right;
}

#content .page li{
	display: inline;
	line-height:1.0;
	color:#4B610A;
	font-weight:bold;
	margin-left: 6px;
}

#content .page li a{
 text-decoration:underline;
}

#content .page li a:hover{
 text-decoration:none;
}

#content .pagetop{
 margin:23px 5px 20px 0;
}

