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

#Main_terms {
	width:1000px;
}
.subtitle{
	margin:30px 0 25px 0;
	padding:0 0 5px 0;
	border-bottom:2px solid #946023;
}
#Main_terms p{
	line-height:1.5em;
	font-size:95%;
}
#Main_terms h3, #Main_terms .terms_i{
	border-bottom:1px dotted #666666;
	margin-bottom:5px;
	margin-top:20px;
	padding:2px 0;
	font-size:110%;
	font-weight:bold;
	color:#666666;
}
#Main_terms ul{
	margin:5px;
}
#Main_terms ul li{
	font-size:95%;
	list-style:none;
	margin:3px 0 3px 7px;
	color:#333333;
}
#Main_terms a{
	color:#333333;
	text-decoration:underline;
}
