@charset "UTF-8";
*{
	padding:0px;
	margin:0px;
}
/* ボディに関するCSS
--------------------------------------------------------------------------------*/
	body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #ffffff;
	font-size: 80%;
	line-height: 160%;
	background-color: #e5e4c1;
}
#wrapper{
	margin:0px auto;
	width:950px;
	background-color: #ffffff;
}
/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#header {
	width: 950px;
	margin-bottom:0px;
}
#line{
	margin:5px 0px;
}
h1{
	padding: 0px;
	margin: 0px;
	margin-bottom:3px;
}
#nav {
	list-style:none;	
	float:left;	
}
#nav li {
	float:left;
	font-size: 120%;
	font-weight:bold;
	line-height: 280%;
	background-image:url(../img/logo1.png);
	color:#666;
	margin-top:-5px;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	width: 188px;
	height:40px;
}
#nav a{
	color: #000;
	display:block;
	width: 188px;
	height:40px;
}
#nav a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration:none;
}
#content {
	clear:left;
	padding: 20px;
}
#navi {
	float:left;
	width:250px;
	margin-bottom:10px;
}
#navi ul {
	padding:0px 10px;
	list-style:none;
}
#navi ul li {
	margin-bottom:5px;
}
#navi ul li a {
	font-size:16px;
	font-weight:bold;
	display:block;
	height:40px;
	line-height:50px;
	text-decoration:none;
	background:#99cc66;
	text-indent:15px;
}
#col１{
	float:left;
	width:250px;
	height:500px;
	margin-right: 5px;
	margin-top:5px;
}
#gaiyou{
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #99cc66;
	margin-bottom:5px;
	margin-top:5px;
	clear:left;
}
#col2 {
	background-color: #FFF;
	margin: 0px 10px;
	float: right;
	width: 630px;
}
#news {
	border:1px solid #FF6535;
	margin-left:10px;
	background-color: #99cc660;
	float: left;
	height: 120px;
	width: 230px;
	float:left;
	overflow:scroll;
}
#newsphoto {
	margin-top: 50px;
	margin-left:10px;
	margin-bottom:-5px;
}
p {
	line-height:1.8;
	margin-top: 5px;
	margin-bottom:5px;
}
.totop {
	clear:both;
	text-align:right;
	}
.totop a{
	color:#000;
	text-decoration:none;
	}

#footer .copy {
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#99cc66;
	color:#000;
	text-align:center;
	margin: 0px;
}
/* リンクに関するCSS
--------------------------------------------------------------------------------*/

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}



