﻿@import url("clearfix.css");
@import url("common.css");

#bacArea {
	background-image: url(../images/foot_bac.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menuArea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2206;
}
#mainArea {
	margin: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/ptBac.gif);
	background-repeat: repeat-y;
}


#ptArea {
	width: 135px;
	float: left;
	height: 600px;
}
#mainContents {
	width: 585px;
	padding-left: 20px;
	float: left;
}
#mainContents p {
	line-height: 150%;
	margin-bottom: 10px;
}


#mainContents h2 {
	margin-bottom: 20px;
	clear: left;
}
#mainContents dl {
	padding-bottom: 20px;
}
#mainContents dt {
	background-image: url(../images/relatedsite/bul.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
	padding-right: 20px;
	font-weight: bold;
	width: 170px;
}
#mainContents dd {
	padding: 5px 5px 10px;
	width: 365px;
	float: left;
}
#mainContents dd strong {
	font-size: 80%;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 5px;
}

