/*----------parts--------------------------------------------------------*/
.block{
margin-bottom : 24px;
padding : 14px 14px 14px 24px;
background-color : #eeeeee;
border : solid 1px #cccccc; 
}

ol{
margin-left : 60px;
}
ol li{
font-size : 20px;
color : #444444;
}

.l_col{
width : 105px;
float : left;
padding-right : 20px;
margin-right : 20px;
margin-left : 10px;
border-right : dotted 1px #cccccc;
}

.l_col li{
list-style-type : none;
border-bottom : dotted 1px #cccccc;
margin-bottom : 4px;
font-size  : 13px;
padding-top : 0px;
padding-bottom : 4px;
}

.l_col_nx{
padding : 4px;
width : 590px;
float : left;
}
.l_col_nx2{
padding : 4px;
width : 595px;
float : left;
}

.menu_list{
background-image : url(../img/list.gif);
background-repeat : no-repeat;
padding-left : 12px;
}
.menu_list_at{
background-image : url(../img/list_at.gif);
background-repeat : no-repeat;
padding-left : 12px;
color : #ff6600;
}
.menu_list:hover{
background-image : url(../img/list_f.gif);
background-repeat : no-repeat;
padding-left : 12px;
}
.menu_list_at:hover{
background-image : url(../img/list_at.gif);
background-repeat : no-repeat;
padding-left : 12px;
text-decoration : none;
}


.bd{
border : solid 1px #cccccc;
padding : 20px;
margin-bottom : 20px;
}

.ptr{
margin-left : 60px;
}

/*--------------text---------------------------------------------------*/
h2{
font-size : 36px;
color : #776666;
margin-top : 30px;
margin-bottom : 40px;
padding-bottom : 0px;
border-bottom : solid 1px #cccccc; 
width : 100%;
font-weight : normal;
}
h3{
font-size : 16px;
color : #444444;
padding-bottom : 5px;
}

h4{
font-size : 13px;
color : #444444;
font-weight : bold;
padding-bottom : 0px;
margin-bottom : 6px;
}

.b{
font-weight : bold;
}
.r{
text-align : right;
}

.red{
color : red
}

.orange{
color : orange;
}

.under_l{
border-bottom : dotted 1px #cccccc;
padding-bottom : 4px;
}

.center{
text-align : center;
margin-left : auto;
margin-right : auto;
}

.left{
text-align : left;
}

.rabel:hover{
text-decoration : none;
}
.fr{
float : right;
}

.cl_gray{
	color : #666;
}
.s_12p{
	font-size:12px;
}
