@charset "Shift_JIS";


/*初期設定
---------------------------------------------------------------------------- */
* html.buggybox{
  height: 1%;
}
* html.rules_title{
  height: 1%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
*{
	margin: 0px;
	padding: 0px;
}
IMG{
  border-width : 0px 0px 0px 0px;
}
.clear{
	clear : both;
	height: 1px;
	width: 1px;
}

/*共通項目
---------------------------------------------------------------------------- */
.text_8pt{
	font-size: 8pt;
	line-height: 100%;
}
.text_9pt{
	font-size: 9pt;
	line-height: 100%;
}
.center{
	text-align: center;
}
.go_top{
	text-align: right;
	display: block;
}
.go_top a,.go_top a:hover{
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

.index_go{
	position: absolute;
	left: 90px;
	top: 135px;
}


/*全体レイアウト
---------------------------------------------------------------------------- */
BODY{
	text-align: center;
	background-color:#C2DC8F;
}

#wrapper{
	width: 940px;
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	font-size: 11pt;
	line-height: 130%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container{
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../img/other_con_bg01.gif);
	background-position: center top;
}



/*header
---------------------------------------------------------------------------- */
#header{
	width : 930px;
	height : 189px;
	background-image: url(../img/header3.gif);
	background-repeat: no-repeat;
	margin-right:auto;
	margin-left:auto;
	position: relative;
}
#header h1{
	text-indent: -9999px;
	display: block;
	height: 1px;
	font-size: 1px;
	width: 1px;
}
#header h2{
	text-indent: -9999px;
	display: block;
	font-size: 1px;
	height: 1px;
	width: 1px;
}
#header h3{
	letter-spacing: 1em;
	margin-top: 150px;
}
/*IE用バグ対策*/
* html #header h3{
	margin-top: 115px;
}
/*end*/

#header h3.rules_h3{
	letter-spacing: normal;
}
#header h3.rules_h3 a{
	color: #666666;
}
#header h3.rules_h3 a:hover{
	color: #D72129;
}

/*otherページ　レイアウト
---------------------------------------------------------------------------- */
#main{
	background-image: url(../img/other_con_bg02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 130px;
	background-color: #FFFFFF;
}


#main ul{
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
#main ol{
	margin: 0px;
	padding: 0px;
}
#main li{
	background-image: url(../img/rules_point.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 14px;
	background-position: 0px 5px;
	line-height: 150%;
	margin-top: 12px;
	margin-bottom: 6px;
}
#under{
	background-image: url(../img/other_con_bg03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 46px;
}

.maebun{
	font-size: 10pt;
	width: 360px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	padding-top: 20px;
}

/*よくある質問ページ
---------------------------------------------------------------------------- */
.q-a{
	width: 240px;
	border: 1px solid #CC0033;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	height: 150px;
}
.question{
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 40px;
}
.answer{
	font-size: 10pt;
	height: 100px;
}
.question_text{
	color: #CC0033;
	line-height: 130%;
	background-image: url(../img/question_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90%;
	padding-left: 22px;
}
.answer_text{
	line-height: 130%;
	margin-top: 6px;
	background-image: url(../img/answer_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90%;
	padding-left: 22px;
}


/*利用規約ページ
---------------------------------------------------------------------------- */
.rules_title{
	text-align: center;
	font-size: 12pt;
	margin-bottom: 10px;
	background-color: #999999;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 99%;
	display: block;
}
.privacy_title{
	border-left-width: 10px;
	border-left-style: groove;
	border-left-color: #666666;
	padding-left: 6px;
	margin-bottom: 6px;
	margin-top: 12px;
}



/*運営会社ページ
---------------------------------------------------------------------------- */
.company_logo{
	text-align: center;
	margin-bottom: 20px;
}
.com_a{
	display: block;
	width: 110px;
	float: left;
	margin-top: 8px;
}
.com_b{
	margin-left: 110px;
	display: block;
	margin-top: 8px;
}
.com_b a{
	color: #666666;
}
.com_b a:hover{
	color: #CC0033;
}


/*サーバーシステム
---------------------------------------------------------------------------- */
#server_system01{
	width: 561px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#server_system01 p{
	margin-bottom: 20px;
	border: 1px solid #999999;
	padding: 5px;
	font-size: 10pt;
	line-height: 130%;
}
#server_system02{
	background-image: url(../img/server_system02.gif);
	background-repeat: no-repeat;
	height: 223px;
	width: 561px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 70px;
}
#server_system02 p{
	margin-left: 200px;
	width: 320px;
	font-size: 10pt;
	line-height: 120%;
}
#server_system03{
	background-image: url(../img/server_system03.gif);
	background-repeat: no-repeat;
	height: 223px;
	width: 561px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 68px;
}
#server_system03 p{
	margin-left: 200px;
	width: 320px;
	font-size: 10pt;
	line-height: 120%;
}


/*機能紹介
---------------------------------------------------------------------------- */
#container-kinou{
	background-image: url(../img/kinon_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.maebun-kinou{
	font-size: 10pt;
	width: 360px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
#main-kinou{
	text-align: left;
	line-height: 110%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	width: 800px;
	font-size: 10pt;
}

.kinou_title{
	width: 300px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12pt;
	padding-top: 6px;
	float: left;
	margin-left: 12px;
}
.kinou_title01{
	width: 300px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12pt;
	float: left;
	margin-left: 50px;
	font-weight: bold;
	padding-top: 6px;
}


/*IE用バグ対策*/
* html .kinou_title01{
	margin-left: 30px;
}
/*end*/

.kinou_title02{
	width: 300px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12pt;
	float: left;
	margin-left: 80px;
	font-weight: bold;
	padding-top: 6px;
}
.kinou_title_text{
	color: #666666;
	font-size: 10pt;
	margin-top: 14px;
	line-height: 110%;
}
.kinou01{
	background-color: #e2eec4;
	width: 300px;
}
.kinou_zentai{
	float: left;
	width: 220px;
	margin-top: 42px;
	margin-left: 22px;
	margin-right: 14px;
}


/*IE用バグ対策*/
* html .kinou_zentai{
	margin-top: 24px;
	margin-left: 16px;
}
/*end*/

.zentai01{
	color: #FFFFFF;
	font-size: 9pt;
	padding-left: 60px;
	text-align: center;
}
.zentai02{
	margin-top: 24px;
	font-size: 12pt;
	text-align: center;
	color: #5db972;
	font-weight: bold;
}
.zentai03{
	margin-top: 48px;
	font-size: 12pt;
	color: #5db972;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	margin-left: 40px;
}
.zentai04{
	color: #FFFFFF;
	font-size: 9pt;
	padding-left: 12px;
	text-align: center;
	margin-top: 2px;
}
.zentai05{
	margin-top: 16px;
	font-size: 12pt;
	text-align: center;
	color: #5db972;
	font-weight: bold;
	line-height: 130%;
}
.zentai06{
	margin-top: 42px;
	font-size: 12pt;
	color: #5db972;
	font-weight: bold;
	margin-left: 2px;
	text-align: center;
	line-height: 130%;
}
.zentai07{
	color: #FFFFFF;
	font-size: 9pt;
	padding-left: 60px;
	text-align: center;
}
.zentai08{
	margin-top: 24px;
	font-size: 12pt;
	text-align: center;
	color: #5db972;
	font-weight: bold;
}
.zentai09{
	margin-top: 46px;
	font-size: 12pt;
	color: #5db972;
	font-weight: bold;
	margin-left: -30px;
	text-align: center;
	line-height: 130%;
}


.kinou_school{
	float: left;
	width: 360px;
	margin-left: 20px;
	color: #5db972;
	font-weight: bold;
	margin-top: 46px;
	font-size: 12pt;
	line-height: 130%;
	text-align: center;
}

/*IE用バグ対策*/
* html .kinou_school{
	margin-left: 10px;
	margin-top: 46px;
}
/*end*/


.mini_coment{
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	line-height: 110%;
}
.school01{
	margin-left: 50px;
}
.school02{
	margin-top: 60px;
	margin-left: 50px;
}
.school03{
	margin-left: 50px;
}
.school04{
	margin-top: 80px;
	margin-left: 50px;
}

.kinou_mail{
	float: left;
	width: 330px;
	margin-left: 40px;
	color: #5db972;
	font-weight: bold;
	margin-top: 60px;
	font-size: 14pt;
	line-height: 130%;
	margin-right: 0px;
	text-align: center;
}


/*IE用バグ対策*/
* html .kinou_mail{
	margin-left: 20px;
	margin-top: 30px;
	margin-right: 20px;
}
/*end*/


.mail_coment{
	font-size: 10pt;
	line-height: 110%;
}
.mail_coment2{
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	line-height: 110%;
}
.mail01{
	width: 280px;
	margin-left: 20px;
}
.mail02{
	margin-top: 50px;
	margin-left: 30px;
}
.mail03{
	margin-left: 90px;
	text-align: center;
}
.mail04{
	margin-top: 40px;
	margin-left: 70px;
}


/*navi
---------------------------------------------------------------------------- */
#navi{
	width: 800px;
	float: left;
	background-image: url(../img/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	margin-bottom: 20px;
	margin-top: 30px;
}
#navi ul{
	list-style-type: none;
	margin-top: 10px;
	margin-left: 18px;
}

#navi li{
	height: 38px;
	width: 106px;
	float: left;
	margin-left: 2px;
}
#navi a{
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 106px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#navi01 a{
	background-position: 0px 0px;
}
#navi02 a{
	background-position: 0px -38px;
}
#navi03 a{
	background-position: 0px -76px;
}
#navi04 a{
	background-position: 0px -114px;
}
#navi05 a{
	background-position: 0px -152px;
}
#navi06 a{
	background-position: 0px -190px;
}
#navi07 a{
	background-position: 0px -228px;
}

#navi01 a:hover{
	background-position: -106px 0px;
}
#navi02 a:hover{
	background-position: -106px -38px;
}
#navi03 a:hover{
	background-position: -106px -76px;
}
#navi04 a:hover{
	background-position: -106px -114px;
}
#navi05 a:hover{
	background-position: -106px -152px;
} 
#navi06 a:hover{
	background-position: -106px -190px;
}
#navi07 a:hover{
	background-position: -106px -228px;
}  


/*footer
---------------------------------------------------------------------------- */
#footer{
	width : 800px;
	clear: both;
	background-color : #8F92C3;
	height : 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 20px;
}
address{
	font-size: 10pt;
	font-style: normal;
	padding-top: 4px;
	color: #FFFFFF;
}
