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

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 30px;
	background-image: url(../image/bg_head.gif);
	background-repeat: no-repeat;
}

h1 {
	font-size: 9pt;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#img_area {
	width: 900px;
	height: 330px;
	padding-bottom: 10px;
}
	
#navi {
	width: 900px;
	height: 30px;
	padding-bottom: 10px;
}

#first_contents {
	width: 860px;
	height: 220px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#bt_area {
	width: 600px;
	height: 220px;
	padding-left: 20px;
	background-image: url(../image/bg_button.gif);
	float: left;
	margin-left: 0px;
}

#bt_area1 {
	width: 400px;
	height: 180px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	}

#bt_area1 img {
	margin-right: 10px;
}

#bt_area2 {
	width: 175px;
	height: 200px;
	float: right;
	margin-top: 20px;
	}

#calendar {
	width: 210px;
	height: 190px;
	padding-bottom: 5px;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	background-image:url(../image/bg_calendar.gif);
	float: right;
	margin-right: 0px;
}

#calendar table {
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

#calendar th {
	color: #fff;
	background-color: #008742;
	width: 28px;
	border-top: solid 1px black;
	border-left: solid 1px black;
}

#calendar td {
	color: #000;
	height: 20px;
	background-color: #FFFFFF;
	border-top: solid 1px black;
	border-left: solid 1px black;
	text-align: center;
}

#calendar a {
	color: red;
	background-color: #ddd;
	display: block; /* ここがミソ？ */
	height: 20px;
}

#calendar a:hover {
	background-color: #008742;
}

#second_contents {
	width: 860px;
	height: 210px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#news_area {
	width: 560px;
	height: 210px;
	float: left;
}

#news_left {
	width:350px;
	height:210px;
	float: left;
	}
	
#news {
	width: 340px;
	height: 140px;
	padding-bottom: 5px;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	background-image:url(../image/bg_news.gif);
}

#access_bt {
	width: 350px;
	height: 40px;
	}

#bt_area3 {
	width: 205px;
	height: 210px;
	float: right;
}

#int {
	width: 280px;
	height: 210px;
	padding-left: 20px;
	float: right;
}

#comment {
	width: 280px;
	height: 125px;
	font-size: 8pt;
	font-weight: bold;
}

#illust {
	width: 280px;
	height: 85px;
}

#footer {
	font-size: 8pt;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 900px;
	height: auto;
	padding-top: 5px;
	background-color:#008742;
	text-align: center;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin:0px;
}

#footer li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#footer li a:link {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer li a:visited {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer li a:hover {
	font-size: 8pt;
	color: #000066;
	text-decoration: underline;
}

#footer li a:active {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}
