@charset "utf-8";
/* CSS Document */


html{
    height:100%;
}

* html #wrapper{
    height:100%;
}

#wrapper{
	width: 100%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
	line-height:120%;
}

#wrapper_inner{
	padding-bottom:30px;
}

body{ 
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height:100%;
}

body > #wrapper {
        height: auto;
}

body,img,p{
	margin:0px;
	font-size:12px;
	color:#000000;
}

img{
	text-decoration:none;
	border-style:none;
}

#top{
	background-image:url(img/bg3.jpg);
	background-repeat:repeat-x;
	width:100%;
}

#top_inner{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:542px;
}

#content{
	/*height:140px;*/
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#content_l{
	width:430px;
	margin-top:20px;
	margin-left:20px;
	float:left;
}

.news{
	width:420px;
	height:25px;
	background-image:url(img/dot_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	clear:both;
	margin-left:10px;
	margin-top:5px;
}

.date{
	width:80px;
	float:left;
}

.date p{
	color:#FF3366;
}

.news_in{
	width:340px;
	float:left;
}

.news_in a{
	color:#333333;
}

.news_in p{
	float:left;
}

.news_in img{
	float:left;
	margin-left:10px;
}
#content_r2{
	width:400px;
	margin-top:5px;
	margin-right:0px;
	float:right
}

#content_r{
	width:400px;
	margin-top:20px;
	margin-right:0px;
	float:right
}


#r_top{
	width:400px;
}

#pic{
	float:left;
	height:130px;
	width:130px;
	margin-right:5px;
}

#info{
	width:265px;
	float:left;
	line-height:12px;
}

#info p{
	font-size:10px;
	color:#666666;
}

#info img{
	margin-bottom:1px;
}

#bn1{
	float:left;
	clear:both;
	width:182px;
	height:62px;
}

#bn2{
	float:left;
	width:143px;
	height:62px;
	margin-left:20px;
}

#footer{
	width:100%;
	height:20px;
	clear:both;
border-top:1px solid #8BD83F;
}

#footer_inner1{
	width:25%;
	/*background-image:url(img/footer1.jpg);*/
	float:left;
	height:20px;
}

#footer_inner2{
	width:25%;
	/*background-image:url(img/footer2.jpg);*/
	float:left;
	height:20px;
}

#footer_inner3{
	width:25%;
	/*background-image:url(img/footer3.jpg);*/
	float:left;
	height:20px;
}

#footer_inner4{
	width:24.95%;
	/*background-image:url(img/footer4.jpg);*/
	float:left;
	height:20px;
}

.red{
	color:#FF3366;
}

.green{
	color:#41CE41;
}


#copyright{
	width:300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:-17px;
	height:30px;
}

#footer_inner2 p,#footer_inner3 p{
	font-size:12px;
	padding-top:4px;
}



	
