@charset "UTF-8";
/*----------------------------------------------------------------------

		common

----------------------------------------------------------------------*/

/*

基本13pxIE7はsmall、IE6はx-small
希望のフォントサイズ（px）:指定する値は(%)
10px : 77%
11 85
12 92
13 100
14 107
15 114
16 122
17 129
18 136
19 144
20 152
21 159
22 167
23 174
24 182
25 189
26 197


*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
body {
	background: #00BBEA url(../img/back2.png) repeat-x center top;
	line-height: 1.4;
	color: #666;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	*font-size:small;
	*font:x-small;
	text-align: center;
}
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
fieldset {  
    border:none; 
} 
img{
	border: none;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style: normal; 
    font-weight: normal; 
} 
ol,ul,li { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size: 100%; 
    font-weight: normal; 
} 
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
hr {
	display: none;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/wrapback.png) repeat-y center top;
}
#inner_wrapper {
	width: 810px;
	/*clear: both;*/
	float: left;
}
#contents {
	float: right;
	width: 600px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
/*===================================================
main
===================================================*/
#header {
	position: relative;
	width: 1000px;
	height: 96px;
	margin: 0 auto;
	/*padding-bottom: 30px;*/
	xbackground: #00BBEA url(../img/headerback.png) no-repeat center top;
}
#header h1 {
	float: left;
	position: absolute;
	left: 192px;
	width: 272px;
	height: 86px;
}
#headerimg {
	width: 600px;
	padding: 0 200px;
	height: 96px;
	background: url(../img/headerbacktop.png) no-repeat center top;

}
#header #header_banner {
	float: right;
	width: 280px;
	height: 56px;
	padding-right: 22px;
	margin: 28px 0 12px 0;
}
#mainarea {
	width: 600px;
}
#main {
	width: 560px;
	padding: 10px 20px 20px 20px;
	background-color: #FFFFFF;
	color: #666;
}

/*===================================================
sub_a
===================================================*/
#sub_a {
	float: right;
	width: 175px;
	margin-top: 50px;
	padding-left: 15px;
	text-align: left;
}
#navi {
	width: 140px;
	padding-top: 2px;
	background: url(../img/navi_border.gif) no-repeat left top;
}
#navi li {
	width: 140px;
	height: 46px;	
}
#navi li a {
	display: block;
	width: 140px;
	height: 46px;
	text-indent: -9999px;
	overflow:hidden;
}
.navi_home a {
	background: url(../img/navi_btn_home.gif) no-repeat left top;
}
.navi_home a:hover {
	background: url(../img/navi_btn_home.gif) no-repeat left bottom;
}
.navi_regist a {
	background: url(../img/navi_btn_regist.gif) no-repeat left top;
}
.navi_regist a:hover {
	background: url(../img/navi_btn_regist.gif) no-repeat left bottom;
}
.navi_help a {
	background: url(../img/navi_btn_help.gif) no-repeat left top;
}
.navi_help a:hover {
	background: url(../img/navi_btn_help.gif) no-repeat left bottom;
}

/*===================================================
sub_b
===================================================*/
#sub_b {
	float: left;
	width: 175px;
	margin-top: 50px;
	padding-right: 15px;
	text-align: left;
	color: #FFFFFF;

}
#login_wrap {
	width: 156px;
	float: right;
}
#login_wrap_a {
	width: 156px;
	padding-top: 15px;
	background: url(../img/loginbox_top.png) no-repeat left top;
	margin-bottom: 20px;
}

#login_wrap_b {
	clear: both;
	width: 156px;
	padding-bottom: 15px;
	background: url(../img/loginbox_bottom.png) no-repeat left bottom;
}
#login_form {
	clear: both;
	width: 128px;
	padding: 0 14px;
	background: url(../img/loginbox_middle.png) repeat-y left top;
}
#login_form label, #login_form legend {
	display: none;
}
#login_form h2 {
	width: 42px;
	height: 13px;
	margin-bottom: 9px;
	background: url(../img/login_title.gif) no-repeat left top;
	text-indent: -9999px;
}
#login_form #login_h3_mail {
	width: 73px;
	height: 9px;
	margin-bottom: 3px;
	background: url(../img/login_mail.gif) no-repeat left top;
	text-indent: -9999px;
}
#login_form #login_h3_pass {
	width: 56px;
	height: 12px;
	margin-bottom: 3px;
	background: url(../img/login_pass.gif) no-repeat left top;
	text-indent: -9999px;
}
#login_form #mail ,#login_form #password {
	width: 128px;
	margin-bottom: 8px;
}
#input_img {
	float: right;
	width: 43px;
}
#lostPasslink {
	clear: both;
	font-size: 77%;
	padding-left: 16px;
	text-align:center;
	width: 156px;
	height: 14px;
}
#lostPasslink a {
	color: #FFFFFF;
}

/*===================================================
footer
===================================================*/

#footer {
	clear: both;
	width: 600px;
	height: 60px;
	background: url(../img/footerimg1.png) no-repeat left bottom;
	text-align: center;
	margin: 0 190px;
	padding: 0 10px 10px 10px;
}
#footer ul {
	margin-bottom: 10px;
}
#footer ul li {
	display: inline;
	color: #6CD900;
}

#footer ul li a {
	color: #6CD900;
	font-size: 92%;
}
address {
	font-size: 100%;
}
/*===================================================
form
===================================================*/
.common_tit {
	width: 535px;
	height: 34px;
	padding-left: 25px;
	background: url(../img/tit_back.gif) no-repeat left top;
	font-size: 107%;
	line-height: 2.5;
}

.common_input {
	width:535px;
	padding: 8px 0 8px 25px;
}
.common_input input {
	height: 20px;
}
.support_txt {
	font-size: 92%;
}
.supple_txt {
	font-size: 77%;
}
#formBtn {
	text-align: center;
	padding-top: 60px;
}
.errormsg {
	clear: both;
	margin-bottom: 15px;
	color: #FF0000;
}
.btnMargin {
	margin-right: 10px;
}
.btnSpace {
	margin-left: 10px;
}

/*------------------
	button
------------------*/

#formBtn button { 
	border:0; 
	cursor:pointer; 
	/*font-weight:bold;*/ 
	padding:0 20px 0 0; 
	text-align:center; 
}
#formBtn button span { 
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 20px; 
}

/*blue buttons*/
/*
button.submitBtn { 
	background: url(../img/btn_blue_right.gif) right no-repeat; 
	font-size:1.3em;
	margin-left: 10px; 
}
button.submitBtn span { 
	height:29px; 
	line-height:29px;
	background: url(../img/btn_blue_left.gif) left no-repeat;
	color:#fff; 
}
*/

#formBtn button.submitBtn { 
	background: url(../img/btn_blue_right.gif) right no-repeat; 
	font-size:92%;
   
}
#formBtn button.submitBtn span { 
	height:29px; 
	line-height:29px;
	background: url(../img/btn_blue_left.gif) left no-repeat;
	color:#fff;
}
#formBtn button.submitBtnleft { 
	background: url(../img/btn_blue_right.gif) right no-repeat; 
	font-size:92%;
	margin-right: 10px;
   
}
#formBtn button.submitBtnleft span { 
	height:29px; 
	line-height:29px;
	background: url(../img/btn_blue_left.gif) left no-repeat;
	color:#fff;
  
 
}

/*
button.submitBtn:hover {
	background:url(../img/btn_blue_right_hover.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(../img/btn_blue_left_hover.gif) left no-repeat; 
}
*/
/*----------------------------------------------------------------------

		login.html

----------------------------------------------------------------------*/


#bodyId_login #main {
	width: 600px;
	padding: 50px 0 0 0;
	background-color: #FFFFFF;
}

#whats_outer {
	position: relative;
	width: 540px;
	margin: 0 20px 20px;
	padding: 10px;
	background: url(../img/whats_pattern.gif) repeat left top;
}
#whats_inner {
	padding: 30px 15px;
	background-color: #FFFFFF;
}
#whats_inner h2 {
	margin-bottom: 12px;
}
#whats_inner h3 {
	position: absolute;
	right: -40px;
	top: -40px;
}
#whats_inner p {
	line-height: 1.6;
	font-size: 92%;
}
#regist {
	clear: both;
	margin: 0 35px;
}
#regist h2 {
	float: right;
	width:279px ;
	height: 145px;
	padding: 11px 0 41px;
	overflow: hidden;
}
#regist h2 a {
	display: block;
	width: 279px;
	height: 145px;
	background: url(../img/banner_regist.gif) no-repeat left top;
	text-indent: -9999px;
}
#regist p {
	float: left;
}

/*----------------------------------------------------------------------

		registration.html

----------------------------------------------------------------------*/

#bodyId_registration .navi_regist a {
		background: url(../img/navi_btn_regist.gif) no-repeat left bottom;
}
#registration h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_registration.gif) no-repeat left top;
	text-indent: -9999px;
}
#registration_inquiry h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_logininquiry.gif) no-repeat left top;
	text-indent: -9999px;
}
#regist_list {
	width: 560px;
	color: #666;
}
#regist_list .supple_txt {
	padding-left: 20px;
}
#regist_001 input {
	width: 100px;
	height: 20px;
}
#regist_002 input, 
#regist_003 input,
#regist_004 input,
#regist_005 input,
#regist_006 input {
	width: 200px;
	height: 20px;
}
.test01 {
	margin-bottom: 10px;
}


/*==========================================
clearfix
============================================*/
.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 */

/*----------------------------------------------------------------------

		registration02.html

----------------------------------------------------------------------*/

#userinconfirm01 h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_registration.gif) no-repeat left top;
	text-indent: -9999px;
}
#explain {
		color: #FF9933;
}
#confirm_list {
	width: 560px;
	color: #666;
}

/*----------------------------------------------------------------------

		registration03.html

----------------------------------------------------------------------*/

#sendmail h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_registration.gif) no-repeat left top;
	text-indent: -9999px;
}
#sendmail h3 {
	font-size: 136%;
	background: url(../img/bullet_blue.gif) no-repeat left 0.05em;
	margin-bottom: 15px;
	padding-left: 18px;
	padding-bottom: 8px;
	border-bottom: dashed 1px #666;
	line-height: 1;
}
#sendmail p, #sendmail li {
	font-size: 100%;
	line-height: 2;
}
#sendmail p, #sendmail ul {
	padding-bottom: 30px;
}
#sendmail p#attention{
	color: #FF9933;
	font-size: 92%;
	margin-right: 27px;
	margin-left: 27px;
}


/*----------------------------------------------------------------------

		registration04.html

----------------------------------------------------------------------*/

#userinconfirm02 h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_registration.gif) no-repeat left top;
	text-indent: -9999px;
}
#uc02_list {
	width: 560px;
	color: #666;
}
#uc02_001 input,
#uc02_002 input {
	width: 200px;
	height: 20px;
}
#uc02_002 textarea {
	width: 535px;
	height: 150px;
}

#rules {
	border: 1px solid #CCCCCC;
	height: 150px;
	overflow: auto;
	padding: 10px;
}
#rules dt {
	font-weight: bold;
	margin-bottom: 3px;
}
#rules dd {
	margin-bottom: 7px;
}

/*----------------------------------------------------------------------

		registration05.html

----------------------------------------------------------------------*/

#entry-comp h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_registration.gif) no-repeat left top;
	text-indent: -9999px;
}
#entry-comp h3 {
	font-size: 136%;
	background: url(../img/bullet_blue.gif) no-repeat left 0.05em;
	margin-bottom: 15px;
	padding-left: 18px;
	padding-bottom: 8px;
	border-bottom: dashed 1px #666;
	line-height: 1;
}
#entry-comp p {
	font-size: 100%;
	line-height: 2;
	padding-bottom: 30px;
}
#entry-comp p#button{
	text-align: center;
}

/*----------------------------------------------------------------------

		resetting.html

----------------------------------------------------------------------*/

#reSetting h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_setup.gif) no-repeat left top;
	text-indent: -9999px;
}

/*----------------------------------------------------------------------

		lostPass.html

----------------------------------------------------------------------*/

#explain {
	margin-bottom: 20px;
}
#lostPass h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_lostPass.gif) no-repeat left top;
	text-indent: -9999px;
}
#lostPass_list .supple_txt {
	font-size :77%;
	padding-left: 20px;
}
#lostPass_001 input, 
#lostPass_002 input {
	width: 200px;
	height: 20px;
}
#losstp_secret {
margin-bottom: 10px;
}
#lostPass_button {
	text-align: center;
}
/*----------------------------------------------------------------------

		lostPass02.html

----------------------------------------------------------------------*/
#sendmail h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_lostPass.gif) no-repeat left top;
	text-indent: -9999px;
}
#sendmail h3 {
	font-size: 136%;
	background: url(../img/bullet_blue.gif) no-repeat left 0.05em;
	margin-bottom: 15px;
	padding-left: 18px;
	padding-bottom: 8px;
	border-bottom: dashed 1px #666;
	line-height: 1;
}
#sendmail p,#sendmail li {
	font-size: 100%;
	line-height: 2;
}
#sendmail p, #sendmail ul {
	padding-bottom: 30px;
}
#sendmail p#attention{
	color: #FF9933;
	font-size: 92%;
	margin-right: 27px;
	margin-left: 27px;
}

/*----------------------------------------------------------------------

		lostPass03.html

----------------------------------------------------------------------*/

#lostPass03 h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_lostPass03.gif) no-repeat left top;
	text-indent: -9999px;
}
/*----------------------------------------------------------------------

		help.html

----------------------------------------------------------------------*/
#help h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_help.gif) no-repeat left top;
	text-indent: -9999px;
}
#help h3 {
	background-image: url(../img/question_subject.gif);
	height: 17px;
	width: 560px;
	text-indent: -9999px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: left top;
}
#help h4 {
	background-image: url(../img/anser_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 560px;
	text-indent: -9999px;
	margin-bottom: 25px;
}

#help a {
	color:#666;
}
#help_list {
	width: 560px;
	margin-bottom: 60px;
	color: #666;
}
#help_list dt {
	width: 535px;
	height: 34px;
	padding-left: 25px;
	background: url(../img/tit_back.gif) no-repeat left top;
	font-size: 107%;
	line-height: 2.5;
}
#help_list dd {
	width:535px;
	/*height:  20px;*/
	padding: 5px 0 5px 25px;
}
#help_list dd ul li {
	padding-bottom: 10px;
	background-image: url(../img/question.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	
}
#help_list dd ul li a {
	padding-left: 20px;
	line-height: 1.6;
}

.anser_list {
	width: 535px;
	color: #666;
	height: 34px;
	padding-left: 25px;
	background: url(../img/tit_back.gif) no-repeat left top;
	font-size: 107%;
	line-height: 2.5;
	margin-bottom: 10px;
}
.help_list_b {
	padding-left: 25px;
}

.help_list_b dt {
	background-image: url(../img/question.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	margin-bottom: 10px;
}
.help_list_b dd {
	background-image: url(../img/anser.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 23px;
	margin-bottom: 30px;
}
.bred_top {
	width: 550px;
	text-align: right;
	margin-bottom: 30px;
}
.help_list_b li {
	list-style-position: inside;
	list-style-type: disc;
}

.au li {
	float: left;
}
.clear {
	clear:both;
}
/*
#bodyId_help .navi_help a {
	background: url(../img/navi_btn_help.gif) no-repeat left bottom;
}

#help h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_help.gif) no-repeat left top;
	text-indent: -9999px;
}
#help_list {
	margin-bottom: 60px;
}
#help_list dd ul li {
	padding-bottom: 10px;
}
#help_list dd ul li a,
#help .qandA h5 {
	padding-left: 20px;
	background: url(../img/bullet_blue.gif) no-repeat left center ;
	line-height: 1.6;
	text-decoration: none;
	color:#666;
}
.helpQ {
	width: 535px;
	height: 34px;
	padding-left: 25px;
	background: url(../img/back_helpQ.gif) no-repeat left top;
	font-size: 107%;
	line-height: 2.5;
}
#help .qandA h5 {
	margin-bottom: 5px;	
}
#help .qandA p {
	margin-bottom: 10px;	
}
#help .qandA p a {
	color: #FF8B15;
	text-decoration: underline;
}
#help .qandA p a:hover {
	text-decoration: none;
}

#help .qandA {
	width:535px;
	padding: 8px 0 8px 25px;
}
*/

/*----------------------------------------------------------------------

		rule.html

----------------------------------------------------------------------*/
#rule h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_rule.gif) no-repeat left top;
	text-indent: -9999px;
}
#rule_list dt {
	font-weight: bold;
	margin-bottom: 4px;
}
#rule #rule_list .prohibited_matter_under {
	margin-bottom: 30px;
}

#rule_list #prohibition {
	margin-bottom: 25px;
}
#rule_list .prohibited_matter li{
	background-image: url(../img/circle.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 9px;
}
.prohibited_matter_under {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------------------------

		privacy.html

----------------------------------------------------------------------*/


#privacy h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_privacy.gif) no-repeat left top;
	text-indent: -9999px;
}
#privacy_list #company_outline {
	text-align: right;
	margin-bottom: 30px;
}
#privacy_list .outline_subject {
	font-weight: bold;
	margin-bottom: 4px;
}
#privacy_list .outline_sentences {
	margin-bottom: 30px;
}
#privacy_list #outline_sentences_under {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------------------------

		company.html

----------------------------------------------------------------------*/

#company h2 {
	width: 560px;
	height: 35px;
	margin-bottom: 15px;
	background: url(../img/tit_company.gif) no-repeat left top;
	text-indent: -9999px;
}
/*===================================================
.dataTable
===================================================*/

.dataTable {
	width: 560px;
	/*border-collapse: separate;*/
	border-bottom: 1px dashed #666;
}
.dataTable table {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.dataTable_td {
	border-top: 1px dashed #666;
	/*padding: 1px 0;*/
}
.dataTable_td th {
	background-color: #FFCC99;
	width: 140px;
	margin: 10px 0;
	padding: 10px 0 10px 10px;
}
.dataTable_td td {
	width: 390px;
	margin: 10px 0;
	padding:10px 0 10px 20px;
}
/*----------------------------------------------------------------------

		remove_accout_finish.html

----------------------------------------------------------------------*/
#remove_accout_finish h2 {
	background: url(../img/tit_removeAccout.gif) no-repeat left top;
	height: 35px;
	width: 560px;
	margin-bottom: 30px;
	text-indent: -9999px;
}
#remove_accout_finish .explain {
	text-align: center;
	margin-bottom: 30px;
}
#remove_accout_finish .explain span {
	padding: 8px 0 8px 30px;
	background: url(../img/bullet_attention.gif) no-repeat left center;
	font-size: 92%;
}

/*----------------------------------------------------------------------

		remove_accout_finish.html

----------------------------------------------------------------------*/
#compulsion_logout h2 {
	background: url(../img/tit_compulsion_logout.gif) no-repeat left top;
	height: 35px;
	width: 560px;
	margin-bottom: 30px;
	text-indent: -9999px;
}
#compulsion_logout .explain {
	text-align: left;
	margin-bottom: 30px;
}



