@charset "UTF-8";
body {
	font-family: "Hiragino Kaku Gothic Pro", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#main {
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
	width: 718px;
	padding-left: 60px;
	border: 1px solid #993300;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#main h1 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#contents {
	text-align: left;
	float: right;
	width: 535px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	height: 100%;
}
#contents h2 {
	background-color: #993300;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}

#menu {
	float: left;
	width: 160px;
	text-align: left;
}
#menu h2 {
	background-color: #993300;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}
#menu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: none;
	line-height: normal;
	margin-bottom: 10px;
}
#menu ul li {
}
#menu ul li.current {
	height: 29px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-left: 10px;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	height: 29px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	display: block;
	color: #999999;
	padding-top: 12px;
	padding-left: 10px;
}
#menu ul li a:active, #menu ul li a:hover {
	color: #996633;
}
#menu dl {
}
#menu dl dt {
	text-align: center;
}
#menu dl dt a, #menu dl dt a:link, #menu dl dt a:visited {
	color: #000000;
	text-decoration: none;
}
#menu dl dt a:active, #menu dl dt a:hover {
	color: #996633;
}
#menu dl dd {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#menu p {
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
#menu p a, #menu p a:link, #menu p a:visited {
	text-decoration: none;
	color: #999999;
}
#menu p a:active, #menu p a:hover {
	color: #996666;
	text-decoration: none;
}
#menu img {
	margin-left: 10px;
	margin-top: 10px;
}

#footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #999999;
}

.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clr {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
	width: 1px;
}
.a_left {
	text-align: left;
}
.a_center {
	text-align: center;
}
.a_right {
	text-align: right;
}
.va_top {
	vertical-align: top;
}
.va_middle {
	vertical-align: middle;
}
.va_bottom {
	vertical-align: bottom;
}

