/*--------------------------------------------
help専用css
---------------------------------------------*/

.contents{
max-width:560px;
_width:560px;
font-size:14px;
line-height:1.5em;
text-align:left;
padding-left:20px;
padding-right:20px;
margin: 0 auto;
}

/*-------- table --------*/

table{	/*tableセンタリング*/
margin:0 auto;
}


/*-------- 2 chara --------*/

h3{
color:#9f3548;
margin:10px 0 10px;
}



/*-------- help dl --------*/

.line1{
width:460px;
font-size:14px;
line-height:1.5em;
text-align:left;
margin:0 auto;
}
.line1 dt{
font-weight:700;
}

.line1 dd{
margin-bottom:20px;
}


/*------- 4 5 dl -------------*/

.line4{
max-width:580px;
_width:580px;/*ie6*/
margin:20px 0 20px;
}

.line4 dl{
line-height:1.6em;
}

.line4 dt{
width:30px;
font-weight:700;
color:#cc0000;
}

.line4 dd{
margin-top:-1.4em;
padding-left:40px;
padding-bottom:15px;
}

/*-------------- 6 -------------*/
p{
color:#cc4200;
font-weight:700;
}

/*---------- roma ------------*/

.roma{
max-width:400px;
_width:560px;
font-size:14px;
line-height:1.5em;
text-align:left;
padding-top:10px;
padding-bottom:10px;
margin:0 auto;
}

.roma2{
font-size:14px;
line-height:1.5em;
color:#cc0000;
text-align:center;
padding-top:10px;
padding-bottom:10px;

}

.roma_red{
font-size:15px;
color:#cc0000;
font-weight:700;
}

.roma15{
font-size:15px;
color:purple;
font-weight:700;
}

table.roma{
max-width:380px;
min-width:320px;
_width:380px;
margin:0 auto;
}
.roma td{
height:20px;
font-size:14px;
}


/*------ input button ----------*/
.ckbox1{
margin-top:40px;
margin-bottom:50px;
}
input{
width:120px;
font-size:14px;
height:30px;
margin-top:40px;
margin-bottom:20px;
border: 1px solid #999999;
margin: 0 auto;
}
/* chromeのfocus時のシャドウ削除 */
input[type="text"],textarea,select,input[type="reset"] {	
outline: none;
}



