/* ページレイアウト */
*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}

body {
	width : 100%;
	background: url(../img/background.gif) repeat-x left top #FF9900 scroll;
	text-align: center;
}

#body {
	background-color: #75A215;
	margin : 0 auto;
	padding: 0px;
	width : 950px;
	color: #333333;
}
#header {
	text-align: left;
	margin : 0px;
	width : 950px;
	height: 93px;
}
#header h1 {
	float: left;
}
#title {
	float: left;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding:5px 10px 0px 10px;
	width : 930px;
	height: 55px;
}
#main {
	float: left;
	font-size: 12px;
	margin-top : 10px;
	width : 950px;
}
#navigation {
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	float : left;
	width : 950px;
	height: 38px;
}
#contents {
	float : left;
	background-image: url(../img/cont_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top:20px;
	width: 950px;
	height:482px;
}
#contents_top {
	float : left;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top:340px;
	width: 950px;
	height:250px;
}
#footer {
	clear : both;
	font-size: 12px;
	color: #669900;
}
.clear {
	clear: both;
}


/* リンク */
#body a {text-decoration: none;}
a:link { color: #FF9900; } 
a:visited { color: #FF9900; } 
a:hover { color: #FF3300; } 
a:active { color: #FF3300; }

/* グローバルメニュー */
.gl_menu {
	margin: 0px;
	list-style-type : none;
	font-size:15px;
	padding-top :5px;
	padding-left :20px;
}
.gl_menu li{
	display : inline;
	text-align: center;
}
.gl_menu li a{
	padding-left :28px;
	width : 75px;
	height:33px;
	color: #669900;
}
.gl_menu li a:visited{
	color: #669900;
}
.gl_menu li a:hover{
	background-image: url(../img/ico_arw.gif);
	background-repeat: no-repeat;
	color: #669900;
}
.gl_menu li a:active{
	background-image: url(../img/ico_arw.gif);
	background-repeat: no-repeat;
	color: #669900;
}


/* サイトマップ */
.sitemap {
	margin-top:10px;
	padding :0px;
	list-style-type : none;
	font-size:12px;
}
.sitemap li{
	display : block;
	padding :0px;
	margin :0px;
}
.sitemap_brt a {
	background-image: url(../img/ico_eda.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
	padding-left:20px;
	width:7px;
	color: #CC0000;
}
.sitemap_brt2 a {
	background-image: url(../img/ico_eda2.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
	padding-left:20px;
	width:7px;
	color: #CC0000;
}
.sitemap_brt a:visited { color: #CC0000; }
.sitemap_brt a:hover{ color: #FF0000; }
.sitemap_brt a:active{ color: #FF0000; }

/* 各枝ページ */


.top_desc_box {
	margin : 0 auto;
	padding: 0px;
	width:800px;
}
.cnt_head{
	background-image: url(../img/top_desc_head.gif);
	background-repeat: no-repeat;
	background-position-y: bottom;
	width: 800px;
	height: 10px;
}
.cnt_foot{
	float:left;
	background-image: url(../img/top_desc_foot.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 10px;
}
.top_desc_txt {
	background-color: #FFFFFF;
	text-align: left;
	color: #006600;
	padding:10px;
}
.contents_left, .contents_left2, .contents_left3, .contents_left4, .contents_left5,
.contents_left6, .contents_left7, .contents_left8, .contents_left9, .contents_left10 {
	float:left;
	background-repeat: no-repeat;
	width: 110px;
	height: 420px;
}
.contents_left { background-image: url(../img/left_bg1.gif); }
.contents_left2 { background-image: url(../img/left_bg2.gif); }
.contents_left3 { background-image: url(../img/left_bg3.gif); }
.contents_left4 { background-image: url(../img/left_bg4.gif); }
.contents_left5 { background-image: url(../img/left_bg5.gif); }
.contents_left6 { background-image: url(../img/left_bg6.gif); }
.contents_left7 { background-image: url(../img/left_bg7.gif); }
.contents_left8 { background-image: url(../img/left_bg8.gif); }
.contents_left9 { background-image: url(../img/left_bg9.gif); }
.contents_left10 { background-image: url(../img/left_bg10.gif); }

.contents_right {
	float:left;
	background-color: #FFFFFF;
	text-align: left;
	color: #006600;
	padding:10px 15px;
	width: 660px;
	height: 400px;
	overflow: auto;
}

.contents_right a { color: #FF6600;}
.contents_right a:visited { color: #FF6600;}
.contents_right a:hover { color: #FF9933;}
.contents_right a:active { color: #FF9933;}

.contents_right img{margin:10px 0px 20px 20px;}

.contents_right table{
	background-color: #669900;
	border:solid 1px #006600;
}
.contents_right th{
	padding:5px;
	text-align: center;
	background-color: #666600;
	color: #FFFFFF;
}
.contents_right td{
	padding:5px;
	background-color: #FFFFFF;
	color: #006600;
}

/* 見出し */
.page_ttl {
	background-image: url(../img/ico_cont.gif);
	background-repeat: no-repeat;
	border-bottom: solid 4px #FF6600;
	margin: 6px 0px 10px 0px;
	padding: 0px 0px 2px 30px;
	width : 610px;
	font-size:18px;
	font-weight: bold;
	color: #FF6600;
}
.page_ttl_top {
	background-image: url(../img/ico_top.gif);
	background-repeat: no-repeat;
	border-bottom: solid 2px #FF6600;
	margin: 6px 0px 10px 0px;
	padding-left: 20px;
	font-size:14px;
	font-weight: bold;
	color: #FF6600;
}

.finding{
	border-bottom: dashed 1px #FF6600;
	font-weight: bold;
	font-size:14px;
	margin: 10px 0px;
	width : 610px;
	color: #FF6600;
}
.link_list{
	border-left: solid 6px #FF6600;
	font-weight: bold;
	font-size:14px;
	margin: 10px 0px;
	padding-left: 10px;
	width : 600px;
	color: #FF6600;
}


/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
.font_10px{
	font-size:10px;
}
.font_12px{
	font-size:12px;
}
.font_14px{
	font-size:14px;
}
.font_16px{
	font-size:16px;
}
.font_18px{
	font-size:18px;
}
.font_red {
	margin-top: 30px;
	font-weight:bold;
	font-size:12px;
	color: #CC0000;
}

/* フッターメニュー */
.fot_menu_box{
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px 10px;
	width : 930px;
	height: 14px;
}
.fot_menu{
	list-style-type : none;
	font-size:12px;
}
.fot_menu li{
	display : inline;
	text-align: center;
	margin-left:10px;
}
.fot_menu li a{
	background-image: url(../img/brt_foot_bg.gif);
	background-repeat: no-repeat;
	padding-top :2px;
	padding-left :20px;
	height:12px;
	color: #669900;
}
.fot_menu li a:visited{
	background-image: url(../img/brt_foot_bg.gif);
	background-repeat: no-repeat;
	color: #669900;
}
.fot_menu li a:hover{
	background-image: url(../img/brt_foot_on.gif);
	background-repeat: no-repeat;
	color: #FF6600;
}
.fot_menu li a:active{
	background-image: url(../img/brt_foot_on.gif);
	background-repeat: no-repeat;
	color: #FF6600;
}

/* コピーライト */
.copy_right {
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding: 3px 10px;;
	width : 930px;
	height: 14px;
}
.copy_right a {
	color: #669900;
	text-decoration: none;
}
.copy_right a:visited { color: #669900; } 
.copy_right a:hover { color: #669900; } 
.copy_right a:active { color: #669900; }

/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */

.kaisou {
	float:left;
	text-align: right;
	font-size: 10px;
	margin-right: 30px;
	padding-top:30px;
	width: 400px;
	color: #FFFFFF;
}


/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	margin-bottom: 10px;
	text-align: left;
}
.contents_frame table {
	margin: 0px auto;
}
.contact {
	margin: 10px;
	padding: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFCC;
	border: 2px dashed #FFCC00;
}

