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

h2{
	width:700px;
	height:120px;
	text-align:right;
	margin:0px auto 10px auto;
}

#detailbox_inner h3{
	font-size:14px;
	line-height:1.5;
	margin-bottom:15px;
}

#detailbox{
	width:680px;
	margin:30px auto;
	text-align:right;
	font-size:13px;
}

#detailbox_inner{
	width:620px;
	text-align:left;
	margin:10px auto;
}

#detailbox_inner table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0px;
	margin-bottom:300px;
	margin-left:auto;
	margin-right:auto;
	width: 620px;
	line-height:1.5;
}

#detailbox_inner th{
	width:100px;
	font-weight: bold;
}

#detailbox_inner td{
	padding-top:15px;
	padding-bottom:15px;
}

.bottomline{
	border-bottom: 1px dotted #4281C6;
}
