@charset "utf-8";
/* CSS Document */

#maincontents p{line-height:220%;}

#profile{ margin-left:30px;}
#profile li{float:left; margin:10px;}

/*table-set*/
.border_top{border-top:1px dashed #ccc;}

#detail_table{
border-collapse:collapse;
margin:10px 0 10px 0;
width:670px;
}


#detail_table th{
	background-position:left 18px;
text-align:left;
padding:15px;
font-weight:bold;
color:#C2C2AE;
vertical-align:top;
border-bottom:1px dashed #ccc;
}

#detail_table td{
padding:15px;
border-bottom:1px dashed #ccc;
}

.brown{font-size:12px; color:#C2C2AE; font-weight:bold;}

.add{float:left; width:220px;} 

h5{background-image:url(images/title_bg.png); background-repeat:no-repeat; font-weight:bold; color:#889ac0; padding:10px 0 10px 20px; font-size:12px; margin:0;}