@charset "UTF-8";
/* CSS Document */

html,body { margin:0px;}

* {
	font-size : 100%;
	_font-size :100%;
	font-style: normal;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	}
a:link { color:#5B5C57;}
a:hover { color:#3C5CA9; text-decoration:none;}

#contents_wrap {background: url(../img/bg.png); width:1000px; margin:0px auto;}
#bannerBox { position:relative; height:220px;}
#bannerBox .header{ padding-top:20px;}
#bannerBox .title{ position:absolute; left:32px; top:130px;}
.header_line{position: absolute; width:100%; height:6px; background:#000; top:75px; margin:0px auto; left:0px;}

.contents { padding:46px;}
.contents .left_box{ width:580px;}
.contents .right_box{ width:250px; float:right; background:#EEEEEF; padding:20px;}
	.contents .right_box h4{ border-bottom:6px solid #000; padding-bottom:10px; margin-bottom:20px;}
/*	.contents .right_box dl dt { float:left; font-size:10px; padding-top:3px; margin-bottom:15px;}
	.contents .right_box dl dd { margin-left:80px; margin-bottom:15px;}　　日付とタイトルのフォントサイズを合わせた*/
	.contents .right_box dl dt { float:left;font-size:10px; padding-top:3px; margin-bottom:15px;}
	.contents .right_box dl dd { margin-left:80px; font-size:10px; margin-bottom:15px;}


/*.contents { padding:46px;}
.contents .left_box{ width:580px;}
.contents .right_box{ width:250px; float:right; background:#EEEEEF; padding:20px;}
	.contents .right_box h4{ border-bottom:6px solid #000; padding-bottom:10px; margin-bottom:20px;}
	.contents .right_box dl dt { float:left; font-size:10px; padding-top:3px; margin-bottom:15px;}
	.contents .right_box dl dd { margin-left:80px; margin-bottom:15px;}*/
.home_li { margin:30px 0px 30px 25px;}
.home_li li { font-size:27px; margin-bottom:10px; list-style-type:square;}

.footer { border-top:1px solid #000; margin-top:70px; position:relative;}
/*.footer .rat { position:absolute; background:url(../img/rat.png); width:100px; height:60px; top:-55px; right:20px;}*/
.footer .rat {
	position:absolute;
	background:url(../img/rat.png);
	background-repeat: no-repeat;
	width:100px;
	height:60px;
	top:-55px;
	right:20px;
}
.footer ul { margin:30px 0px 30px 140px}
.footer li { float:left; margin-right:75px;}

.list { padding:30px;}
.list p { margin-bottom:25px;}

.news {padding:30px;}
.news dl dc { font-size:10px; margin:0px 0px 0px 10px;}
.news dl dt { float:left; font-size:10px; padding-top:3px; margin-bottom:15px;}
.news dl dd { margin-left:80px; margin-bottom:15px;}

.auth_txt{text-align:center;margin:10px 0 30px;}
