@charset "euc-jp";
/* CSS Document */

/* ------------------------------

	基本設定
	
------------------------------ */

html{
	/*background:url(../img/backimg.jpg) repeat-x;*/
}

* {
	margin: 0;
	padding-top: 0;
	padding-right: 13;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	color: #333;
	font-size: 13px;
	line-height: 1.7;
}

img {
	border: 0;
}

/* start: clearfix */
.clearfix {
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
	min-height:1px;
}
/* Hides from Mac IE \*/
* html .clearfix {
	height:1px;
}
.clearfix {
	display:block;
}
/* */
/* end: clearfix */

/* ------------------------------

	リンク設定
	
------------------------------ */

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

/* ------------------------------

	レイアウト設定
	
	******
	
	センタリング
	２カラム
	左ナビゲーション
	
------------------------------ */

div#wrapper {
	width: 900px;
	margin: 0 auto;
}

div#header {
	margin:0 auto;
	width:900px;
	height:100px;
	clear:both;
	padding-left:50px;
}
	
div#contents{
	width: 853px;
	margin:0 auto;
	float:right;
	display: inline;
	/*background: url(../img/bgwhite.jpg) repeat-y;*/
}

div#contents_top {
	width: 853px;
	margin:0 auto 20px;
	float:right;
	display: inline;
	/*background: url(../img/bgwhite.jpg) repeat-y;*/
}

div#ctp{
	width:900px;
	clear:both;
	display: inline;
	clear:both;
}

div#navi {
	width: 180px;
	margin: 0 0 0 0;
	float:left;
	display: inline;
}

div#footer {
	width	: 840px;
	margin	: 0 auto;
	padding	:10px 0 25px;
	border-top: 2px solid #0B358F;
	/*background: url(../img/bgwhite.jpg) repeat-y bottom right;*/
	color:#666;
	clear: both;
}

/* ------------------------------

	ヘッダー内設定
	
------------------------------ */

/*　Ｈ１タイトル　*/

h1 {
	margin:10px 0 0px;
	padding-right:50px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	float:right;
}


/*　ロゴ　*/

div#header_logo {
	width: 849px;
	height: 93px;
	margin: 5px auto 5px auto;
	background: url(../img/img_logo.gif) no-repeat 0px 50%;
	text-indent:-9999px;
	float:left;
}

div#header_logo a {
	width: 400px;
	height: 85px;
	display: block;
	margin-left: 37px;
}

/*　お問合せ　*/

div#header_information {
	width	:291px;
	height:44px;
	background:url(../img/header_bt_contact.jpg) no-repeat left top;
	text-indent:-9999px;
	float:right;
	padding-right:13px;
}

div#header_information a{
	width	:200px;
	height:20px;
	margin:24px 0 0 88px;
	display:block;
}

p#header_name {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

p#header_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


/* ------------------------------

	コンテンツ内設定
	
------------------------------ */

/*　画像トップ　*/

img.image_top{
	margin: 0;
}

/*　Ｈ２ページタイトル　*/

H2.setants {
	height	: 37px;
	padding: 85px 0 15px 15px;
	background: url(../img/h2_page.jpg) no-repeat 0 0;
	font-size: 23px;
	display: block;
	color:white;
}

.menu{
	width:550px;
	margin:15px 0 15px 35px;
	float:left;
}

.bnr{
	width:225px;
	height:350px;
	margin	:15px 30px 0 0;
	float:right;
}

* html .bnr{
	margin-right	:15px;
}

.bnr img{
	margin-bottom:2px;
	}
	
.bnr img.last{
	margin-top:10px;
	}
	

/*　新着情報　*/

H2.news {
	width: 75px;
	height: 14px;
	margin: 0 0 10px 35px;
	padding: 3px 0 0 10px;
	float: left;
	background: url(../img/h2_news.jpg) no-repeat 0 0;
}

* html H2.news {
	margin: 0 0 10px 17px;
}

div#news {
	width:540px;
	height:100px;
	float:left;
	}
	
div#news iframe {
	width: 460px;
	height: 80px;
}


/*　パンくずリスト　*/

ul#pankuzu {
	height:20px;
	margin:0 0 5px 0px;
	display: block;
}

ul#pankuzu li {
	padding: 2px 15px 0 0px;
	float: left;
	list-style: none;
	font-size: 10px;
	color:#000000;
}

.dm{
	width:38px;
	height:20px;
	float:left;
	}
	

/* ------------------------------

	ナビ内設定
	
------------------------------ */

/*　グローバルナビゲーション：画像　*/

ul#global_img {
	background: url(../img/li_grobal.jpg) no-repeat;
	width: 850px;
	height: 64px;
	clear: both;
	margin: 0;
}

ul#global_img li {
	background: url(../img/li_grobal.jpg) no-repeat;
	list-style: none;
	width: 170px;
	height: 64px;
	float: left;
	text-indent: -1000em;
}

ul#global_img li a{
	background: url(../img/li_grobal.jpg) no-repeat;
	width: 170px;
	height: 64px;
	display: block;
}

ul#global_img li a:hover {
	background: url(../img/li_grobal_hover.jpg) no-repeat;
	width: 170px;
	height: 64px;
	display: block;
}

ul#global_img li#gi01 a { background-position: 0 0;}
ul#global_img li#gi02 a { background-position: -170px 0;}
ul#global_img li#gi03 a { background-position: -340px 0;}
ul#global_img li#gi04 a { background-position: -510px 0;}
ul#global_img li#gi05 a { background-position: -680px 0;}


/*　グローバルナビゲーション　*/

ul#global {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}

ul#global li{
	display: block;
	list-style: none;
}

ul#global li a{
	display: block;
	text-decoration: none;
}

ul#global li.main {
	width: 180px;
	height: 45px;
}

ul#global li.main a {
	width: 165px;
	height: 27px;
	padding: 5px 0 8px 15px;
	background: url(../img/li_main.jpg) no-repeat 0 0;
	color: #0B348E;
	font-size: 18px;
	font-weight: bold;
	text-decoration:underline;
}

ul#global li.main a:hover {
	background: url(../img/li_main_hover.jpg) no-repeat 0 0;
	text-decoration: none;
}

ul#global li.sub {
	width: 180px;
	height: 30px;
	border-bottom:1px dotted #999;
}

ul#global li.sub a {
	width: 145px;
	height: 24px;
	padding: 6px 0 0 35px;
	background: url(../img/li_sub.jpg) no-repeat 15px center;
	color: #333;
}

ul#global li.sub a:hover {
	background: url(../img/li_sub_hover.jpg) no-repeat 15px center;
	text-decoration: underline;
}

/*　サイドバー　*/

div#sidebar {

	text-align:right;

}
div#sidebar a img {}
div#sidebar a:hover img {
	filter: alpha(opacity=69);
	-moz-opacity:0.69;
	opacity:0.69;
}

div#sidebar .bn_mark{
	width:123px;
	margin: 0 23px;
	}
	


/* ------------------------------

	フッター内設定
	
------------------------------ */

div#footer .f_left{
	width: 400px;
	float:left;
}


#footer_name {

}

#footer_access {
	font-size: 11px;
}

#footer_contact {
	font-size: 11px;
}

#copyright {
	margin: 15px 30px 0 0;
	font-size: 11px;
	float: right;
}

/* ------------------------------

	ボタン設定
	
------------------------------ */

.bt_submit{
	width	:70px;
	height	:25px;
	margin-top	:10px;
	background:url(../img/bt_submit.gif) no-repeat left top;
	color	:#666;
	cursor	:pointer;
	border	:none;
}

.bt_red{
	width	:95px;
	height	:31px;
	margin	:0 auto;
	background:url(../img/bt_red.gif) no-repeat left top;
	color	:#FFF;
	font-size	:120%;
	font-weight	:bold;
	cursor	:pointer;
	border	:none;
	display	:block;
}

.menu img{
	margin-right:13px;
	float:left;
}


.menu a img,
.bnr a img{
	display: block;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

.menu a:hover img,
.bnr a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.bnr img.bnr08{
	display:block;
	margin:55px 0 10px 40px;
}

.footerimg{
	width:805px;
	height:150px;
	margin:0 auto;
	background:url(../img/footer.gif)
}
