﻿@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: 20px;
	font-size: 100%;
}
#mainContents h2 {
	margin-bottom: 10px;
	clear: both;
}
#mainContents ul {
	list-style-type: none;
	padding-bottom: 20px;
	clear: both;
}
#mainContents li {
	padding: 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3C2F09;
	float: left;
	width: 280px;
}

