
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 70%;
	line-height: 1.6;
	color: #2b4364;
	background-color: #e7e9f0;
	text-align: center;
}
#body {
	text-align: left;
	width: 900px;
	margin: 0px auto;
}
hr {
	height: 0px;
	border-top: 1px solid #CCCCCC;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #67a1f0;
}
a:visited {
	text-decoration: none;
	color: #67a1f0;
}
a:hover {
	text-decoration: underline;
	color: #67a1f0;
}
a:active {
	text-decoration: none;
	color: #67a1f0;
}
/* navigation style
------------------------------*/
.navi {
	text-align: right;
	font-weight: bold;
	width: 900px;
	margin: 15px auto 10px;
}
* html .navi {
	width: 865px;
}
.navi li {
	display: inline;
	margin-right: 5px;
}
/* header style
------------------------------*/
#header {
	background-image: url("/images/08/header_1.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	height: 198px;
	width: 900px;
}
#header h1 {
	padding-top: 30px;
	margin-left: 50px;
	font-size: 12px;
}
#header p {
	margin-left: 50px;
}
#header h2 {
	margin-left: 50px;
	margin-top: 10px;
	font-size: 22px;
	letter-spacing: 2px;
}
/* categoly style
------------------------------*/
#sub1 {
	width: 178px;
	float: left;
	background-color: #fff;
	margin-right: 20px;
	border: 1px solid #e7e9f0;
	margin-bottom: 20px;
}
#sub1 h3,
#sub1 h4 {
	background-color: #e7e9f0;
	margin: 1px;
	line-height: 2;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url("/images/08/bg_1.gif");
	background-repeat: repeat;
	background-position: left top;
	font-size: 12px;
}
#sub1 ul {
	list-style: none;
	margin: 5px 20px;
	font-weight: bold;
}
#sub1 li {
	line-height: 2;
}

#sub1 p {
	margin: 10px 20px;
	line-height: 1.2;
}

/* main style
------------------------------*/
#container {
	width: 478px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#main {
	border: 1px solid #e7e9f0;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#container #main h3 {
	font-size: x-large;
	border-bottom: 1px solid #CCCCCC;
	margin: 5px 10px;
}
#container #main h3 a {
	font-size: 16px;
	color: #2b4364;
}
#container #main .catch {
	font-weight: bold;
	line-height: 2;
	font-size: 12px;
	margin: 5px 10px;
}
#container #main p {
	margin-right: 20px;
	margin-left: 20px;
}
#container #main img {
	float: right;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-left: 10px;
}
#container #main .category {
	text-align: right;
	margin-bottom: 30px;
}
#container ul {
	text-align: center;
	margin: 10px 0px;
	background-color: #e7e9f0;
}
#container li {
	display: inline;
	list-style: none;
	margin-right: 10px;
	margin-left: 10px;
}
#container #main dl {
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}
#container #main dt {
	font-weight: bold;
	background-color: #e7e9f0;
	padding-left: 1em;
}
#container #main dd {
	padding-left: 1.5em;
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
}
#container #main dd:after {
	content: "";
	display: block;
	clear: both;
}

#container .pagetop {
	text-align: right;
	font-weight: bold;
}
#errorPage #container {
	width: 100%;
}
.error_msg {
	border: 1px solid #e7e9f0;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding: 20px 10px;
}
/* contents b style
------------------------------*/
#sub2 {
	margin: 0px auto 20px;
	width: 198px;
	float: left;
	word-break : break-all;
}
#sub2 .contentsb {
	background-color: #fff;
	border: 1px solid #e7e9f0;
}

#sub2 h4 {
	background-color: #e7e9f0;
	padding-right: 10px;
	padding-left: 10px;
	margin: 1px;
	text-align: center;
	line-height: 2;
	background-image: url("/images/08/bg_1.gif");
	background-repeat: repeat;
	background-position: left top;
	font-size: 12px;
}
#sub2 .date {
	text-align: right;
	margin: 0px 15px 15px;
}
#sub2 .sub2hx {
	background: url("/images/08/banner02_1.gif") left bottom no-repeat;
	width: 200px;
	padding: 0 0 7px 0;
}
#sub2 h3 {
	background: url("/images/08/banner03_1.gif") left top repeat-y;
	font-size: 12px;
}
#sub2 h3 span {
	background: url("/images/08/banner01_1.gif") left top no-repeat;
	text-align: center;
	color: #FFFFFF;
	display: block;
	padding: 10px 10px 0 10px;
}
#sub2 p {
	line-height: 1.2;
	margin: 15px 20px 5px;
}
/* footer style
------------------------------*/
#footer {
	clear: both;
	width: 900px;
	text-align: center;
	margin: 0px auto;
	background-image: url("/images/08/footer_1.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	height: 120px;
}#footer p {
	padding-top: 40px;
}
#footer a {
	font-weight: bold;
}
#detailPage #container #main .img img {
	float: none;
}
