/* CSS Document */

#contents dl {
	margin-left : 20px;
}
#contents dt {
	font-weight : 700;
	font-size : 16px;
	margin : 20px 10px 0 10px;
	border-left : solid 5px #CCCCCC;
	border-bottom : solid 1px #CCCCCC;
	color : #333;
	padding : 2px 5px;
}
#contents dd {
	font-size : 14px;
	margin-left : 20px;
	padding : 5px;
}
#contents dd table#souryo {
	margin-top : 5px;
	border : solid 1px #666;
}
#contents dd table#souryo td {
	border : solid 1px #999;
	text-align : center;
	font-size : 14px;
	width : 100px;
	padding : 5px;
}

dl#costs dt, dl#payment dt {
	padding-left : 22px;
	color : #333;
	font-size : 14px;
	background : url("sen.jpg") left center no-repeat;
	border : none;
}
dl#costs dd, dl#payment dd {
	padding-left : 22px;
	color:#666;
}

#contents .sites a {
	color : #333;
	text-decoration:underline;
}


ul#return {
	list-style-type : disc;
	margin-left : 20px;
}
ul#return li {
	list-style-type : disc;
	margin-left : 20px;
	font-size : 12px;
	padding : 1px 0;
}

