@charset "UTF-8";

@import url("reset.css");
@import url("base.css");

#term{
	width:738px;
	margin:10px auto 0 auto;
}

#term h2{
	font-size:1.14em;
	font-weight:bold;
	width:703px;
	background-image: url(../img/common/list01.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding:0 0 0 15px;
	margin:40px 0 0 20px;
}

#term p
,#term ul{
	width:550px;
	margin:10px 0 0 35px;
}

#term p#copy{
	margin:10px 0 0 20px;
}

#term table{
	width:340px;
	margin:10px 0 0 35px;
}

