@import "../../../css/profile.css";

/************************************************/

#contents h5{
	font-weight:bold;
	font-size:14px;
	border-bottom:double 3px;
	margin-bottom:10px;
	line-height:18px;
	}
	
#contents ul{
	margin:10px 20px;
	padding:20px;
	line-height:180%;
	background:#eee;
	}
	
#contents ul.ul_02{
	background:none;
	margin:0 20px;
	padding:0;
	}
	
#contents dl{
	margin:0 40px;
	}
	
#contents dl dt{
	float:left;
	font-weight:bold;
	line-height:180%;
	margin-bottom:1em;
	}
	
#contents dl dd{
	padding-left:70px;
	line-height:180%;
	border-bottom:dotted 1px #666;
	margin:0;
	margin-bottom:1em;
	}
	
#contents dl dd dl{
	margin:0;
	}
	
#contents dl dd dl dt{
	line-height:120%;
	padding-right:6px;
	}
	
#contents dl dd dl dd{
	border:none;
	line-height:120%;
	padding:0;
	}

#contents table th{
	width:50%;
	text-align:left;
	}