@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#head {
	height: 29px;
	padding-left: 120px;
	padding-top: 10px;
	background: #CCCCCC url(head_bg.gif) repeat-y top;
	font-size: 13px;
	font-weight: bold;
}
#header {
	padding-left: 118px;
}
#contents {
	background: #999999;
}
#contents-top {
	background: #FFFFFF url(contents_top_bg.gif) no-repeat;
	padding-top: 21px;
}
#contents-main {
	background: url(contents_main_bg.gif) repeat-y right top;
	width: 920px;
	position: relative;
	height: 800px;
}
#main {
	margin-left: 240px;
	height: 800px;
}
#sidebar {
	width: 240px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 800px;
}
#menu {
	margin-top: 80px;
	padding-left: 60px;
}
#submenu {
	margin-top: 116px;
	padding-left: 20px;
}
#main-text {
	width: 325px;
	padding-left: 35px;
	padding-top: 10px;
	font-size: 12px;
	display: block;
}
#foot {
	background: url(contents_main_bg.gif) repeat-y top;
	height: 608px;
	padding-left: 309px;
}
#Footer {
	background: url(footer_bg.gif) no-repeat;
	height: 51px;
	padding-top: 60px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #940400;
	text-align: center;
}
p {
	margin: 0px;
	padding-top: 10px;
}
.p-top {
	margin: 0px;
	padding: 0px;
}
.text13 {
	font-size: 13px;
	font-weight: bold;
}
a.toplink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.toplink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.toplink:hover {
	color: #B3B0B3;
	text-decoration: underline;
}
a.footerlink:link {
	color: #940400;
	text-decoration: underline;
}
a.footerlink:visited {
	color: #940400;
	text-decoration: underline;
}
a.footerlink:hover {
	color: #393C42;
	text-decoration: underline;
}

