@charset "iso-8859-1";

/* contents */
#contents h1 {
	clear:both;
	font-size:130%;
	color:#327855;
	border-bottom:2px solid #327855;
	background:url(../images/shared/h1_bg.gif) no-repeat 5px 1px;
	padding:1px 10px 3px 30px;
	margin-bottom:1.8em;
}
#contents h2 {
	clear:both;
	font-size:120%;
	border-left:3px solid #FF6600;
	border-bottom:1px solid #AFA68B;
	background:#F8E7B1 url(../images/shared/h2_bg.jpg) repeat-y right top;
	padding:6px 65px 5px 10px;
	margin-bottom:1em;
}
#contents h3 {
	clear:both;
	font-size:110%;
	color:#327855;
	background:url(../images/shared/h3_bg.gif) no-repeat 0em 0.1em;
	padding:0px 10px 0px 24px;
	margin-bottom:0.3em;
}
#contents h4,
#contents h5,
#contents h6 {
	clear:both;
	margin-bottom:0.3em;
}
#contents p {
	margin:0em 0em 0.5em 0em;
}
#contents ul,
#contents ol {
	margin:0px 0px 10px 25px;
	padding:0px 0px 10px 25px;
}
#contents li {
	margin-bottom:0.5em;
}
#contents ul {
	list-style-image:url(../images/shared/icon_list1.gif);
}
#contents ol {
	list-style-type:decimal;
	list-style-image:none;
}
#contents table {
	margin-bottom:0.8em;
}
#contents hr {
	height:1px;
	background-color:#327855;
	border:none;
	color:#327855;
}
p.readall {
	text-align:right;
	margin-right:10px;
	margin-top:0px;
}
p.readall a {
	background:url(../images/shared/icon_arrow.gif) no-repeat 0em 0.3em;
	padding-left:12px;
}
table.datatable table {
	border:none;
}
table.datatable table th {
	border:none;
	background-color:#ffffff;
}
table.datatable table td {
	border:none;
}
table.datatable table.datatable {
	border:1px solid #000000;
	border-collapse:collapse;
}
table.datatable table.datatable th {
	border:1px solid #000000;
	background-color:#F8E7B1;
}
table.datatable table.datatable td {
	border:1px solid #000000;
}

/* print */
@media print {
/* contents */
#contents h1 {
	background:url(../images/shared/h1_bg.gif) no-repeat 5px 1px;
	width:auto;
}
#contents h2 {
	background:#F8E7B1 url(../images/shared/h2_bg.jpg) repeat-y right top;
	width:auto;
}
#contents h3 {
	background:url(../images/shared/h3_bg.gif) no-repeat 0em 0.1em;
	width:auto;
}
}