@charset "utf-8";
/* ページレイアウト */

* {
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
	font-family:monospace;
}
body {
	width : 100%;
	background:url(../img/back_all.gif) #218102;
	text-align: left;
}
#body {
	margin : 0 auto;
	padding: 0px;
	width : 800px;
	background: #FFFFFF;
	color: #333333;
}
#header {
	float: left;
	background: #218102;
	text-align: left;
	margin : 0px;
	width : 800px;
	height: 50px;
	color: #003399;
}
#header h1 {
	float: left;
	font-size:16px;
	font-weight:bold;
}
.title {
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	width: 280px;
}
#main {
	float: left;
	font-size: 12px;
	margin-top : 10px;
	margin-bottom : 20px;
	padding-left: 20px;
	width : 780px;
}
#navigation {
	float : left;
	width : 758px;
	padding-bottom: 10px;
}
#contents {
	float : left;
	text-align: left;
	width: 760px;
}
#footer {
	clear : both;
	text-align: left;
	font-size: 12px;
	padding: 2px 0px 0px 20px;
	width : 780px;
	height: 20px;
	color: #fff6d8;
	background: #218102;
}
#footer a {
	color: #fd940b;
}
.clear {
	clear: both;
}
.btn {
	margin-bottom:-4px;
}
.input_border {
	border: 1px solid #666666;
}
/* リンク */

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #e7390a;
}
a:active {
	color: #e7390a;
}
#header a:link {
	color: #003399;
	text-decoration: none;
}
#header a:visited {
	color: #003399;
	text-decoration: none;
}
#header a:hover {
	color: #e7390a;
}
#header a:active {
	color: #e7390a;
}
/* グローバルメニュー */

.menu_ttl {
	float: left;
	margin-top : 20px;
	padding:4px 0 0 0px;
	width : 180px;
	height: 26px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color: #0066CC;
}
.gl_menu {
	margin: 0px;
	padding: 5px 10px;
	float: left;
	width: 720px;
	list-style-type : none;
	font-size:12px;
	background: #c5fac8;
	border: solid 1px #666666;
}
.gl_menu li {
	text-align: left;
	float: left;
	display: block;
}
.gl_menu .menu {
	display : inline;
	padding :10px;
	margin-top:6px;
	margin-left:10px;
	width: 140px;
}
.gl_menu .menu a {
	background:url(../img/ico_arw2.gif) no-repeat;
	vertical-align: top;
	padding :0px 0px 0px 20px;
	height:16px;
	color: #006600;
}
.gl_menu .menu a:visited {
	background:url(../img/ico_arw2.gif) no-repeat;
	color: #006600;
}
.gl_menu .menu a:hover {
	background:url(../img/ico_arw2.gif) no-repeat;
	color: #339933;
}
.gl_menu .menu a:active {
	background:url(../img/ico_arw2.gif) no-repeat;
	color: #339933;
}
/* トップメニュー */

.top_menu {
	float: left;
	list-style-type : none;
	text-align: right;
	font-size:14px;
	margin: 0px;
	padding-top: 20px;
	width:460px;
	height:12px;
}
.top_menu li {
	display : inline;
	margin-left: 10px;
}
.top_menu .menu a {
	background:url(../img/ico_arw.gif) no-repeat;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	padding-left: 20px;
	color: #c5fac8;
}
.top_menu .menu a:visited {
	background:url(../img/ico_arw.gif) no-repeat;
	color: #c5fac8;
}
.top_menu .menu a:hover {
	background:url(../img/ico_arw.gif) no-repeat;
	color: #669933;
}
.top_menu .menu a:active {
	background:url(../img/ico_arw.gif) no-repeat;
	color: #669933;
}
/* トップページ */

.top_img {
	float:left;
	background:url(../img/top.jpg) no-repeat center #000000;
	width:760px;
	height:180px;
}
/* 各枝ページ */



.contents_text {
	background: #c5fac8;
	border: solid 1px #218102;
	float:left;
	margin: 0px;
	padding: 10px;
	width: 738px;
	text-align: left;
	color: #333333;
}
/* 見出し */

.page_ttl {
	float:left;
	background: #218102;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0px 0px 10px;
	width: 750px;
	height: 30px;
	color: #fff;
}
.finding {
	background: #218102;
	float:left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	padding: 2px 0px 0px 10px;
	width: 750px;
	height: 28px;
	color: #c5fac8;
}
/* フォント */

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_8px {
	font-size:8px;
}
.font_10px {
	font-size:10px;
}
.font_12px {
	font-size:12px;
}
.font_13px {
	font-size:13px;
}
.font_14px {
	font-size:14px;
}
.font_16px {
	font-size:16px;
}
.font_18px {
	font-size:18px;
}
.font_red {
	color: #CC0000
}
/* コンテンツ部分

------------------------------------------------- */



/* 全ページ共通 */



.kaisou {
	background: #218102;
	text-align: left;
	font-size: 10px;
	padding: 5px 20px 0px;
	width: 760px;
	color: #fff6d8;
}
.kaisou a {
	color: #fff6d8;
}
.txt_right {
	float: right;
	text-align: right;
}
.pad_left_10px {
	padding-left:10px;
}

