@charset "shift_jis";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	background-color: #E4E4E4;
}
h1 {
	font-size: 12px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #999;
	font-weight: normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
}
#container_inner {
	margin-right: 10px;
	margin-left: 10px;
}
#header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #457833;
}
#pankuzu {
	background-image: url(../images/pankuzu_bg.gif);
	background-repeat: no-repeat;
}
#pankuzu p {
	font-size: 13px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
	padding-left: 5px;
}
#main {
	float: right;
	width: 560px;
	margin-right: 10px;
}
#main .style01 {
	margin-top: 15px;
}
#main .style01 h2 {
	background-image: url(../images/h1_bg.gif);
	background-repeat: no-repeat;
	line-height: 48px;
	font-size: 18px;
	padding-left: 20px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main .style01 h3 {
	font-size: 15px;
	line-height: 38px;
	background-image: url(../images/h2_bg.gif);
	padding-left: 20px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#main .style01 p {
	font-size: 14px;
	line-height: 22px;
	margin-right: 15px;
	margin-left: 15px;
}
.style01 ul,ol{
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 35px;
}
.style01 ul li,ol li {
	font-size: 14px;
	line-height: 18px;
}
.index_menu {
	padding-bottom: 10px;
	clear: both;
}

.style01 .index_menu ul {
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 50px;
	list-style-type: none;
	padding-left: 0px;
}
.style01 .index_menu ul li {
	font-size: 14px;
	line-height: 30px;
	display: block;
	height: 30px;
	width: 200px;
	float: left;
	margin-left: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.style01 .index_menu ul li a {
	text-decoration: none;
	color: #00C;
	display: block;
}
.style01 .index_menu ul li a:hover {
	color: #C90;
	text-decoration: underline;
}


#sidemenu {
	width: 230px;
	margin-right: 20px;
	float: right;
}
.side_cate {
	border: 1px solid #CCC;
	margin-top: 15px;
}
#sidemenu .side_cate h2 {
	line-height: 32px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	background-image: url(../images/menu_title-bg.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	font-weight: normal;
}
#sidemenu .side_cate ul {
	margin-left: 5px;
	padding-left: 0px;
	list-style-type: none;
	margin-right: 5px;
}
#sidemenu .side_cate ul li {
	font-size: 14px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	color: #666;
}
#sidemenu .side_cate ul li a{
	color: #039;
	text-decoration: none;
	display: block;
}
#sidemenu .side_cate ul li a:hover {
	color: #06F;
	text-decoration: underline;
}


#page_up {
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	clear: both;
}
#footer {
	clear: both;
	width: 830px;
	background-image: url(../images/foot_bg.gif);
	background-repeat: no-repeat;
	height: 45px;
}
#footer p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #666;
}
