@charset "UTF-8";
/* 
*　　スタイル設定
*    style.css
*    @date 2011-09-05
*    @author Motoshige
******************************* */

/*
*
*    全体の共通設定
******************************* */
body{
	margin: 0;
	padding: 0;
	background-color: #003;
	background: url(../images/common/bakimg.png) left top repeat-x;
	/* IE用禁則処理設定 */
	line-break: strict;
	background-color: #162b48;

}
#wrap {
	width: 960px;
	margin: 0 auto;
	background: url(../images/common/side_img.png) left top no-repeat;
	/*min-width: 960px;*/
	text-align: center; /*IE6用*/

}

/* HEADER
*  ****************************** */
#header {
	margin: 0;
	padding: 0;
	height: 170px;

}
#header  #hedder-image {
	text-align: left;	
	overflow: hidden;
	margin: 0;
	padding: 0;	

}
#header  #hedder-image  img{
	margin-left: 35px;
	margin-top: 20px;
}
#header  #hedder-image a {
	
}
#header #title {
	display: block;
	height: 117px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/common/title_img.gif) right top no-repeat;
	margin-top: -190px;
	

}


/* navi
*  ****************************** */
#navi {
	margin: 0;
	padding: 0;
	width: 330px;
	float: left;
	position: relative;
}
#navi ul#navi-container {
/*	margin: 0 0 0 200px;
	padding: 0;
*//*	margin: 0;
	padding: 0 0 0 200px;
*/	width: 130px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 175px;
}
#navi ul#navi-container li {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	height: 40px;
}
#navi ul#navi-container li a {
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
}
#navi ul#navi-container li a:hover {
	background-position: 0 -40px;
}

#navi  ul#navi-container   li.current-menu a {
	background-position: 0 -80px;
}
#navi  ul#navi-container  li.current-menu a:hover {
	background-position: 0 -40px;
}


/* home */
#navi  ul#navi-container  li#home a {
	background-image: url(../images/common/home_btn.png);
	width: 130px;
	height: 40px;
	
}
/* 0カ月 */
#navi  ul#navi-container  li#month_0 a {
	background-image: url(../images/common/month0_btn.png);
	width: 130px;
	height: 40px;
}
/* 1カ月 */
#navi  ul#navi-container  li#month_1 a {
	background-image: url(../images/common/month1_btn.png);
	width: 130px;
	height: 40px;
}
/* 2カ月 */
#navi  ul#navi-container  li#month_2 a {
	background-image: url(../images/common/month2_btn.png);
	width: 130px;
	height: 40px;
}
/* 3カ月 */
#navi  ul#navi-container  li#month_3 a {
	background-image: url(../images/common/month3_btn.png);
	width: 130px;
	height: 40px;
}
/* 4カ月 */
#navi  ul#navi-container  li#month_4 a {
	background-image: url(../images/common/month4_btn.png);
	width: 130px;
	height: 40px;
}
/* 5カ月 */
#navi  ul#navi-container  li#month_5 a {
	background-image: url(../images/common/month5_btn.png);
	width: 130px;
	height: 40px;
}

/* 6カ月 */
#navi  ul#navi-container  li#month_6 a {
	background-image: url(../images/common/month6_btn.png);
	width: 130px;
	height: 40px;
}
/* 7カ月 */
#navi  ul#navi-container  li#month_7 a {
	background-image: url(../images/common/month7_btn.png);
	width: 130px;
	height: 40px;
}
/* 8カ月 */
#navi  ul#navi-container  li#month_8 a {
	background-image: url(../images/common/month8_btn.png);
	width: 130px;
	height: 40px;
}
/* 9カ月 */
#navi  ul#navi-container  li#month_9 a {
	background-image: url(../images/common/month9_btn.png);
	width: 130px;
	height: 40px;
}

/* contents
*  ****************************** */
#contents {
	
	width: 630px;
	
	padding: 0;
	float: right;
	color: #333;

}
#contents  #main_contents {
	margin: 0 10px;	
	
}
/* 画面のメイン画像設定 */
#contents  #main_contents #main_img {
	margin-left: 70px;
	width: 546px;
	height: 581px;
	background: url(../images/common/top_img.gif) left top repeat-y;;
}
#contents  #main_contents #main_img img {
	margin: 26px 43px 0 0;
}
#contents  #main_contents #main_img h2 {
	color: #333;
	margin: 30px 70px 0 0;
	
}
/* コメントの設定 */
#contents  #main_contents .post  {
	margin: 10px;
	padding-top: 20px;
	width: 590px;
	background: url(../images/common/commentbak_top.png) left top no-repeat;
	
	
}
#contents  #main_contents .post .post_inner1{
	width: 590px;
	background: url(../images/common/commentbak_center.png) left center repeat-y;
	padding: 10px;
	
	
}

#contents  #main_contents .post .post_inner2{
	background: url(../images/common/commentbak_bottom.png) left bottom no-repeat;
	/*padding: 20px;*/
	padding-bottom: 20px;
	font-size:1px;/* ブラウザで文字サイズ拡大した際に崩れないように。*/
	line-height:1px;
	
	
}

#contents  #main_contents .comment p{
	margin: 20px 30px 0 30px;
	padding: 0 ;
	text-align: left;
	
}
/* スライド画像の設定 */
#contents  #main_contents .image_box {
	width: 600px;
	margin: 0;
	padding: 0;
}
#contents  #main_contents .image_box img {
		background: #FFF;
		padding: 10px;
		border: 0;
}
#contents  #main_contents .image_box ul li{
		list-style-type:none;
		float:left;
		padding:10px;
}
#contents  #main_contents .image_box a {
		border: none;
}







/* footer
*  ****************************** */
#footer {
	width: 960px;
	clear: both;
	height: 50px;
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: center;
	/*position: relative;*/
}
/* ページの先頭へ戻るリンクボタンの設定 */
#footer #toPageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#footer #toPageTop a {
	display: block;
	width: 65px;
	height: 65px;
	background: url(../images/common/btn_to-page-top_ov.jpg) no-repeat;
}
#footer #toPageTop a:hover img {
	visibility: hidden;
}
/*#footer .foot_img {
	position: absolute;
	bottom: 150px;
	right: -120px;
	background: url(../images/common/kero_img.png) no-repeat;
}
*/
/* for IE
*  ****************************** */
* html body #footer {
	height: 200px;
}
