@charset "utf-8";

/*全タグに反映されます*/
* {
	padding:0px;
	margin:0px;
}
img {
	border:0;
}

/*共通クラス*/
.clear{
	clear:both;
}
.floatLeft {
	float: left;
}
.bold {
	font-weight: bold;
}
.style1 {
	color: #116847;
}

/*------------------------------------------------<はじまり>---------*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #605f59;
	letter-spacing: 0.05em;
	line-height: 150%;
	font-size: 80%;
	background-color: #d0dad7;
}
a {
	color: #116847;
}

/*--------------------------------------------------------<コンテンツはじまり>------------*/

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------<ヘッダー>------------*/

h1 {
	font-size: 90%;
	height: 26px;
	width: 963px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 27px;
	padding-top: 144px;
}

/*--------------------------------------------------------<グローバルナビ>------------*/

#GlobalNavi {
	height: 60px;
}
#GlobalNavi li {
	float: left;
	height: 60px;
	list-style-type: none;
}

#GlobalNavi a.gb01 {
	width: 250px;
	height: 60px;
	display: block;
	position: relative;
	text-decoration: none;
}
#GlobalNavi a.gb01 span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 60px;
	background-image: url(../images/gnavi01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#GlobalNavi a.gb01 span:hover {
	background-position:top;
}

#GlobalNavi a.gb02 {
	width: 245px;
	height: 60px;
	display: block;
	position: relative;
	text-decoration: none;
}
#GlobalNavi a.gb02 span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 60px;
	background-image: url(../images/gnavi02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#GlobalNavi a.gb02 span:hover {
	background-position:top;
}

#GlobalNavi a.gb03 {
	width: 245px;
	height: 60px;
	display: block;
	position: relative;
	text-decoration: none;
}
#GlobalNavi a.gb03 span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 60px;
	background-image: url(../images/gnavi03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#GlobalNavi a.gb03 span:hover {
	background-position:top;
}


#GlobalNavi a.gb04 {
	width: 250px;
	height: 60px;
	display: block;
	position: relative;
	text-decoration: none;
}
#GlobalNavi a.gb04 span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 60px;
	background-image: url(../images/gnavi04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#GlobalNavi a.gb04 span:hover {
	background-position:top;
}
#GlobalNavi a span.hit {
	background-position:top;
}


/*--------------------------------------------------------<本文はじまり>------------*/

#main {
	padding-top: 30px;
	padding-bottom: 30px;
}
#mainInner {
	background-image: url(../images/bg_inner_body.gif);
	background-repeat: repeat-y;
	min-height:650px;
	height: auto !important;
	height:650px;
}

/*--------------------------------------------------------<左コンテンツ>------------*/

#LeftCont {
	width: 680px;
	float: left;
}
#LeftCont h2.subTitle {
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 660px;
	padding-top: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	margin-top: 10px;
	font-size:120%;
}
#LeftCont p {
	padding: 20px;
}
#LeftCont ul {
	padding: 20px;
}
#LeftCont li {
	padding-bottom: 10px;
	list-style-type: none;
}
#LeftCont .arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

/*関連情報一覧へ*/
.infoInner {
	text-align: right;
	background-image: url(../images/bt.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 18px;
	padding-right: 20px;
	padding-top: 2px;
	background-color: #61605b;
	color: #FFFFFF;
	float: right;
}
.infoInner a {
	color: #FFFFFF;
	text-decoration: none;
}

/*--------------------------------------------------------<右コンテンツ>------------*/

#RightCont {
	width: 265px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/plantimage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 170px;
	height: auto;
	padding-top: 10px;
}
#RightCont .banner {
	padding: 4px;
	border: 8px solid #cccccc;
	margin-bottom: 15px;
}
#RightCont .banner p {
	padding: 5px;
}

#RightCont .MenuBG {
	background-image: url(../images/RightMenu_bg.gif);
	background-repeat: repeat;
	margin-bottom: 15px;
}

#RightCont .MenuTitle {
	color: #FFFFFF;
	background-color: #5a5953;
	padding: 8px;
	width: 220px;
	font-size: 120%;
}
#RightCont .MenuBG ul {
	margin-top: 30px;
	margin-bottom: 15px;
}
#RightCont .MenuBG li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-bottom: 10px;
	background-position: left 5px;
	padding-left: 20px;
}
#RightCont .MenuBG p {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#RightCont .plantImg {
	padding-left: 110px;
	padding-top: 10px;
}
/*--------------------------------------------------------<このページのトップへ>------------*/

#TopPage {
	background-image: url(../images/bg_inner_bottom.gif);
	background-repeat: no-repeat;
	height: 26px;
}

#TopPage a {
	color: #4DD4FD;
	padding: 5px;
}
#TopPage img {
	float: right;
	margin-right: 5px;
}

/*--------------------------------------------------------<下リンク>------------*/
#MainBottom {
	background-color: #52514d;
	color: #FFFFFF;
	font-size:80%;
}
#MainBottom a {
	color: #FFFFFF;
}
#MainBottomInner {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------<フッダー>------------*/

#footer {
	background-repeat: no-repeat;
	height: 25px;
	width: 950px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#footer address {
	color: #FFFFFF;
	font-style: normal;
	font-size: 80%;
}

/*--------------------------------------------------------<2階層目はじまり>------------*/

#pankuzu {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 80%;
}
#main2 {
	padding-top: 2px;
	padding-bottom: 30px;
}
