@charset "UTF-8";
body {
	background-color: #fafafa;
	margin: 0px;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat;
	font-size: 12px;
	color: #666;
}
a {
	color: #000;
}
h1 {
	font-size: 28px;
	line-height: 28px;
	color: #FFF;
	background-color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 7px;
}
#container {
	width: 960px;
	background-image: url(img/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	background-color: #FFF;
}
#wrapper {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header {
	height: 40px;
	width: 940px;
}
#logo {
	margin: 0px;
	float: left;
}
#navi {
	height: 40px;
	width: auto;
	margin-bottom: 10px;
	text-align: center;
	float: right;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#navi li  {
	float: left;
	list-style-type: none;
}
#navi ul li a {
	line-height: 40px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 140px;
	margin-right: 0px;
	margin-left: 20px;
}
#navi ul li a:hover {
	background-position: 0px -40px;
}
#navi ul li a:active {
	background-position: 0px -80px;
}
#about a{
	background-image: url(img/navi_about.gif);
}
#illustration a {
	background-image: url(img/navi_illustration.gif);
}
#link a {
	background-image: url(img/navi_link.gif);
}
#home a{
	background-image: url(img/navi_home.gif);
}
#index_illust {
	height: 400px;
	width: 940px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news	{
	width: 620px;
	float: left;
	margin-bottom: 10px;
}
#post1	{
	width: 300px;
	float: left;
	background-image: url(img/news_waku_m.gif);
	background-repeat: repeat-y;
}
#post2	{
	width: 300px;
	float: right;
	background-image: url(img/news_waku_m.gif);
}
#post3	{
	width: 300px;
	float: right;
	background-image: url(img/news_waku_m.gif);
}
.post_inner_b {
	background-image: url(img/news_waku_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.posttext  {
	font-size: 12px;
	color: #333;
	margin-left: 20px;
	margin-right: 20px;
}




#footer {
	font-size: 9px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	text-align: center;
	clear: both;
}
.contents {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #666;
	margin-bottom: 10px;
}
.thumbnail img {
	margin: 0px;
	border: 1px solid #666;
}
.page_select {
	background-color: #CCC;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
}
.page_select a {
	color: #666;
}
.main-contents {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #666;
	margin-bottom: 10px;
}
.main-contents img {
	display: block;
	margin: auto;
}
