﻿* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

body {
	background-color: #000;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Helvetica", "Arial", "Verdana";

}

a:link {
	color:#95949a;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #95949a;
}

a:hover {
	text-decoration: none;
	color: #B70C38;
}

a:active {
	text-decoration: none;
	color: #FFDD26;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header.jpg);
	height: 142px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FEDE19;
	border-left-color: #FEDE19;
}


h1 a {
	display: block;
	text-decoration: none;
	width: 450px;
	margin-left: 25px;
	padding-top: 45px;
	font-size: 26px;
	font-family: meiryo, sans-serif;
	line-height: 28px;
	color: #FFFFFF;
}

#header #sub {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 90px;
}

#header #sub a {
	font-family: meiryo,sans-serif;
	font-weight: bolder;
	color: #000;
	text-align: center;
	padding-top: 94px;
}

#header #sub2 {
	text-align: right;
	padding-right: 30px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	background-color: #FFFFFF;
	height: auto;
	padding-top: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
}

#nav ul {
	margin-left: 10px;
  }
  

#nav li {
	display: inline;
	list-style-type: none;
  }
  
#nav li a {
	color: #333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c8c2c6;
	margin-left: 10px;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(img/li_ov.gif);
	background-color: #FFDD25;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B8AC;
}

/*広告挿入
----------------------------------------------- */
#nav2 {
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 62px;
	padding-top: 1px;
}

#nav2 table {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 1px #EAE8DF solid;
}
#nav2 table td {
	text-align: center;
	border: 1px solid #EAE8DF;
	margin: 1px;
	height: 54px;
}
#nav2 table th {
	background-color: #EFEDE7;
	padding: 7px;
}

/*検索窓設置用
----------------------------------------------- */
#nav3 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	background-color: #f8f4e6;
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(img/searchbar.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav3 form {
	margin: auto;
	padding-top: 10px;
  }
  
/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:710px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 16px;
	font-family: meiryo, sans-serif;
	color: #000;
	background-image: url(img/postheadericon.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-left: 20px;
	line-height: 24px;

}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A0BBCC;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 14px;
	color: #7A8945;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* for IE \*/
* html body #base #contents #c_pad #news{
	padding: 9px;
}	
/**/

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEDE9;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
}

#contents #c_pad #top_img p {
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	margin-top: 55px;
	margin-left: 25px;
	margin-right: 300px;
}


#contents #c_pad .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents #c_pad .img_left img {
	border: 1px solid #999999;
}

#contents #c_pad .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents #c_pad .c_img_left img {
	border: 1px solid #999999;
}

#contents #c_pad .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents #c_pad .c_img_right img {
	border: 1px solid #999999;
}

.btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 60px;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	margin-right: 5px;
	position: absolute;
	right: 5px;
	bottom: 8px;
}

.btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
ボックス
-------------------------------------------------------------------*/
#base #wrap #contents #c_pad .box2 {
	float: left;
	height: 250px;
	width: 325px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#base #wrap #contents #c_pad .box2 h3 {
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BF0012;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BF0012;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #BF0012;
	background-color: #FFDB19;
	border-left-color: #85abc3;
	color: #000;
	font-family: meiryo, sans-serif;
	text-align: center;
	padding-top: 3px;

}

#base #wrap #contents #c_pad .box2 p {
	margin: 0px;
}
/*
テーブル
-------------------------------------------------------------------*/

#contents #c_pad table {
	width: 680px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents #c_pad table td {
	padding: 2px;
	border: 1px solid #EAE8DF;
}
#contents #c_pad table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents #c_pad form table th {
	width: 127px;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	background-color: #EEEDE9;
	padding-bottom: 0px;
	margin-top: 5px;
}

#side li {
	list-style-type: none;
}

#side_d {
	margin: 0;
	width: 200px;
	border: 3px solid #FFFFFF;
	background-color: #FFFFFF;
}

#side_d h3 {
	display: block;
	width: 200px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 13px;
	font-family: meiryo, sans-serif;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	height: 23px;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {
	display: block;
	width:170px;
	font-size: 12px;
	color:#555555;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #F8F8F5;
	padding-top: 3px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}

#side_d li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#base #wrap #side #side_pr {
	margin: 0px;
	padding: 5px;
	border: 0px solid #DBD9D0;
	background-color: #FFFFFF;
}

/* 下層のメニューを不可視に */
#side_d ul li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
#side_d ul li:hover ul {
        display: block;
}

#side_d ul li ul li {
        float: none;
        margin: 0;
        font-weight: bold;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-top: 2px;
	background-color: #000;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	color: #95949a;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #DCDCDC;
}

#f_menu #pr {
	font-size: 10px;
	color: #888888;
	padding-bottom: 5px;
	padding-left: 5px;
}
#f_menu #pr a {
	font-size: 10px;
	color: #888888;
}

#f_contents {
	clear: both;
	padding: 10px;
	background-color: #FFFFFF;
	color:#DCDCDC;
	font-size: 13px;
	font-family: meiryo, sans-serif;
}

#f_contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A0BBCC;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#f_contents p {
	margin-left: 30px;
	font-family:sans-serif;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #95949a;
	text-align: center;
	display: block;
	background-color: #FFDB19;
	font-size: 10px;
	padding-top: 5px;
	line-height: 1.6;
}

address a {
	font-style: normal;
	color: #95949a;
	text-align: center;
	background-color: #FFDB19;
	font-size: 10px;
	padding-top: 5px;
}

/* === タブメニュー開始 === */

/* --- ナビゲーションバー --- */
.nav {
width: 80%; /* ナビゲーションの幅 */
padding-top: 10px; /* ナビゲーションの上パディング */
margin-left: 10px;
background-color: #ffffff; /* ナビゲーションの背景色 */
font-size: 80%; /* タブメニューの文字サイズ */
}

/* --- メニューエリア --- */
.nav .nl {
width: 99%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding-left: 0px;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
position: relative;
z-index: 1;
width: 12em; /* タブの幅 */
margin: 0 4px -1px 0; /* タブのマージン（上右下左） */
background: #f9f9f9 url(tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px; /* リンクエリアのパディング（上下、左右） */
background: url(tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
.nav .nl li.active {
z-index: 3;
background: #004080 url(tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
.nav .nl li.active a {
background: url(tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* === タブメニュー終了 === */
/* === サブメニュー開始 === */

/* --- ナビゲーションバー --- */
.localNav {
position: relative;
margin-left: 40px;
z-index: 2;
width: 90%; /* ナビゲーションの幅 */
background: #004080 url(hor2_menu2_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #002448 solid; /* 上枠線 */
border-bottom: 1px #002448 solid; /* 下枠線 */
font-size: 80%; /* サブメニューの文字サイズ */
}

/* --- メニューエリア --- */
.localNav .nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 1px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.localNav .nl li {
float: left;
}

/* --- 項目の幅（emで指定） --- */
.localNav .nl li.item1 {
width: 9.5em;
}
.localNav .nl li.item2 {
width: 4em;
}
.localNav .nl li.item3 {
width: 7.5em;
}
.localNav .nl li.item4 {
width: 6em;
}
.localNav .nl li.item5 {
width: 4.6em;
}

/* --- リンク --- */
.localNav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 5px; /* リンクエリアのパディング（上下、左右） */
border-right: 1px #004080 solid; /* リンクエリアの右枠線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- リンクテキストの色 --- */
.localNav .nl li a:link,
.localNav .nl li a:visited,
.localNav .nl li a:hover,
.localNav .nl li a:active
{
color: #ffffff;
}
/* --- ポイント時の設定 --- */
.localNav .nl li a:hover {
background: #004080 url(hor2_menu2_on.gif) repeat-x 0 -1px; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* === サブメニュー終了 === */

.news
{
text-decoration: none;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* Mac UTF-8の文字化け防止CSSハック */
/*\*//*/
textarea, select, input {
font-family: Osaka, "ヒラギノ角ゴPro W3", "ＭＳ Ｐゴシック",Verdana,Arial,sans-serif;
}
/**/
