﻿@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 ul {
	list-style-type: none;
	margin: 0px;
	padding: 20px;
}
#mainContents ul　ul {
	padding: 0px;
	margin: 0px;
}
#mainContents li {
	margin-bottom: 15px;
}
#mainContents li li {
	background-image: url(../images/relatedsite/bul.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

