@charset "utf-8";
	
/*---------------------------------------
　　　基本設定
-----------------------------------------*/
*{	
		margin:0px;
		padding:0px;
}
html{		
		overflow-x:hidden;
}
body{
	margin:0px;
	background-color:#ffffff;/* 背景色 */
	color:#666666;/* 基本文字色 */
	letter-spacing:1px;/* 基本文字間 */
	text-align:left;
	line-height:16px;/* 基本行間 */
	background-image:url(../img/bg_head.jpg);
	background-repeat:repeat-x;/* 背景横繰り返し */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
h1.jsearch{
	font-size:11px;
	font-weight:normal;
	color:#666633;
	padding:2px 0px;
	text-align:center;
	letter-spacing:1px;
}
h2.jsearch{
	padding-bottom:10px;
	background-image:url(../img/bg_h2_title01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:40px;
}
.title_img h2.jsearch{
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
}
h3.jsearch{
	padding-bottom:10px;
	background-image:url(../img/bg_h2_title01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:40px;
}
h4{
		padding-bottom:15px;
}
h5{
		padding-bottom:15px;
}
a:link {
	color: #22A088;
	text-decoration: none
}
a:visited {
	text-decoration: none;
	color: #22A088;
}
a:hover {
	color: #999900;
	text-decoration: underline
}
select{		
		text-align:left;
}
ul,ol{		
		list-style-type:none;/* 基本リスト装飾なし */
}
/*---------------------------------------
　　　全体用
-----------------------------------------*/
#bg_shadow{
	background-image: url(../img/bg_shadow.png);
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	z-index:0;
	clear:both;
/*		background-image:url(../img/bg_shadow.png);
		background-position:left top;
		background-repeat:repeat-y;
		width:834px;
		margin:0px auto;
		text-align:center;
*/
}

* html #bg_shadow {/* 透過PNGセット */

		behavior: expression(IEPNGFIX.fix(this));

}
#container{
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
/*---------------------------------------
　　　メインコンテンツ
-----------------------------------------*/
#main_contents{
	width:800px;/* メインコンテンツ幅 */
	padding:0px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
#contents01 {
	text-align: left;
	width: 670px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#contents02 {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#wrap{
	width:800px;/* サイド・メインコンテンツの幅 */
	margin:0px auto 5px auto;/* 背景縦繰り返し */
}
.b_bt01 a{
	display:block;
	background-image:url(../img/bt01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:32px;/* バナー高さ */
	width:109px;
}
.b_bt01 a:hover{
	background-position:bottom;
	height: 32px;
	width: 109px;
	background-image: url(../img/bt01.jpg);
}
.b_bt02 a{
	display:block;
	background-image:url(../img/bt02.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:32px;/* バナー高さ */
	width:85px;
}
.b_bt02 a:hover{
	background-position:bottom;
	height: 32px;
	width: 85px;
	background-image: url(../img/bt02.jpg);
}
.b_bt03 a{
	display:block;
	text-align:left;
	background-image:url(../img/.head.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:88px;/* バナー高さ */
	width:349px;
}
.b_bt03 a:hover{
	background-position:bottom;
	height: 88px;
	width: 349px;
	text-align:left;
	background-image: url(../img/.head.gif);
}
.b_bt04 a{
	display:block;
	text-align:left;
	background-image:url(../toiawase/img/bt_toi.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:34px;/* バナー高さ */
	width:218px;
}
.b_bt04 a:hover{
	background-position:bottom;
	height: 34px;
	width: 218px;
	text-align:left;
	background-image: url(../toiawase/img/bt_toi.jpg);
}
/*---------------------------------------
　　　ヘッダー
-----------------------------------------*/
#header{
	width:808px;
	position:relative;/* 背景の上部ボーダー分次のブロックを下げ */
	background-image:url(../img/header.jpg);/* 電話番号右寄せ・背景の上部ボーダー分下げ */
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 95px;
}
.logo{
	width:349px;
	text-align:left;/* ロゴ左寄せ */
	padding-left: 4px;
	padding-top: 4px;
}
.tel{	
		width:230px;/* 電話番号下のテキストリンク幅 */
		float:right;
		text-align:right;/* テキスト右寄せ */
		padding-top:50px;
}
.tel a{	
		color:#666666;/* 電話番号下のテキストリンク文字色 */
		font-size:10px;/* 電話番号下のテキストリンク文字サイズ */
		margin-left:5px;/* リンクとリンクを離す */
}
.tel a img{		
		vertical-align:middle;/* 文字と画像の縦位置を揃える */
		padding-right:3px;/* 矢印画像から離す */
}
#menu {
	width:808px;/* 上部メニュー幅 800px */
	clear:both;
	margin-right: auto;
	margin-left: auto;
}
#menu li {
		float: left;
}
#menu ul li a {
	display: block;
	text-indent: -9999px;/* 文章飛ばす */
	height: 44px;/* 上部メニュー高さ */
	background-position:left top;
}
#menu a.bt01{
	background-image:url(../img/g_navi01.jpg);
	width:134px;/* 上部メニューボタン幅（１） */
}
#menu a.bt02{
	background-image:url(../img/g_navi02.jpg);
	width:134px;/* 上部メニューボタン幅（２） */
}
#menu a.bt03{
	background-image:url(../img/g_navi03.jpg);
	width:135px;/* 上部メニューボタン幅（３） */
}
#menu a.bt04{
	background-image:url(../img/g_navi04.jpg);
	width:135px;/* 上部メニューボタン幅（４） */
}
#menu a.bt05{
	background-image:url(../img/g_navi05.jpg);
	width:135px;/* 上部メニューボタン幅（５） */
}
#menu a.bt06{
	background-image:url(../img/g_navi06.jpg);
	width:135px;/* 上部メニューボタン幅（６） */
}
#menu a:hover{	
		background-position:left bottom;
}
/*
  横並び2つ 
           */
.wrap_box2{
	clear:both;
	padding-bottom:10px;
	padding-left: 20px;
}
.box2F {
	width:375px;/* ボックス幅 */
	float:left;
	margin-right:10px;
}
.box2F h2.jsearch{/* タイトル */
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
}
.box2F .img{/* 画像背景色 */
	float:left;
}
.box2F .img img{/* 画像 */

}
.box2F p{/* 画像横文章 */
	float:right;
	width:240px;/* 文章幅 */
	line-height:130%;/* 文章行間 */
	color: #666666;
	display:block;
	font-size: 12px;
	letter-spacing: 0em;
}
.wrap_box2 .m_r_x{	margin-right:0px;	}
.wrap_box2 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*
  横並び3つ 
           */
.wrap_box3{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.box3F {	
		width:180px;/* ボックス幅 */
		float:left;
		margin-right:20px;/* ボックス右スペース */
}
.box3F h4{/* タイトル */	
		background-image:url(../img/category3_p01.gif);/* タイトル背景画像 */
		background-position:left top;
		background-repeat:no-repeat;
		font-size:14px;/* 文字サイズ */
		padding-left:20px;/* タイトル背景画像と文章を離す */
		padding-bottom:5px;/* タイトル下スペース */
}
.box3F .img{/* 画像背景色 */	
		background-color:#CCCCCC;/* 背景色 */
		margin-bottom:7px;/* 画像下スペース */
}
.box3F .img img{/* 画像 */
		padding:5px;/* 画像枠スペース */
		width:170px;/* 画像幅 */
}
.box3F p{/* 画像下文章 */	
		font-size:12px;
		line-height:120%;/* 文章行間 */
}
.wrap_box3 .m_r_x{	margin-right:0px;	}
.wrap_box3 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*
  横並び4つ 
           */
.wrap_box4{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.box4F {	
		width:136px;/* ボックス幅 */
		float:left;
		margin-right:12px;/* ボックス右スペース */
}
.box4F .img img{	
		padding-bottom:10px;/* 画像下スペース */
		width:136px;/* 画像幅 */
}
.box4F p{	
		line-height:130%;
		font-size:11px;/* 文字サイズ */
}
.wrap_box4 .m_r_x{	margin-right:0px;	}
.wrap_box4 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*
  横並び5つ 
           */
.wrap_box5{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.box5F {	
		width:108px;/* ボックス幅 */
		float:left;
		margin-right:10px;/* ボックス右スペース */
}
.box5F .img img{	
		padding-bottom:10px;/* 画像下スペース */
		width:108px;/* 画像幅 */
}
.box5F p{	
		line-height:130%;
		font-size:11px;/* 文字サイズ */
}
.wrap_box5 .m_r_x{	margin-right:0px;	}
.wrap_box5 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}
/*---------------------------------------
　　　パンくずリスト
-----------------------------------------*/
#p_list{
	text-align:right;
	font-size:11px;
	color:#666666;
	line-height:20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 2px;
	padding-top: 5px;
}
#p_list a:link {
	COLOR: #22A088
}
#p_list a:visited {
	COLOR: #22A088
}
#p_list a:hover {
	COLOR: #999900;
	TEXT-DECORATION: underline
}
/*---------------------------------------
　　　ページ
-----------------------------------------*/
.main_img{	
}
.gotoTop{
	text-align:right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DDDDDD;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
}
.gotoTop img{
	vertical-align:middle;
}
.gotoTop a{	
		font-size:10px;
		color:#000000;
		text-decoration:none;
}
.gotoTop a:hover{	
		color:#0099FF;
}
/*---------------------------------------
　　　フッター
-----------------------------------------*/
#footer {
	color:#666666;
	text-align:left;
	clear:both;
	width:808px;
	font-size:11px;
	letter-spacing:2px;
	line-height:20px;
	background-image: url(../img/bg_footer.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 180px;
		}
#g_navi{
	text-align: center;
	font-size: 10px;
	padding-bottom: 13px;
	padding-top: 13px;
	line-height: 16px;
}
#g_navi p{	
		padding-top:5px;
}
#g_navi a {
	text-decoration:none;
	color:#44C4A4;
		}
#g_navi a:hover {
	color:#999900;
	text-decoration:underline;
		}
#copyright{
	width:800px;
	text-align:center;
	padding-top:15px;
	color:#666666;
	font-size:12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 0em;
	padding-bottom: 5px;
	line-height: 18px;
}
/*---------------------------------------
　　　テーブル
-----------------------------------------*/
.tbl_blck{
	border-top:1px solid black;
	border-left:1px solid black;
}
.tbl_blck th,.tbl_blck td{	
	text-align:left;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.tbl_blck_tr .tbl_blck th,.tbl_blck_tr .tbl_blck td{
	background-color:#E8E8E8;
}
.tbl_blck th{
	color:#000000;
}
.img_main {
	width: 632px;
	height: 480px;
	background-image: url(../img/img_main.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-position: center;
}
