﻿@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 {
	margin: 0px;
	padding: 10px 10px 10px 20px;
}
#mainContents li {
	margin-bottom: 5px;
}
#mainContents th {
	padding: 5px;
	width: 20%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #E4DCC7;
}
#mainContents td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
#mainContents table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
}#mainContents p {
	margin-bottom: 10px;
}
.caution {
	font-size: 80%;
	font-weight: bold;
	color: #FF0000;
}
#mainContents h2 {
	font-size: 120%;
	margin-bottom: 20px;
}

