@charset "utf-8";

/* ページの基本設定 */
body {
	font-size: 75%;
	line-height:1.8;
	background-color: #FFFFFF;
}

/* ページレイアウト枠 */
#wrapper {
	width: 100%;
	position: relative;

}
#header {
	background-color: #003300;
	padding: 10px;
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header-inner {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	position: relative;
}

/*ヘッダー用スタイル */
#header-inner #navi {
	position: absolute;
	height: 25px;
	width: 164px;
	left: 617px;
	top: 0px;
}
#header-inner a {
	text-decoration: none;
	color: #FFF;
}
#header-inner p{
	margin:0px;
	color:#FFFFFF;
	line-height: 130%;/*	text-align: right;*/
}

#wrapper-inner {
	padding-bottom:20px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	margin-bottom:0px;
	position: relative;
}
#wrapper-inner #main {
	float: left;
	position: relative;
	width: 520px;
}
#wrapper-inner #mainsidebar {
	float: right;
	width: 240px;
	position: relative;
	margin-left: 20px;
	margin-top: 15px;
}
#wrapper-inner #subsidebar {
	float: left;
	width: 240px;
	margin-left: 20px;
	display: inline;
	position: relative;
}
#footer {
	background-color: #336633;
	padding: 10px;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: none;
}
#footer-inner {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

/*フッター用スタイル */
#footer-inner p {
	margin:0px;
	color:#FFFFFF;
	text-align: center;
}
#footer-inner a {
	text-decoration: none;
	color: #FFF;
}
#footer-inner #link {
	color: #FFF;
	text-align: center;
	font-size: 10px;
}
#footer-inner li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
}
#footer-inner li.bnone{
	border-right: none;
}

#mainsidebar li.navi {
	margin-bottom: 10px;
	border: 1px dotted #013300;
	background-color: #f6f6f6;
}
#mainsidebar li.navi a {
	ebfcf4ebfcf4color: #013300;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #013300;
}
#mainsidebar li.navi a:hover {
	color: #900;
	background-color: #FFFFB3;
}

#mainsidebar li.navi ul {
	margin-top: 10px;
	margin-left: 5px;
}
#mainsidebar li.navi ul li {
	margin-bottom: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #4c8c6b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #4c8c6b;
}
#subsidebar .column {
	padding: 3px;
	margin-bottom: 15px;
	border: 1px dotted #5f3c3a;
}
#subsidebar .column h2 {
	font-size: 100%;
	background-color: #F3F3F3;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
	color: #003300;
}

