@charset "utf-8";

/*透過用*/
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/*全タグに反映されます*/
* {
	margin: 0px;
	padding: 0px;
}
img {
	border:0;
}

/*共通クラス*/
.clear{
	clear:both;
	line-height: 1px;
}
.floatLeft {
	float: left;
}
.arrowY {
	background-image: url(images/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}
.SmallFont {
	font-size: 85%;
}
.bold {
	font-weight: bold;
}

/*共通ボーダー*/
.border{
	clear:both;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*-------------------------------------------------------<はじまり>---------*/

body {
	background-image: url(images/bg_05.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #666666;
}

a {
	color: #913F35;
}

#wrap {
	background-image: url(images/bg_shadow.png);
	width: 960px;
	margin: 0px auto;
	background-repeat: repeat-y;
}

/*-------------------------------------------------------<ヘッダー>---------*/
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
}
#header h1 {
	font-size: 85%;
	color: #FFFFFF;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}
/*文字サイズ*/
.moji {
	float:right;
	margin-top: 20px;
	margin-bottom: 15px;
	}
.mojiInner {
	float: left;
	cursor: pointer;
}

/*トップのイメージ*/
#top {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	height: 244px;
	width: 935px;
	padding-top: 6px;
	padding-left: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

#top .image {
	float: left;
	margin-top: 102px;
}

/*-------------------------------------------------------<グローバルメニュー>---------*/
#menu {
	margin-right: 5px;
	margin-left: 5px;
}

#menu li {
	float: left;
	list-style-type: none;
}

#menu li.gm1 {
    display: block;
    position: relative;
    text-decoration: none;
    width: 190px;
    height: 61px;
}
#menu li.gm1 span {
	background-image: url(images/gmenu01.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 61px;
	text-decoration: none;
}
#menu li.gm1:hover span {
    background-position: bottom;
}
#menu li.gm2 {
  display: block;
  position: relative;
  text-decoration: none;
  width: 190px;
  height: 61px;
}
#menu li.gm2 span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 61px;
	background-image: url(images/gmenu02.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
}
#menu li.gm2:hover span {
  background-position: bottom;
}

#menu li.gm3 {
  display: block;
  position: relative;
  text-decoration: none;
  width: 190px;
  height: 61px;
}
#menu li.gm3 span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 61px;
	background-image: url(images/gmenu03.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
}
#menu li.gm3:hover span {
  background-position: bottom;
}
#menu li.gm4 {
  display: block;
  position: relative;
  text-decoration: none;
  width: 190px;
  height: 61px;
}
#menu li.gm4 span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 61px;
	background-image: url(images/gmenu04.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
}
#menu li.gm4:hover span {
  background-position: bottom;
}
#menu li.gm5 {
  display: block;
  position: relative;
  text-decoration: none;
  width: 190px;
  height: 61px;
}
#menu li.gm5 span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 61px;
	background-image: url(images/gmenu05.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
}
#menu li.gm5:hover span {
  background-position: bottom;
}
#menu li span.hit {
	background-position:bottom;
}
#menu li a {
	text-decoration: none;
}

#menu ul.im {
	margin-left:5px;
}
#menu li.im {
	border:1px solid #999999;
	margin:3px 3px 0px 3px;
	width:305px;
	font-size:100%;
}

#menu li a {
	text-decoration:underline;
}

#menu li img {
	margin-left:30px;
}

p.ov_title {
	margin:0px 3px 0px 3px;
}

p.ov_title a {
	color:blue;
}

p.ov_desc {
	margin:0px 3px 0px 3px;
	color:black;
}
p.ov_site_url {
	margin:0px 3px 0px 3px;
	color:green;
}

p.ov_txt {
	background-color:#009390;
	color:#F8FAFD;
	text-align:right;
}

p.ov_txt a {
	color:#F8FAFD;
}

/*-------------------------------------------------------<メインコンテンツはじまり>---------*/
#main {
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

/*-------------------------------------------------------<左コンテンツ>---------*/
#topleft {
	width:660px;
	text-align:left;
	float:left;
}

.toptxt {
	margin-bottom: 20px;
	}

.toptxt h2 {
	background-image:url(images/subtitle.gif);
	background-repeat:no-repeat;
	text-align:left;
	height:31px;
	font-size:120%;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 20px;
	}

/*用語集用*/
.toptxt2 h2 {
	background-image:url(images/subtitle.gif);
	background-repeat:no-repeat;
	text-align:left;
	height:31px;
	font-size:120%;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 20px;
	}

#topleft .sub {
	background-color: #fff9be;
	height: 23px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3a95c;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3a95c;
}

#topleft .sub h3 {
	background-image:url(images/arrow_white.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#80741a;
	background-position: left 3px;
	padding-left: 20px;
	font-size: 100%;
}

.toptxt p {
	padding: 10px;
}
.toptxt ul {
	margin: 10px;
}
.toptxt li {
	list-style-type: none;
	margin-bottom: 5px;
}

p.bt01 {
	border: 1px solid #CCCCCC;
	float: right;
	padding: 5px;
	cursor: pointer;
}
p.bt01:hover {
	border: 1px solid #CCCCCC;
	float: right;
	padding: 5px;
	background-color: #E0DFE3;
}

h3.shubetsu {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/*-------------------------------------------------------<右コンテンツ>---------*/
#topright {
	width:245px;
	float:right;
}

.righttext {
	margin-bottom: 15px;
	}

/*サブメニュー＜タイトル＞*/

.righttext h2 {
	font-size:60%;
	display: block;
  position: relative;
  text-decoration: none;
  width: 245px;
  height: 34px;
}
.righttext h2.rm1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 34px;
	background-image: url(images/rmenu01.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.righttext h2.rm2 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 34px;
	background-image: url(images/rmenu02.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.righttext h2.rm3 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 34px;
	background-image: url(images/rmenu03.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.righttext h2.rm4 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 34px;
	background-image: url(images/rmenu04.gif);
	background-repeat: no-repeat;
	background-position: top;
}
/*右サブメニュー２*/
#subMenu2 {
	background-image: none;
	color: #FFFFFF;
	background-color: #545454;
}
#subMenu2 a {
	background-image: none;
	color: #FFFFFF;
	background-color: #545454;
	height: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#subMenu2 .bold {
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/*パンくず*/
.pan {
	font-size: 80%;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/*-------------------------------------------------------<右サブメニュー>---------*/
.righttext li {
	list-style:none;
}

.righttext a {
	width: 230px;
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/rmenuSub.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 6px;
	background-position: top;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.righttext a:hover {
	background-position: bottom;
}


/*サブのサブメニュー*/
#topright .righttext .subMenu a {
	background-color: #5B5B5B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCC20A;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	background-image: none;
	margin-left: 5px;
	width: 220px;
}
#topright .subMenu a {
	color: #FFFFFF;
}

/*右サブメニュー下*/
.arrowG {
	text-align: right;
	background-image: url(images/arrow_grray.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}
.rightBottom {
	border: 1px solid #bfbfbf;
}
.rightBottom li {
	list-style-type: none;
	height: 31px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
}
.rb01 {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(images/rmenu_grray.gif);
	margin: 2px;
}
.rb01 a {
	padding-left: 15px;
	line-height: 28px;
}

/*-------------------------------------------------------<ページトップへ>---------*/

#pagetop {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 80%;
}
#pagetop a {
	padding: 3px;
}
#pagetop a:hover {
	color: #FFFFFF;
	background-color: #913F35;
}


/*-------------------------------------------------------<下コンテンツ>---------*/
#bottomConts {
	margin-right: 5px;
	margin-left: 5px;
}
#bottomConts p {
	font-size: 80%;
}


/*-------------------------------------------------------<フッダー>---------*/
.footer {
	background-image:url(images/footer_bg.gif);
	width:950px;
	height:26px;
	color:#FFFFFF;
	font-size:70%;
	text-align:center;
	line-height: 15px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 15px;
	}

.footer p {
	margin:0;
	padding-top: 10px;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5;
	}

.footer a {

	color:#F0E7D9;
	text-decoration:none;
	}


.footer a:hover {
	color:#ffffff;
	text-decoration:underline;
	} 


address {
	text-align:center;
	font-style:normal;
	color:#FFFFFF;

}


/*--------------------------------＜２階層目＞-------------*/

/*テーブル枠*/
table.waku {
	border-collapse: collapse;
	margin: 10px;
}
td.gray {
	padding: 5px;
	border:1px solid #4C4C4C;
	background:#e7e5e0;
}

td.gray2 {
	padding: 2px;
	border:1px solid #4C4C4C;
	background:#e7e5e0;
}

td.white {
	padding: 3px;
	border:1px solid #4C4C4C;
	background:#FFFFFF;
	line-height: 1.4em;
}
td.green {
	padding: 2px;
	border:1px solid #4C4C4C;
	background:#FFFFFF;
}

td.orange {
	padding: 3px;
	border:1px solid #4C4C4C;
	background:#ffe7cf;
}
td.orange30 {
	padding: 3px;
	border:1px solid #4C4C4C;
	background:#ffe7cf;
	height:30px;
}

td.white30 {
	padding: 3px;
	border:1px solid #4C4C4C;
	background:#FFFFFF;
	height:30px;
}








/*--------------------------------わからないものたち-------------*/


.subleft {
	width:580px;
	text-align:left;
	float:left;
}

.subleft h1 {
	background-image:url(images/cont_h1.gif);
	background-repeat:repeat-x;
	text-align:left;
	height:35px;
	font-weight:bold;
	color:#F0E7D9;
	padding:10px 0 0 20px;
	margin:0;
	}


.subleft .txt{
	border:1px #391D00 solid;
	padding:10px;
	margin:0 0 15px 0;
	background-color:#ffffff;
	}

.subleft .txt p{
	margin:0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	line-height: 1.4em;
	}
		
.subleft .txt ul {
	margin: 0px;
	padding: 0px;
}

.subleft .txt li {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	list-style-type: none;
	line-height: 1.3em;
}

.subleft .txt2{
	border:1px #391D00 solid;
	padding:10px;
	margin:0 0 15px 0;
	background-color:#ffffff;
	}
.subleft .txt2 p{
	padding:10px 5px 5px;
	margin:0;
	}
		
.subleft .txt2 ul{
	background-color:#ffffff;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	line-height: 1.4em;
	}

.subleft .txt2 li{
	background-color:#ffffff;
	line-height: 2em;
	list-style-type: none;
	}	
	
.subleft h2 {
	background-image:url(images/cont_h2.gif);
	background-repeat:no-repeat;
	text-align:left;
	height:21px;
	font-weight:bold;
	color:#F0E7D9;
	padding:4px 0 0 15px;
	margin:0px;
	}
.subleft p{
	padding:5px 10px 10px 10px;
	margin: 0;
	line-height: 1.4em;
	}
.waku .white p {
	margin: 0px;
	padding: 5px;
	line-height: 1.4em;
}
.subleft li{
	line-height: 140%;
	list-style-type: none;
	}

/*最新ニュース*/
#submenu {
	width:245px;
	float:right;
	text-align:left;
	background-color: #FFFACD;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	margin-bottom: 10px;
}
#submenu form{
	padding:5px;
}
#submenu h2 {
	background-image:url(images/subme_h2.gif);
	background-repeat:no-repeat;
	text-align:left;
	height:25px;
	font-weight:bold;
	color:#F0E7D9;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 95%;
	}
#submenu ul {
	list-style-image:url(images/list.gif);
	padding:10px 0 10px 30px;
	margin:0;
	line-height:150%;
	}
#submenu h2 a{
	color:#FFFFFF;
}
.box p{
	margin-bottom: 10px;
}


/*用語集*/
#yougo {
	line-height: 1.4em;
	text-align: center;
	word-spacing: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px dotted #C4B950;

}
#yougo a{
	line-height: 1.4em;
	text-align: center;

}

/*-------------------------------------------------bbs*/
.reply{
	float: right;
	padding-right: 10px;
}
.data .new {
	color:#CCCC00;
	margin: 10px;
}
h3.newA {
	margin: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
#formw .data table {
	margin: 10px;
}

#navi {
	border: 1px dotted #E3D246;
	padding: 10px;
}

#navi ul{
	display:block;
	margin:0;
	padding:0;
	text-align:center;
}
#navi li{
	display:inline;
	margin: 0 5px;
}
#copyright a{
	color:#CC9933;
	font-size:10px;
}

/*-----------------------------------------*/
.data {
	margin-top: 15px;
}
