@charset "utf-8";

/* グローバル */

*{
	margin:0;
	padding:0;
	text-indent:0px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","MS PGothic",sans-serif; 
}
body {
	background-image: url(../images/body_back.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	color:#333333;
	background-color:#FFFFFF;
	text-align:center;
}
img {
	border:0;
	margin:0;
	padding:0;
}
form{
	display:inline;
}
.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}

/* 太郎用の画像 */
.contents_image_right{
	float:right;
	margin:0 0 15px 15px;
}
.contents_image_left{
	float:left;
	margin:0 15px 15px 0;
}
.contents_image_center{
	float:none;
	margin:0 auto 15px auto;
	display:block;
}





#wrapper {
/*	background-color:#FF0000;*/
	background-image: url(../images/contents_back.gif);
	background-repeat:repeat-y;
	text-align:left;
	margin:10px auto 0 auto;
	width: 900px;
}

/* ヘッダー */
#header {
/*	background-color:#0000FF;*/
	background-image: url(../images/header_back.gif);
	width:900px;
	margin:0;
}
#header .header_logo{
	float:left;
}
#header .header_text{/* header_text */
	float:right;
	width:40%;
	height:27px;
	font-weight:normal;
	font-size:9px;
	text-align:right;
	padding:25px 25px 0 5px;

}
#header ul{/* ヘッダのメニュー */
	float:right;
	width:420px;
	margin-top: 24px;
}
#header li{
	float:right;
	list-style-type: none;
	line-height:0px;

}#header li.text{
	line-height:120%;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#header a:link,#header a:visited ,#header a:hover,#header a:active {/* リンク文字の設定 */
	color:#333333;
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}

#header h1{
	margin:0;

}
#header h1.text{
	background-image:url(../images/contents_title_back.gif);
	background-repeat:no-repeat;
	padding:32px 0 0 40px;
	height:46px;
	font-size:14px;
	color:#1A70BB;
	width:562px;

}

/* コンテンツ */
#contents{
/*	background-color:#FF00FF;*/
	background-position:left;
	background-repeat:no-repeat;
	float:right;
	text-align:left;
	margin:15px 0px 30px 49px;
	width:645px;
}
#contents h2{
	margin:0 0 30px 0px;
	clear:both;
}
#contents h2.text{
	background-image:url(../images/contents_h1.gif);
	background-repeat:no-repeat;
	padding:0px;
	height:40px;
	font-size:36px;
	clear:both;
}
#contents h3{
	margin:0 0 30px 0px;
	clear:both;
}
#contents h3.text{
	background-image:url(../images/contents_h2.jpg);
	background-repeat:no-repeat;
	padding:11px 0 0 20px;
	height:37px;
	font-size:14px;
	clear:both;
}
#contents h4{
	margin:0 0 30px 0px;
	clear:both;
}
#contents h4.text{
	background-image:url(../images/contents_h3.gif);
	background-repeat:no-repeat;
	padding:2px 0 0 16px;
	height:25px;
	font-size:12px;
	clear:both;
}
#contents .comment{
	color:#333333;
	float:none;
	clear:both;
	margin:0 0px 30px 20px;
	font-size:12px;
	line-height:150%;
	width:575px;
}
#contents .column{/* コラム */
	margin:10px;
	border:#999999 solid 1px;
	font-size:small;
}
#contents a:link,#contents a:visited ,#contents a:hover,#contents a:active {/* リンク文字の設定 */
	color:#333333;
	text-decoration:none;
}
#contents a:hover{
	text-decoration:underline;
}

/* コメント用 */
#contents ul{
	margin:0 28px 0 28px;
}
#contents ol{
	margin:0 28px 0 28px;
}


/* サイドメニュー */
#sidemenu{
/*	background-color:#CCFF66;*/
	background-image:url(../images/side_menu_back.gif);
	background-repeat:repeat-y;
	float:right;
	height:100%;
	margin:0px;
	padding:15px 0 0 0px;
	width:206px;
}
#sidemenu ul{
	margin:0 0 30px 0;
	line-height:0px;
}
#sidemenu li{
	list-style-type: none;
	margin:0;
	padding:0;
}
#sidemenu li.genre_title_text{
	background-image:url(../images/sidemenu_back.gif);
	background-repeat:no-repeat;
	list-style-type: none;
	padding:16px 0 0 35px;
	width:171px;
	height:19px;
	font-weight:bold;
	color:#333333;
	
}
#sidemenu li.text{
	background-image:url(../images/sidemenu_back.gif);
	list-style-type: none;
	line-height:normal;
	padding:16px 0 0 35px;
	width:171px;
	height:19px;
	font-weight:bold;
	color:#333333;
	font-size: 14px;
}
#sidemenu .banner{
	margin:0 0 20px 3px;
}
#sidemenu a:link,#sidemenu a:visited ,#sidemenu a:hover,#sidemenu a:active {/* リンク文字の設定 */
	color:#333333;
	text-decoration:none;
}
#sidemenu a:hover{
	text-decoration:underline;
}
#sidemenu .bottom{
	vertical-align:bottom;
	position:fixed;
}

/* フッター */
#footer{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	text-align:right;
	color:#333333;
	padding:20px 5px 0 0;
	width:895px;
	height:30px;
	float:none;
	clear:both;
}


/* topics */
#top_topix{
	margin-top:0px;	
}
#top_topix h2{
margin:0 0 30px 0;
}
#top_topix table{
	border:none;
	margin:0 0 30px 20px;
	width:595px;
}

/* メール */
table.mail_table{
	border-collapse:collapse;
	margin:20px;
	width:595px;
}
.mail_table td{
	padding:0 0 20px 0;
}
.mail_table th{
	font-weight:normal;
	padding:0 20px 20px 0;
	width:300px;
	text-align:left;
	color:#333333;
}
.mail_table .mail_indispens{
	width:28px;
	padding:0px 2px 0 0;
	float:left;
	
}
.mail_table .mail_form{
	float:left;
}

