@charset "utf-8";
/* CSS Document */
/*全体*/
body {
	font-size: 0.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",IPAMonaPGothic, Verdana, Helvetica, Arial, sans-serif;
	}
.main_text {
	line-height: 160%;
	font-size: 1.1em;
}

/*IE7以下用フォントサイズハック*/
*:first-child+html body{
	font-size: 78%;
	letter-spacing:1px;
	
} 
* html body{
	font-size: 78%;
	letter-spacing:1px;
} 
#all {
	width: 100%;
}
/*リンクの色指定*/
a:link {
	text-decoration: none;
	color: #0074ae;
}
a:visited {
	text-decoration: none;
	color: #0074ae;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*ヘッダーのラッパー*/
#header {
	width: 100%;
	background: url(../images/outlineimg/headersupers.gif) repeat-x;
}
/*ロゴ画面*/
#header_back {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/outlineimg/logoheader.gif);
	background-repeat: repeat-x;
}
#logo {
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
/*IE6用ハック*/
* html div#logo {
margin-top:-1px;
margin-bottom:1px;
}
#header_text {
	width: 500px;
	float: right;
	text-align: right;
	vertical-align: middle;
	padding: 30px 0px 0px 0px;
	color: #00851c;
}
/*ナビゲーション*/
/*ナビボタンの外側までの画像*/
#navi_back {
	background-image: url(../images/outlineimg/navi2_back.gif);
	width: 801px;
	height: 51px;
	margin: 0px auto;
	padding:0px 0px 0px 1px;
	background-repeat: no-repeat;
}
.navi {
	float: left;
	height: 51px;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
*:first-child+html .navi img {
	vertical-align: baseline ;
}
* html .navi img{
	vertical-align: baseline ;
}

#contents {
	width: 800px;
	margin:0px auto;
	padding: 4px 0px 0px 0px;
}
* html div#contents {
	margin-top:-2px;
}
/*画面左側のコンテンツ大枠*/
#main {
	float: left;
	width: 594px;
	margin: 0px 7px 0px 0px;
}
/*
* html #main {
	margin-right:5px;
}*/

/*↓↓↓右側↓↓↓*/
#right {
	float: right;
	width: 190px;
}
/*メニュー部分lap*/
#sub_menu {
	width: 190px;
	padding: 0px;
	margin: 0px 0px 11px;
}
/* ↓↓↓IE7以下に適応するハック↓↓↓ */
/*サブメニューの上隙間を埋めるハック*/
*:first-child+html .sub_menu_hukidashi {
	margin-bottom: -2px;
}
* html .sub_menu_hukidashi {
	margin-bottom: -7px;
}

.sub_menu_top img {
	margin: 0px;
	padding: 0px ;
	vertical-align: bottom ;
}


.sub_menu_btn {
	width: 190px;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
	border-top: 1px solid #CCCCCC;
}

.sub_menu_top {
	margin: 0px;
	width: 190px;
}

.sub_menu_bottom {
	margin: 0px;
	width: 185px;
	background: url(../images/outlineimg/submenu_gototop.gif) no-repeat;
	height: 19px;
	text-align: right;
	vertical-align: middle;
	display: block;
	padding: 5px 5px 0px 0px;
}
.sub_menu_list {
	display: block;
	line-height: 20px;
	list-style-type: none;
	padding: 4px 4px 4px 12px;
	background: url(../images/indeximg/menuicon_g.gif) no-repeat 4% 48%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.sub_menu_list_d {
	display: block;
	line-height: 15px;
	list-style-type: none;
	padding: 4px 4px 4px 12px;
	background: url(../images/indeximg/menuicon_g.gif) no-repeat 4% 48%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.last {
	display: block;
	line-height: 20px;
	list-style-type: none;
	padding: 4px 4px 4px 12px;
	background-color: #F0F0F0;
	background: url(../images/indeximg/menuicon_g.gif) no-repeat 4% 48%;
	border: none;
}

.sub_menu_text {
	background-color: #F0F0F0;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;

}

/*バナー用lap*/
#sub_bana {
	width: 190px;
}
.bana_right {
	width: 188px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

/*見出し用*/
.midashi {
	background: url(../images/outlineimg/midashi.gif) no-repeat;
	height: 22px;
	width: 582px;
	padding-top: 8px;
	padding-left: 10px;
	margin-bottom:11px;
	font-weight: bolder;
	font-size: 1.2em;
}

/*拡大ボタン用*/
.kakudai {
	float: right;
	width: 54px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*コンテンツ内リンク用*/
.text_link {
	float: right;
	width: 362px;
	text-align: right;
	display: block;
	padding-right: 4px;
}
/*フッター*/
#footer {
	width: 800px;
	margin-bottom: 30px;
	font-size: 0.8em;
}
#gototop {
	display: block;
	float: right;
	width: 800px;
	text-align: right;
	padding-bottom: 2px;
}
.footer_menu {
	width: 120px;
	float: left;
	padding-left: 3px;
	margin-right: 3px;
}
/*サイトマップ*/
.footer_menu_s {
	width: 80px;
	float: left;
	padding-left: 3px;
	margin-right: 3px;
}
#foote_text {
	width: 400px;
	float: right;
	color: #999999;
}
.pan {
	line-height: 1.2em;
	padding: 5px 0px;
}
.green_text {
	font-size: 1.4em;
	color: #22953A;
	font-weight: bold;
	line-height: 180%;
}
.red {
	font-size: 1.2em;
	color: #FF0000;
	text-align: right;
	width: 590px;
	line-height: 1.2em;
}
.red_kome {
	color: #FF0000;
	width: 10px;
}
.space_menu {
	padding-top: 5px;
}
*html .space_box {
	padding-bottom: 1em;
}

.print_btn {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}
