@charset "UTF-8";

/*======================================
	1-1.Universal selector
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.5;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/*======================================
	1-2.Structure Module
=======================================*/

body {
	background: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;	/**font-size: small;
	*font: x-small;*/
}

/*======================================
	1-3.Text Module
=======================================*/

p,
address {
	margin: 0.8em 0px;
}



/*======================================
	1-4. Hypertext Module
=======================================*/

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

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

a:hover {
	color: #000000;
	text-decoration: underline;
}

.s10p {
	font-size: 10px;
}
.s12p {
	font-size: 12px;
}
.s14p {
	font-size: 14px;
}
.s16p {
	font-size: 16px;
}
.gothic {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../indeximages/back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 595px;
	background-color: #F5F5F5;
}


/*======================================
	各ページ固有のクラスやID
=======================================*/
section,article,aside,hgroup,header,footer,nav,figure {
	display: block;	
}

#Header { /*ライブラリ項目*/
	width: 100%;
	background-image: url(../indeximages/upback.jpg);
	background-repeat: repeat-x;
	background-position: 0px -1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Header #Upbar { /*ライブラリ項目*/
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 75px;
}
#Header header #Upbar h1 { /*ライブラリ項目*/
	text-indent: -9999px;
	height: 75px;
	width: 1040px;
	background-image: url(../indeximages/head.jpg);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}
#Header #Upbar ul#Upbarul { /*ライブラリ項目*/
	width: 12em;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	clear: both;
	left: 570px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}
#Header #Upbar #Upbarul li { /*ライブラリ項目*/
	list-style-type: none;
	float: right;
}
#Header #Upbar #Upbarul li a { /*ライブラリ項目*/
	color: #FFFFFF;
	display: block;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
}
#Header header #Upbar #Upbarul li a#Ota { /*ライブラリ項目*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#Header #Upmenubar { /*ライブラリ項目*/
	background-image: url(../indeximages/upmenuback.jpg);
	background-repeat: repeat;
	width: 100%;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Header #Upmenubar #Upmenu { /*ライブラリ項目*/
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#Header #Upmenubar #Upmenu ul#Upmenu li { /*ライブラリ項目*/
	text-align: center;
	float: left;
	width: 149px;
	list-style-type: none;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#Upmenubar #Upmenu #Upmenu li#Ksya { /*ライブラリ項目*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Upmenubar #Upmenu ul#Upmenu li a { /*ライブラリ項目*/
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
	color: #000000;
}
#Upmenubar #Upmenu ul#Upmenu li a:hover { /*ライブラリ項目*/
	background-image: url(../indeximages/upmenuback_on.jpg);
	background-repeat: repeat;
	color: #FFF;
	background-position: 0px 0px;
}


#Upmenubar #Upmenu ul#Upmenu li ul li { /*ライブラリ項目。ここからが階層メニュー用*/
	clear: both;
}
#Upmenubar #Upmenu ul#Upmenu li ul li a { /*ライブラリ項目。ここからが階層メニュー用*/
	line-height: 1em;
	text-decoration: none;
	width: 14em;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0px 6px 6px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-image: url(../indeximages/acdeonmnback.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#Upmenubar #Upmenu ul#Upmenu li ul li a:hover { /*ライブラリ項目。ここからが階層メニュー用*/
	background-image: url(../indeximages/acdeonmnback.png);
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
#Upmenubar #Upmenu ul#Upmenu li ul { /*ライブラリ項目。ここからが階層メニュー用*/
	display: none;
}
#Upmenubar #Upmenu ul#Upmenu li:hover > ul { /*ライブラリ項目。ここからが階層メニュー用（Zインデックスを1000にすると最上階層に表示される）*/
	display: block;
	position: absolute;
	z-index: 1000;
}


#Flashzone {
	width: 100%;
	background-color: #95B6E6;
	height: 270px;
}
#Flashzone #Flashbox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#carouselWrap{ /*カルーセル設定*/
	width:900px;
	height:270px;
	position:relative;
}
#carouselPrev{ /*カルーセル設定*/
	position:absolute;
	top:120px;
	left:0px;
	cursor:pointer;
}
#carouselNext{ /*カルーセル設定*/
	position:absolute;
	top:120px;
	right:0px;
	cursor:pointer;
}
#carouse{ /*カルーセル設定*/
	width:100%;
	height:100%;
	overflow:hidden;
}
#carouselInner ul.column{ /*カルーセル設定*/
	width:900px;
	height:270px;
	padding:0px;
	list-style-type:none;
	float:left;
}
#carouselInner ul.column li{ /*カルーセル設定*/
	float:left;
	margin-right:0px;
	display:inline;
}
#carouselInner ul.column li img{ /*カルーセル設定*/
	border:none;
}


#Main1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../indeximages/whatsback.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #5F92DE;
}
#Main1 #Iebox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8px;
}
#Main1 #Iebox h2#Ie {
	display: inline;
	width: 266px;
	margin-left: 50px;
	float: left;
	margin-top: 20px;
}
#Main1 #Iebox #ScroleBox {
	width: 500px;
	float: left;
	margin-top: 30px;
	margin-left: 50px;
}
#Main1 #Iebox #ScroleBox form input {
	background-color: #E8E8E8;
	font-size: 11px;
	line-height: 2em;
	height: 2em;
}
#Main1 #Updatebox {
	width: 900px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
#Main1 #Updatebox img#Updttle {
	width: 899px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#Main1 #Updatebox ul#Updt {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#Main1 #Updatebox ul#Updt li {
	float: left;
	width: 210px;
	list-style-type: none;
}
#Main1 #Updatebox ul#Updt li a {
	display: block;
}
#Main2 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom: 50px;
}
#Main2 #Rgtbox {
	float: right;
	width: 620px;
}
#Main2 #Rgtbox h2#Gni {
	width: 616px;
	height: 48px;
	background-image: url(../indeximages/goannai.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#Main2 #Rgtbox #GonnCnt {
	width: 616px;
	background-image: url(../indeximages/goannaiback.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#Main2 #Rgtbox .ganbtm {
	height: 22px;
	width: 616px;
	background-image: url(../indeximages/goannaibtm.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 30px;
}
#Main2 #Rgtbox #GonnCnt a:link, a:visited {
	text-decoration: underline;	
}
#Main2 #Rgtbox #GonnCnt a:hover  {
	text-decoration: none;
}
#Main2 #Rgtbox #GonnCnt #GonCntLft {
	float: left;
	width: 263px;
	margin: 15px 0px 0px 35px;
	display: inline;
	line-height: 1.7;
	clear: both;
	overflow: hidden;
}
#Rgtbox #GonnCnt #GonCntLft img#GnnPh {
	float: left;
	width: 254px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#Main2 #Rgtbox #GonnCnt #GonCntRgt {
	display: inline;
	float: left;
	width: 263px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	line-height: 1.7;
}
#Main2 #Rgtbox #GonnCnt p {
	line-height: 1.7;
}
#Main2 #Rgtbox h2#Nw {
	width: 616px;
	height: 37px;
	background-image: url(../indeximages/whatsnw.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#Main2 #Rgtbox #WhtnCnt {
	width: 616px;
	height: 280px;
	background-image: url(../indeximages/goannaiback.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 30px;
}
#Main2 #Rgtbox #WhtnCnt #WnText {
	width: 545px;
	height: 250px;
	overflow: auto;
	margin-left: 40px;
}
#Rgtbox #WhtnCnt #WnText dl dt {
	float: left;
	width: 13em;
}
#Rgtbox #WhtnCnt #WnText dl dd {
	padding-left: 13em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#Main2 #Rgtbox #Ktiup {
	background-image: url(../indeximages/kateiup.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
	width: 616px;
}
#Main2 #Rgtbox #SgtKtid {
	width: 616px;
	position: relative;
	padding-bottom: 15px;
	background-image: url(../indeximages/goannaiback.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#Main2 #Rgtbox #SgtKtid h2#Kti {
	float: right;
	width: 258px;
	margin-right: 10px;
	display: inline;
	margin-top: 5px;
}
#Main2 #Rgtbox #SgtKtid #SgtKtCnt {
	width: 310px;
	margin-top: 25px;
	float: right;
	margin-right: 10px;
}
#Main2 #Rgtbox #SgtKtid #SgtKtCnt h3#SgKth3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF006A;
	margin-bottom: 5px;
}
#Main2 #Rgtbox #SgtKtid #SgtKtCnt img#Smteisk {
	width: 181px;
	margin-right: 0px;
	margin-left: auto;
	display: block;
}
#Main2 #Rgtbox #Kankyo {
	width: 616px;
}
#Main2 #Lftbox {
	float: left;
	width: 270px;
}
#Main2 #Lftbox h2#JtkSry a img#Rzn {
	width: 249px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#Main2 #Lftbox a img#Whbrd {
	width: 250px;
	margin-bottom: 40px;
}
#Main2 #Lftbox #KnstSry img#KnSr {
	width: 248px;
	margin-bottom: 10px;
}
#Main2 #Lftbox #JtkSry img#JuSr {
	width: 248px;
	margin-bottom: 15px;
}
#Main2 #Lftbox img#Kakusyu {
	width: 191px;
	margin-left: 30px;
}
#Main2 #Lftbox a img#Yess_kamei {
	width: 200px;
	border: 1px solid #000;
	margin-top: 50px;
	margin-left: 23px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#Btmbox { /*ライブラリ項目*/
	width: 100%;
	background-color: #0057DE;
	background-image: url(../indeximages/btmback.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#Btmbox #Btmmenu { /*ライブラリ項目*/
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 10px;
}
#Btmbox #Cpr { /*ライブラリ項目*/
	width: 100%;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../indeximages/copyrtback.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#Btmbox #Btmmenu ul#Btm1 { /*ライブラリ項目*/
	width: 600px;
	display: block;
	margin-left: 160px;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
#Btmbox #Btmmenu ul#Btm1 li { /*ライブラリ項目*/
	float: left;
	list-style-type: none;
}
#Btmbox #Btmmenu ul#Btm1 li a { /*ライブラリ項目*/
	color: #FFF;
	padding: 0px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	white-space: nowrap;
	line-height: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
#Btmbox li a.lfa { /*ライブラリ項目*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFF;
}
#Btmbox li a:hover { /*ライブラリ項目*/
	text-decoration: underline;	
}
#Btmbox #Btmmenu p#Updt2 { /*ライブラリ項目*/
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 15px;
}
#Btmbox #Btmmenu ul#Updtu { /*ライブラリ項目*/
	clear: both;
	width: 600px;
	overflow: hidden;
	margin-left: 230px;
}
#Btmbox #Btmmenu ul#Updtu li { /*ライブラリ項目*/
	float: left;
	list-style-type: none;
}
#Btmbox #Btmmenu ul#Updtu li a { /*ライブラリ項目*/
	color: #FFF;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	line-height: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
#Btmbox #Btmmenu p#Jtk { /*ライブラリ項目*/
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 15px;
}
#Btmbox #Btmmenu ul#Jtku { /*ライブラリ項目*/
	clear: both;
	width: 750px;
	overflow: hidden;
	clip: rect(auto,auto,auto,100px);
	margin-left: 110px;
}
#Btmbox #Btmmenu ul#Jtku li { /*ライブラリ項目*/
	float: left;
	list-style-type: none;
}
#Btmbox #Btmmenu ul#Jtku li a { /*ライブラリ項目*/
	color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	line-height: 1em;
	white-space: nowrap;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

