@charset "utf-8";
/*ページの基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: small;
	background-color: #DCE6ED;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	text-align: center;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #09C;
	border-right-color: #09C;
	border-bottom-color: #09C;
	border-left-color: #09C;
}
img {border:none;}
#wrapper {
	margin:0 auto;
	padding:0;
	width:800px;
	background-image: url(../images/cocobase.png);
	background-repeat:repeat-y;
}
h2 {
	margin: 0px;
	font-size: medium;
}
h3 {
	font-size: medium;
}
/*リンクの基本設定*/
a {
	text-decoration: none;
	color: #3399CC;
}
a:hover {
	color: #FF66CC;
}
/*ヘッダ*/
h1 {
	margin: 0px;
	font-size: medium;
}
/*ニュース*/
.news {
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
}
.news h1 {
	color: #FFFFFF;
	background-image: url(../images/yashi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #006699;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news h2 {
	color: #3399CC;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 0px;
	background-color: #DDDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news h3 {
	margin-top:10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.news img {
	float: left;
	margin: 10px;
	
}
.news p {
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
}
.news ul {

	padding-left:15px;
	
	
}

.news li {
list-style-type:none;
	background-color:#EFEFEF;
	background-image: url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	margin-bottom:10px;
	
}
.posted {
	clear: both;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D5D5D5;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#headmenu {
	width:750px;
	height:40px;
	margin-left: 0px;
	padding-left: 0px;
	background-color:#AAAAAA;
}

#headmenu ul#headerList li {
list-style:none;

	float: left;
	margin: 0px;
	
}
#headmenu ul#headerList li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 187px;
	height: 40px;
}
#headmenu ul#headerList li.gaiyo a {
 background: url(../images/gaiyo.png) right top no-repeat;
 }
#headmenu ul#headerList li.gyomu a {
 background: url(../images/gyomu.png) right top no-repeat;
 }
 #headmenu ul#headerList li.zisseki a {
 background: url(../images/zisseki.png) right top no-repeat;
 }
 #headmenu ul#headerList li.contact a {
 background: url(../images/contact.png) right top no-repeat;
 }

#headmenu ul#headerList li a:hover {
background-position: left top;
}
#headimage {
	width:800px;
	height:250px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
/*サイドメニュー*/
#menu {
	background-color: #FFFFFF;
	background-image: url(../images/back.gif);
	padding-bottom: 10px;
	font-size:smaller;
}
#menu h2 {
	color: #FFFFFF;
	background-image: url(../images/midashiback.jpg);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/*サイド→メニュー内のコンテンツ*/
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}
#menu li{
	 background: url(../images/li.jpg) left center no-repeat;
	 padding: 10px;
	 
}
#copyright {
	font-size: x-small;
	margin-top: 100px;
	margin-left: 10px;
}

