@charset "utf-8";

/*-----------------------------------------------------
HTML
-------------------------------------------------------*/
html{
	overflow-y:scroll;
}

/*-----------------------------------------------------
BODY
-------------------------------------------------------*/
body{
	font-size:12px;
	color:#333;
	line-height:1.4;
	letter-spacing:0.1em;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
	background:url("../bbs/images/bg_body.jpg") no-repeat 50% 0;
}

/* for IE6 */
* html body {
	font-size:75%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
}

/* for IE7 */
*:first-child + html body {
	font-size:75%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}



/*-----------------------------------------------------
nonvisual-menu
-------------------------------------------------------*/
div.nonvisual-menu {
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}

div.nonvisual-menu a {
	text-decoration:none;
	font-size:1px;
	line-height:1px;
	color:#fff;
}
#main-Contents img{
	position:absolute;
	border:none!important;
	height:1px;
	top:0px;
	left:0px;
}


/*-----------------------------------------------------
COMMON
-------------------------------------------------------*/


/*-----------------------------------------------------
CONTAINER
-------------------------------------------------------*/
#container{
	width:890px;
	margin:25px auto 0 auto;
	background:url("../bbs/images/bg_cont.gif") repeat-y;
}
#container .bg-top{
	padding:9px 0 0 0;
	background:url("../bbs/images/bg_cont_top.gif") no-repeat 0 top;
}
#container .bg-top .bg-bottom{
	padding:0 5px 9px 5px;
	background:url("../bbs/images/bg_cont-bottom.gif") no-repeat 0 bottom;
}


/*-----------------------------------------------------
HEADER
-------------------------------------------------------*/

div#header{
	width:780px;
	margin:0 auto 10px auto;
}

/* head-top */
div#header .head-top{
	padding:34px 0 26px 0;
	background:url("../bbs/images/bg_border.gif") repeat-x 0 bottom;
}
div#header .head-top h1{
	width:117px;
	float:left;
	display:inline;
	margin:0 0 0 20px;
}
div#header .head-top h2{
	width:214px;
	float:right;
}

/* head-bottom */
div#header .head-bottom{
	padding:25px 0 23px 0;
}
div#header .head-bottom h3{
	width:65px;
	float:left;
	display:inline;
	margin:0 0 0 20px;
}
div#header .head-bottom ul{
	float:right;
}
div#header .head-bottom ul li{
	float:left;
	display:inline;
	margin:0 20px 0 0;
}

/* pager */
div#header .pager{
	width:100%;
	height:46px;
	position:relative;
	color:#FFF;
	background:#181512;
}
div#header .pager a{
	color:#FFF;
}
div#header .pager a:hover{
	color:#F00;
}
div#header .pager p{
	text-align:center;
	line-height:46px;
	font-size:137%;
}
div#header .pager p span{
	font-size:76%;
	margin:0 10px 0 10px;
}
div#header .pager ul{
	width:100%;
	position:absolute;
}
div#header .pager ul li{
	line-height:46px;
	font-size:84%;
	padding:0 20px 0 20px;
	margin:-46px 0 0 0;
}
div#header .pager ul li.prev{
	float:left;
}
div#header .pager ul li.prev a{
	padding:0 0 0 5px;
}
div#header .pager ul li.next{
	float:right;
}
div#header .pager ul li.next a{
	padding:0 5px 0 0;
}


/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/

div#content{
	width:780px;
	margin:0 auto 0 auto;
}

/* section
---------------------*/
.section{
	margin:30px 0 0 0;
}

/* bbs */
.section.bbs dl{
	
	background:url("../bbs/images/bg_ttl.gif") repeat-x 0 30px;
}
.section.bbs dl dt{
	height:30px;
	line-height:30px;
	font-size:117%;
	font-weight:bold;
	padding:0 0 0 25px;
	background:url("../bbs/images/ico_ttl.gif") no-repeat 5px 9px




}
.section.bbs dl dd{
	padding:20px 0 20px 10px;
}
.section.bbs p.user-date{
	height:30px;
	line-height:30px;
	padding:0 10px 0 0;
	font-size:84%;
	text-align:right;
	background:url("../bbs/images/bg_date.gif") repeat 0 0;
}

/* strat */
div.section.strat h4{
	margin:0 0 25px 20px;
}
div.section.strat p{
	margin:0 0 25px 20px;
}
div.section.strat p.error{
	color:#F00;
}
div.section.strat p span{
	padding:1px 2px 1px 2px;
	margin:0 5px 0 5px;
	color:#FFF;
	font-size:84%;
	background:#000;
	font-weight:normal;
}
div.section.strat dl{
	width:720px;
	padding:30px;
	border:1px solid #CCC;
	background:url("../bbs/images/bg_form.gif") repeat;
}
div.section.strat dl dt{
	width:130px;
	float:left;
	display:inline;
	clear:both;
	padding:0 20px 0 0;
	margin:0 0 20px 10px;
	font-weight:bold;
	text-align:right;
}
div.section.strat dl dt span{
	padding:1px 2px 1px 2px;
	margin:0 0 0 20px;
	color:#FFF;
	font-size:84%;
	background:#000;
	font-weight:normal;
}
div.section.strat dl dd{
	width:500px;
	float:left;
	display:inline;
	margin:0 0 20px 0;
}
div.section.strat dl dd label{
	margin:0 20px 0 10px;
}
div.section.strat dl dd .text01{
	width:360px;
}
div.section.strat dl dd .text02{
	width:480px;
}
div.section.strat dl dd .text03{
	width:480px;
	height:160px;
}
div.section.strat p.submit{
	margin:20px 0 20px 0;
	text-align:center;
	clear:both;
}

/* thank */
div.section.thank{
	padding:50px 0 100px 0;
}
div.section.thank p{
	text-align:center;
	margin:0 0 20px 0;
}

/*-----------------------------------------------------
FOOTER
-------------------------------------------------------*/

div#footer{
	width:780px;
	padding:0 0 21px 0;
	margin:0 auto 0 auto;
}

div#footer .pager{
	margin:20px 0 10px 0;
	text-align:right;
	background:#FFF;
}
div#footer .pager a{
	padding:0 5px 0 0;
}

div#footer address{
	padding:6px 0 5px 0;
	text-align:center;
	background:#000;
}