﻿@charset	"UTF-8";
/*
---------------------------------------------------------------------
	page body warpper
	margin: 15px 15px 150px 45px = width: 650px + padding: 5px; = 720px
	margin: 15px 35px 150px 65px = width: 610px + padding: 5px; = 720px
---------------------------------------------------------------------
*/
#mainBodyMargin {
	margin: 15px 35px 150px 65px;
	background-color: white;
}
#mainBodyInner {
	width: 610px /*610px*/;
	color: black;
	text-align: left;
	padding: 5px;
}
/*
---------------------------------------------------------------------
		page contents style
---------------------------------------------------------------------
*/
#copPageHeader {
	width: 610px;
	margin: 0 0 80px 0;
}
#copPageHeader p {
	text-align: right;
	padding-right: 40px;
	margin-top: 10px;
}
.copPageTitle {
	height: 28px;
	background-image: url('../images/common/titleback101.gif');
	line-height: 28px;
}
.copPageTitle p {
	margin: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}
/*
---------------------------------------------------------------------
		reportBox style
---------------------------------------------------------------------
*/
#copReportBox {
}
#copReportBox dl {
	line-height: 160%;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #736F59;
}
#copReportBox dt {
	float: left;
	width: 130px;
	padding: 10px 6px 10px 6px;
	clear: both;
	font-weight: bold;
	border-top: 1px solid #fff;
	text-align: center;
	color: white;
}
#copReportBox dd {
	width: 450px;
	margin-left: 130px;
	padding: 10px 6px 10px 6px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #EBEBEB;
}
#copReportBoxUL {
	margin: 0 0 0 18px;
	padding: 0;
	list-style: disc;
}
