@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:#666666;
	background-color:#FFFFFF;
	text-align:center;
	height: 30px;
	width: 900px;
}
img {
	border:0;
	margin:0;
	padding:0;
}
form{
	display:inline;
}
.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}
.rightmenu {
	width:198px;
	float:right;
}



/* 太郎用の画像 */
.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;
}

.center {
	text-align:center;
}



body #wrapper {
/*	background-color:#FF0000;*/
	background-image:url(../images/common_rapper_width.jpg);
	background-repeat:repeat-y;
	padding:0px;
	text-align:left;
	margin:0px auto;
	width: 914px;
}

/* ヘッダー */
#header {
/*	background-color:#0000FF;*/
	background-image: url(../images/header_back.gif);
	width:900px;
	margin:15px 0 15px 7px;
}
#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:900px;
	margin-top: 0px;
}
#header li{
	float:right;
	list-style-type: none;
	line-height:0px;

}
#header li a:link,#header li a:visited ,#header li a:hover,#header li a:active {/* リンク文字の設定 */
	color:#666666;
	text-decoration:none;
}
#header li 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;
}

/* ドロップダウンメニュー */
#header #topnavi {
	background-image: url(../images/topnavi_back.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height:100%;
}
#header #topnavi h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
	line-height:100%;
}
#header #topnavi h2 em {
	visibility: hidden;
	height:30px;
	margin:0px;
	padding:0px;
	width: 151px;
	line-height:100%;
}
#header #topnavi h2 a {
	display: block;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	width: 150px;
	line-height:100%;
}


/* コンテンツ */
#contents{
/*	background-color:#FF00FF;*/
	background-position:left;
	background-repeat:no-repeat;
	float:right;
	text-align:left;
	margin:0px 0px 30px 38px;
	padding-right:18px;
	width:639px;
}
#contents h1{
	margin:0px 0px;
	clear:both;
	width:639px;
}
#contents h2{
	margin:0px 0px;
	clear:both;
}
#contents h2.text{
}
#contents h3{
	margin:0px 0px;
	clear:both;
}
#contents h3.text{
}
#contents h4{
	margin:0px 0px;
	clear:both;
}
#contents h4.text{
}
#contents .comment{
	color:#333333;
	float:none;
	clear:both;
	margin:0 0px 15px 15px;
	font-size:12px;
	line-height:150%;
	width:624px;
}
#contents .comment .banner{
	list-style:none;
}
#contents .column{/* コラム */
	margin:0px;
	border:#006699 solid 1px;
	font-size:12px;
	width:637px;
}
#contents a:link,#contents a:visited ,#contents a:hover,#contents a:active {/* リンク文字の設定 */
	color:#666666;
	text-decoration:none;
}
#contents a:hover{
	text-decoration:underline;
}

#contents .btn{
}

/* コメント用 */
#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:0px;
	width:196px;
}
#sidemenu ul{
	margin:0 0 15px 0;
	padding-top:10px;
	line-height:0px;
	width:196px;
}
#sidemenu li{
	list-style-type: none;
	margin:0;
	padding:0;
}

#sidemenu li.text{
/*	background-image:url(../images/sidemenu_back.gif);*/
	list-style-type: none;
	list-style-position:inherit;
	background-repeat:no-repeat;
	line-height:150%;
	padding:0px 0 0 15px;
	width:181px;
	font-weight:bold;
	color:#006699;
	font-size: 12px;
}
#sidemenu a:link,#sidemenu a:visited ,#sidemenu a:hover,#sidemenu a:active {/* リンク文字の設定 */
	color:#006699;
	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:#666666;
	padding:20px 5px 0 0;
	width:895px;
	height:30px;
	float:none;
	clear:both;
}


/* topics */
#top_topix{
	margin-top:100px;	
}
#top_topix h2{
margin: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:#666666;
}
.mail_table .mail_indispens{
	width:28px;
	padding:0px 2px 0 0;
	float:left;
	
}
.mail_table .mail_form{
	float:left;
}
