@charset "UTF-8";

#contents #detail {
	border-bottom:#cccccc dotted 1px;
	margin-bottom:10px;
	padding-bottom:15px;
}

#contents #detail a {
	width:240px;
	border:#0059c5 solid 1px;
	display:block;
	margin:15px auto 0px;
}

#contents #detail a:hover {
	border:#e34000 solid 1px;
}

#contents .centerBOX {
	border-top:#cccccc dotted 1px;
	text-align:center;
	margin:15px auto 0px;
	padding-top:30px;
}

#contents ul .headLine {
	font-weight:bold;
	list-style:none;
	margin-left:-18px;
}

#contents .rightBOX {
	border-bottom:#cccccc dotted 1px;
	text-align:right;
	margin:15px 10px 0 0;
	padding-top:30px;
	padding-bottom:30px;
}

