﻿@charset "utf-8";
body {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #F6F6F6;
}
#wepper {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	padding-right: 40px;
	padding-left: 40px;
}
#header {
	width: 780px;
	padding-top: 15px;
	padding-bottom: 5px;
	height: 45px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #339966;
	margin-bottom: 10px;
}
#warp {
	float: left;
	width: 620px;
}
#contents {
	font-size: 15px;
	line-height: 28px;
	float: right;
	width: 420px;
	background-image: url(img/bgb.gif);
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
/*サイドメニュー*/
#sidemenu {
	width: 165px;
	font-size: 12px;
	line-height: 22px;
}
.text_box {
	background-color: #FFFFFF;
	padding: 10px;
}

#sidemenu ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#sidemenu   li {
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCD7C1;
	background-color: #F7F3E4;
}
#sidemenu   a {
	display:block;
	text-decoration:none;
	padding-top: 8px;
	padding-bottom: 6px;
	color: #000000;
	font-size: 12px;
	padding-left: 20px;
	width: auto;
	background-image: url(img/sbt.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
#sidemenu ul a:hover {
	color: #FF9900;
}
#sidemenu .navititle {
	background-color: #006600;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*ナビゲーション*/
#navi {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
}

#rightbox {
	float: right;
	width: 150px;
	padding-left: 10px;
}
#footer {
	font-size: 12px;
	clear: both;
	height: 50px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #339966;
	width: 780px;
}
.footerbar {
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footerbar a {
	color: #999999;
	text-decoration: none;
}
#fnavi {
	text-align: center;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#top {
	background-image: url(img/topbanner.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 10px;
}
#top p {
	font-size: 13px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 140px;
	padding-right: 30px;
	line-height: 18px;
}
h1 {
	font-size: 12px;
	margin-top: 0px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	color: #666666;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	height: 23px;
	padding-left: 20px;
}
h3 {
	text-align: left;
	clear: both;
	color: #666666;
	font-size: 15px;
	background-color: #F2F2F2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
.line {
	background-color: #F9D5CF;
	font-weight: bold;
	color: #666666;
}
.line_g {
	background-color: #D7EAD7;
	font-weight: bold;
	color: #666666;
}
.aflink {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.br {
	font-weight: bold;
	color: #CB1009;
}

.center {
	text-align: center;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.buttom5 {
	margin-bottom: 5px;
}
.buttom10 {
	margin-bottom: 10px;
}


ul#link
{
	position: relative;
	display: block;
	list-style: none;
	text-align: center;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}
ul#link a
{
	text-decoration: none;
	color: #999999;
}
ul#link li
{
	margin: 0;
	padding: 5px;
	list-style: none;
	display: inline;
}

