/* standard elements */
a:hover {
	color: #06F;
}
body,td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}
body {
	background-image: url(assets/images/back00.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, p, blockquote, ul, ol, dl, dd, form, fieldset {
	margin: 0px;
	padding: 0px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
#container {
	padding-bottom: 0px;
	width: 840px;
	background-image: url(assets/images/back01.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 185px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#topmenu {
	height: 40px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	width: 798px;
	border: 1px solid #000000;
}
#topmenu a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu li {
	float: left;
	width: 158px;
	text-align: center;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#topmenu .last {
	border-right-style: none;
}

#topmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* title */
.title h1 {
	text-align: left;
}
.title {
	background-image: url(assets/images/topimage.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 800px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* main */
#main {
	clear: both;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content {
	width: 800px;
	padding: 0px;
	float: left;
	background-image: url(assets/images/mainbk1.gif);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* sidebar
-------------------------------------------------------- */
#sidebar {
	float: left;
	width: 180px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	margin: 0px;
	text-align: left;
			}
#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	background-color: #F3F3F3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav li a {
	text-decoration: none;
	display: block;
	padding: 3px;
	color: #666666;
	background: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-position: inside;
	list-style-image: url(assets/images/arrow1.gif);
	height: 21px;
}
#nav li a:hover {
	color: #003399;
	background: #F3F3F3;
	text-decoration: underline;
}
/* sidebar
-------------------------------------------------------- */
.sidebar {
	float: left;
	width: 180px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	margin: 0px;
	text-align: left;
			}
.nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	background-color: #F3F3F3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.nav li a {
	text-decoration: none;
	display: block;
	padding: 3px;
	color: #666666;
	background: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-position: inside;
	list-style-image: url(images/arrow1.gif);
	height: 21px;
}
.nav li a:hover {
	color: #003399;
	background: #F3F3F3;
	text-decoration: underline;
}

/* content */
.maincontent {
	float: right;
	width: 600px;
	line-height: 1.8em;
	color: #333333;
	text-align: left;
}

/* footer */
#footer {
	color: #333333;
	font-size: 1.1em;
	text-align: center;
	width: 840px;
	height: 42px;
	background-image: url(assets/images/back02.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
