/* CSS Document */

*{
	margin:0;
	padding:0;
	}
	
a img{border-style:none;}

img.right{
	float:right;
	margin:0 15px 15px 15px;
	padding:0;
	}
	
img.left{
	float:left;
	margin:0 15px 15px 15px;
	padding:0;
	}

a:link , a:visited {text-decoration:none; color:#666666;}
a:hover {text-decoration:none; color:#669900;}

body{margin:0 auto; width:800px;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	}

.title{
	height:70px;
	line-height:70px;
	font-size:18px;
	color:#669900;
	font-weight:bold;
	margin:0;
	padding-left:20px;
	}
	
.top_img{
	width:770px;
	height:auto;
	margin:0;
	padding:10px 15px;
	text-align:center;
	background:url(../img/back.jpg) no-repeat;
	}
	
.contents{
	height:40px;
	line-height:40px;
	margin:10px 15px;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	background:url(../img/contents.jpg) no-repeat;
	}
	
.contents_text{
	height:30px;
	line-height:30px;
	width:180px;
	margin:0 15px;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#666666;
	border-bottom:dashed 1px #999999;
	}
	
.midashi{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	height:40px;
	line-height:40px;
	background:url(../img/midashi.jpg) no-repeat;
	margin:10px 15px;
	padding-left:20px;
	}
	
.news{
	overflow-y: auto;
	height:120px;
	width:550px;
	border:solid 1px #999999;
	margin:15px;
	padding:0;
	scrollbar-base-color:#CCCCCC;
	}
	
.sub_midashi{
	height:30px;
	line-height:30px;
	background:url(../img/sub_midashi.jpg) no-repeat;
	margin:15px;
	padding-left:20px;
	font-size:12px;
	color:#333333;
	}
	
.copyright{
	height:50px;
	line-height:150%;
	text-align:center;
	font-size:10px;
	color:#CCCCCC;
	margin:0;
	padding:0;
	}
	
.footer a:link , .footer a:visited {text-decoration:none;
	color:#CCCCCC;
	}
.footer a:hover {text-decoration:none;
	color:#669900;
	}

.text01{font-size:12px; color:#666666; margin:15px; padding:0:; line-height:130%;}
