@charset "UTF-8";
/* CSS Document */
/* リセット */
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
ol {
	margin-left:25px;
}
table {
	empty-cells:show;
}
caption {
	text-align:left;
}
th {
	font-weight:normal;
}
img {
	border:0;
	vertical-align:bottom;
}
fieldset {
	border:0;
}
/*input {
	_margin:-1px 0;
}*/
/* IE6用送信ボタン調整 */
* html input.submit {
	padding-top:0.2em;
}
/* IE7用送信ボタン調整 */
*:first-child+html input.submit {
	padding-top:0.3em;
}
/* clearfix */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* */
/* テキスト設定 */
/* font-size:123.1%（16px）、font-size:115.4%（15px）、font-size:107.7%（14px）、100%（13px）、92.3%（12px）、84.6%（11px）IE6は別途*/
.small {
	font-size:84.6%;
	color:#888;
	line-height:1.7;
}
.small_px {
	font-size:11px;
	color:#888;
	line-height:1.7;
}
.large {
	font-size:115.4%;
}
.xlarge {
	font-size:123.1%;
}
.mono {
	font-family:"Courier New", Courier, monospace;
}
.eng {
	font-family:"Verdana", "Arial", sans-serif;
}
strong {
	font-weight:bold;
}
.black {
	color:#000;
}
.red {
	color:#f33;
}
.orange {
	color:#c60;
}
.green {
	color:#094;
}
.blue {
	color:#36c;
}
.l_blue {
	color:#9cf;
}
.purple {
	color:#74c;
}
.brown {
	color:#933;
}
.wine {
	color:#c33;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
/* クリア */
.clear {
	clear:both;
/*
    height:0;
	line-height:0;
	font-size:0em;
*/
}
/* テキストリンク */
a:link {
	color:#005aa3;
	text-decoration:none;
}
a:visited {
	color:#669cc8;
	text-decoration:none;
}
a:hover {
	color:#963;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
.f_navi a:link {
	color:#888;
	text-decoration:none;
}
.f_navi a:visited {
	color:#bbb;
	text-decoration:none;
}
.f_navi a:hover {
	color:#963;
	text-decoration:none;
}
/* リンクの点線対策（FireFox用）focus無しだとDWで不具合 */
a:focus {
	overflow:hidden;
}
/* 汎用設定 */
.pd_b_ss {
	padding-bottom:5px;
}
.pd_b_s {
	padding-bottom:10px;
}
.pd_b_ms {
	padding-bottom:15px;
}
.pd_b_m {
	padding-bottom:20px;
}
.pd_b_ml {
	padding-bottom:25px;
}
.pd_b_l {
	padding-bottom:30px;
}
.pd_b_ll {
	padding-bottom:40px;
}
.mg_b_ss {
	margin-bottom:5px;
}
.mg_b_s {
	margin-bottom:10px;
}
.mg_b_ms {
	margin-bottom:15px;
}
.mg_b_m {
	margin-bottom:20px;
}
.mg_b_ml {
	margin-bottom:25px;
}
.mg_b_l {
	margin-bottom:30px;
}
.mg_r_s {
	margin-right:10px;
}
.mg_r_m {
	margin-right:20px;
}
.mg_r_l {
	margin-right:30px;
}
.mg_l_s {
	margin-left:10px;
}
.kome {
	text-indent:-1em;
	padding-left:1em;
}
.kome2 {
	text-indent:-2em;
	padding-left:2em;
}
.img_left {
	float:left;
}
.img_right {
	float:right;
}
.img_center {
	margin:0 auto;
}
/* 背景設定 */
html {
	height:100%;/*	margin-bottom:1px;*/
}
body {
	height:100%;
	text-align:center;
	line-height:1;
	color:#555;
	background-color:#eeeeee;
}
/* ヘッダーの設定 */
#header {
	width:980px;
	height:80px;
	margin:0 0;
}
#header h1 {
	text-align:left;
	font-size:11px;
	padding:20px 0 0 250px;
	;
	font-weight:normal;
	color:#888;
	line-height:18px;
}
#header h2 a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:240px;
	height:225px;
	background-image:url(../img/logo.png);
	text-indent:-9999px;
	font-size:0em;
}
#header ul {
	position:absolute;
	width:333px;
	height:17px;
	bottom:18px;
	right:10px;
	background-image:url(../img/hw.gif);
}
#header ul li {
	float:left;
	height:17px;
}
#header ul li a {
	display:block;
	height:17px;
	background-image:url(../img/hw.gif);
	text-indent:-9999px;
	font-size:0em;
}
#header ul li.hw1 {
	width:96px;
}
#header ul li.hw2 {
	width:143px;
}
#header ul li.hw3 {
	width:94px;
}
#header ul li.hw1 a {
	width:95px;
	background-position:0 -17px;
}
#header ul li.hw2 a {
	width:142px;
	background-position:-96px -17px;
}
#header ul li.hw3 a {
	width:94px;
	background-position:-239px -17px;
}
/* FLASH領域の設定 */
#flash_area {
	width:100%;
	height:300px;
	z-index:1;
}
#flash_area2 {
	width:100%;
	height:381px;

	display: block;
}
/* コンテナの設定*/
#container {
	width:990px;
	min-height:100%;
	height:auto !important;
	height:100%;
	text-align:left;
	margin:0 auto;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-left:10px;
}
#side {
	float:left;
	width:240px;
}
#doc {
	float:right;
	width:730px;
}
#doc_page {
	float:right;
	width:640px;
}
/* 左メニューの設定*/
h3.sw1 a {
	display:block;
	width:230px;
	height:70px;
	background-image:url(../img/sw1.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
}
h3.sw2 a {
	display:block;
	width:230px;
	height:70px;
	background-image:url(../img/sw1.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -75px;
}	
h3.sw_m a {
	display:block;
	width:230px;
	height:75px;
	background-image:url(../img/sw1.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -150px;
}
h3.sw3 a {
	display:block;
	width:230px;
	height:75px;
	background-image:url(../img/sw1.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -230px;
}
h3.sw4 a {
	display:block;
	width:230px;
	height:75px;
	background-image:url(../img/sw1.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -310px;
}
h3.sw5 a {
	display:block;
	width:230px;
	height:40px;
	background-image:url(../img/sw2.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
}
h3.sw6 a {
	display:block;
	width:230px;
	height:40px;
	background-image:url(../img/sw2.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -45px;
}
h3.sw7 a {
	display:block;
	width:230px;
	height:40px;
	background-image:url(../img/sw2.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -90px;
}
h3.sw8 a {
	display:block;
	width:230px;
	height:40px;
	background-image:url(../img/sw2.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -135px;
}
h3.sw9 a {
	display:block;
	width:230px;
	height:40px;
	background-image:url(../img/sw2.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -180px;
}
h3.sw10 a {
	display:block;
	width:230px;
	height:40px;
	background-image:url(../img/sw2.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -225px;
}
h3.sw11 a {
	display:block;
	width:230px;
	height:40px;
	background-image:url(../img/sw2.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:5px;
	background-position:0 -270px;
}
.nbg {
	padding:5px;
	background-color:#e8e5da;
	margin-bottom:10px;
}
div.sw1_sub {
	padding:5px 10px 10px;
}
div.sw1_sub li {
	float:left;
	height:20px;
}
div.sw1_sub li a {
	display:block;
	width:200px;
	height:20px;
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 6px;;
	padding-left:8px;
	line-height:20px;
}
ul.sw1_sub li a:hover {
	background-color:#fff;
}
ul.blog {
	clear:both;
	width:226px;
	height:56px;
	background-image:url(../img/blog.gif);
	margin:12px 0 27px 7px;
}
ul.blog li {
	float:left;
	width:226px;
	height:56px;
}
ul.blog li a {
	display:block;
	width:226px;
	height:56px;
	background-image:url(../img/blog.gif);
	text-indent:-9999px;
	font-size:0em;
	background-position:0 -56px;
}
.brd_tx {
	padding:0 40px 30px;
}
/* タイトル背景の設定 */
.title {
	width:850px;
	height:115px;
	margin:0 auto;
	background-image:url(../img/title_bg.png);
	background-position:205px 0px;
	background-repeat:no-repeat;
}
/* ボックス設定 */
.box1 {
	width:630px;
	line-height:1.6;
}
.box2 {
	width:590px;
	margin-left:20px;
	line-height:1.6;
}
.line {
	clear:both;
	width:630px;
	margin:0 0 30px 0;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:590px;
	margin:0 0 30px 20px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
/* ページトップの設定 */
.pagetop {
	float:right;
	width:113px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	margin-top:-5px;
}
.pagetop a {
	display:block;
	width:113px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	background-position:0 -21px;
	text-indent:-9999px;
	font-size:0em;
}
/* フッタの設定 */
#footer {
	clear:both;
	background-image:url(../img/ft_bg.png);
	background-repeat:repeat-x;
	padding-top:20px;
}
.ft_cover {
	width:880px;
	margin:0 auto;
}
#copyright {
	width:860px;
	height:50px;
	text-align:right;
	font-size:10px;
	color:#bbb;
	line-height:1.4;
	padding-top:10px;
}
.credit {
	float:left;
	width:230px;
	color:#6d8883;
	font-size:11px;
	line-height:1.7;
	margin-top:-2px;
	text-align:left;
}
.f_navi {
	float:left;
	width:420px;
}
/* テーブルの設定 */
.table1 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	white-space:nowrap;
	color:#6d8883;
	text-align:right;
	vertical-align:top;
	margin:0;
}
th.noline {
	border-width:0 1px 0 0;
}
td.noline {
	border-width:0 0 0 0;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccccd3;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccccd3;
	padding:7px 7px 5px;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccccd3;
	padding:7px 0 5px;
	width:1%;
	background-color:#f5f5f7;
	white-space:nowrap;
	color:#777780;
	text-align:center;
}
/* リスト表示の設定 */
.list_tx {
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding:0 0 5px 12px;
	line-height:1.6;
}
.link_tx {
	background-image:url(../img/pt_li1.gif);
	background-repeat:no-repeat;
	background-position:0 0.35em;
	padding:0 0 5px 11px;
	line-height:1.6;
}
.smap1 {
	background-image:url(../img/pt_li1.gif);
	background-repeat:no-repeat;
	background-position:20px 0.5em;
	padding:0 0 5px 31px;
	line-height:1.6;
}
ul.sitemap li {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}
form.btn_back {
	float:left;
}
form.btn_next {
	float:right;
}

.links h6{
	font-size: 1em;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #94C500;
}

#doc div#panavi{
	padding: 5px;
}
#side .kita ul{}
#side .kita li{
	margin-bottom: 5px;
	background-color: #D7F587;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #090;
}
#side .kita li a{
	padding: 5px;
	display: block;
	color: #000;
}
#side .kita li a:hover{
	color: #F90;
	background-color: #9CCE10;
}
