

/*----------------------------------------------------
	鍋山整体院　全ページ用CSS
----------------------------------------------------*/


body {
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.8em;
	font-size: 12pt;
	color:#4c4c4c;
	
}

.box {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:1042px;
	margin:0px auto 0px auto;
	/*margin:0 auto -120px auto;*/
	padding: 0px;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

a,
a:link {
	color: #103382;
	text-decoration: none;
}
a:visited {
	color: #713360;
	text-decoration: none;
}
a:hover,
a:active {
	color: #b41706;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
th, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}






/*--------------ヘッダーイメージ---------*/
.top_hedder_box {/*ヘッダー全部　ぱんくず上まで*/
	width: 960px;
	height: 199px;
	/*background-color: #FFFFFF;*/
}




.hedder_box {/*ヘッダー全部　ぱんくず上まで*/
	width: 960px;
	height: 200px;
	/*background-color: #FFFFFF;*/
}

.hedder_txt_box{/*テキスト*/
	margin:0px 0px 0px 0px;
	width: 960px;
	height: 22px;
	font-size: 8pt;
	/*background-color:#745029;*/
	background: url("../img/hedder_txt.png");
}

.hedder_txt{/*テキスト*/
	margin:0px 0px 2px 20px;
	width: 960px;
	height: 20px;
	font-size: 8pt;
	color:#ffffff;
}



.hedder_bg_box{/*左右ボックス*/
	margin:0px 0px 0px 0px;
	width: 960px;
	height: 177px;
	padding: 0px;
}



/*-----------左・中・右の3カラム　フロート　ボックス-------------*/





.box_3_s_left{
margin:0px 0px 0px 0px;
width:184px;
height:177px;
float:left;
display:block;
font-size:11pt;
background: url("../img/hedder_01.png");
}


.box_3_s{
margin:0px 0px 0px 0px;
width:469px;
height:177px;
float:left;
display:block;
font-size:11pt;
background-image: url("../img/hedder_02.png");
}

.box_3_s_right{
margin:0px 0px 0px 0px;
width:307px;
height:177px;
float:left;
display:block;
font-size:11pt;
background: url("../img/hedder_03.png");
}



/*-----------左・中・右の3カラム　フロート　ボックス　終わり-------------*/


.hedder_01 a {/*左タイトル*/
	width: 184px;
	height: 177px;
	padding: 0px;
	background: url("../img/hedder_01.png");
	background-repeat: no-repeat;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	margin:0px 0px 0px 0px;

}



.hedder_02 {/*左タイトル*/
	width: 469px;
	height: 177px;
	padding: 0px;
	background: url("../img/hedder_02.png");
	text-indent:-9999px;
	display:block;
	margin:0px 0px 0px 0px;

}


.hedder_03 a{/*右ロール*/
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 307px;
	height: 177px;
	background-image: url("../img/hedder_03.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display:block;
}

.hedder_03 a:hover{/*ロール用*/
	text-decoration: none;
	background-image: url("../img/hedder_03.png");
	background-position: 0px -177px;
	background-repeat: no-repeat;
}






/*.hedder_img {ヘッダー　メイン　イメージ画像
	margin: 0px 0px 0px 0px ;
	background:url("../img/hedder_img.jpg");
    width: 960px;
    height: 225px;
	text-indent:-9999px;
	display:block;
}*/

/*--------------グローバルナビ---------*/

#g_navi {
	margin:0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none; 
	width: 960px;
	height: 35px;
}

#g_navi li {
	width: 192px;
	height: 40px;
	margin: 0;
	padding: 0;
	display: inline;
}

#g_navi a {
	float:left;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 192px;
	height: 35px; 
	background-image: url("../img/g_menu.gif");
	background-repeat: no-repeat;
}

#g_navi01 a { background-position: 0 0; } 
#g_navi02 a { background-position: -192px 0px; }
#g_navi03 a { background-position: -384px 0px; }
#g_navi04 a { background-position: -576px 0px; }
#g_navi05 a { background-position: -768px 0px; }

#g_navi a:hover {
	text-decoration: none;
	background-image: url("../img/g_menu.gif");
	background-repeat: no-repeat;
}

#g_navi01 a:hover{ background-position: 0 -35px; } 
#g_navi02 a:hover{ background-position: -192px -35px; }
#g_navi03 a:hover{ background-position: -384px -35px; }
#g_navi04 a:hover{ background-position: -576px -35px; }
#g_navi05 a:hover{ background-position: -768px -35px; }


#g_navi01_on a{ background-position: -0px -35px; } 
#g_navi02_on a{ background-position: -192px -35px; }
#g_navi03_on a{ background-position: -384px -35px; }
#g_navi04_on a{ background-position: -576px -35px; }
#g_navi05_on a{ background-position: -768px -35px; }




/*-----------ぱんくず---------*/
.pankuzu_box {
	font-size: 10pt;
	width: 960px;
	height: 25px;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;

}

.pankuzu_txt a {

	width: 900px;
	height: 25px;
	color: #333333;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;

}


.pankuzu_txt a,
.pankuzu_txt a:link {
	color: #900;
	text-decoration: none;
}
.pankuzu_txt a:visited {
	color: #960;
	text-decoration: none;
}
.pankuzu_txt a:hover,
.pankuzu_txt a:active {
	color: #fcc;
	text-decoration: none;
}


/*----------------------メインコンテンツ部分　設定-------------------*/

#l_r_box { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: auto
	text-align: left;
	background-color: #FFFFFF;

}


/*----------------------------------------------------------------------------------------------------------*/
/*--------------------------------------左右box高さ指定-----------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/


.l_box_00 { /*トップページ　左ボックス*/
	background: url("../img/side_bg.png") repeat-y;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 2350px;
	text-align: left;
	/*background-color: #eeebe1;*/

}

.r_box_00 { /*トップページ　右ボックス*/
	 /*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 2350px
	text-align: left;

}



.l_box_01 { /*　01ページ　左ボックス*/
	background: url("../img/side_bg.png") repeat-y;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 3100px;
	text-align: left;
	/*background-color: #eeebe1;*/

}

.r_box_01 { /*　01ページ　右ボックス*/
	 /*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 3100px
	text-align: left;

}

.l_box_02 { 
	 background: url("../img/side_bg.png") repeat-y;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 6600px;
	text-align: left;
	/*background-color: #eeebe1;*/

}

.r_box_02 { 
	 /*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 6600px
	text-align: left;

}

.l_box_03 { 
	background: url("../img/side_bg.png") repeat-y;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 2425px;
	text-align: left;
	/*background-color: #eeebe1;*/

}

.r_box_03 { 
	 /*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 2425px
	text-align: left;

}

.l_box_04 { 
	 background: url("../img/side_bg.png") repeat-y;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 2920px;
	text-align: left;
	/*background-color: #eeebe1;*/

}

.r_box_04 { 
	/*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 2920px
	text-align: left;

}


.l_box_05 { 
	background: url("../img/side_bg.png") repeat-y;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 1545px;
	text-align: left;
	/*background-color: #eeebe1;*/

}

.r_box_05 { 
	/*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 1545px
	text-align: left;

}


.l_box_06 { 
	/*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 900px;
	text-align: left;
	/*background-color: #eeebe1;*/

}

.r_box_06 { 
	 /*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 900px
	text-align: left;

}


.l_box_07 { 
	 /*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 1800px;
	text-align: left;
	background-color: #eeebe1;

}

.r_box_07 { 
	/*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 1800px
	text-align: left;

}


.l_box_08 { 
	/*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 1340px;
	text-align: left;
	background-color: #e8e8e8;

}

.r_box_08 { 
	 /*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 1340px
	text-align: left;

}


.l_box_09 { 
	/*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 192px;
	height: 1315px;
	text-align: left;
	background-color: #e8e8e8;

}

.r_box_09 { 
	/*background: url("../img/main_bg.gif") repeat-y center top;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 1315px
	text-align: left;

}




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


/*-----------各ページ　タイトル---------*/

.title_00 {/*　01ページ　タイトル　*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 743px;
	height: 300px;
   	background: url("../img/title_00_new.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
	position:relative;
}


.title_01 {/*　01ページ　タイトル　*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 743px;
	height: 60px;
   	background: url("../img/title_01.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
	position:relative;
}

.title_02 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 743px;
	height: 60px;
   	background: url("../img/title_02.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
	position:relative;

}

.title_03 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 743px;
	height: 60px;
   	background: url("../img/title_03.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
	position:relative;

}

.title_04 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 743px;
	height: 60px;
   	background: url("../img/title_04.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
	position:relative;

}

.title_05 {/*　01ページ　タイトル　*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 743px;
	height: 60px;
   	background: url("../img/title_05.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
	position:relative;
}



.title_06 {/*　01ページ　タイトル　*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 743px;
	height: 60px;
   	background: url("../img/title_06.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
	position:relative;
}

/*----------------文中見出し----------------*/

.t_00_01 {/*　トップ　見出し　01*/
	margin: 25px 0px 20px 0px ;
	padding: 0px;
	width: 743px;
	height: 40px;
   	background: url("../img/t_00_01.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_00_02 {/*　トップ　見出し　01*/
	margin: 25px 0px 20px 0px ;
	padding: 0px;
	width: 743px;
	height: 40px;
   	background: url("../img/t_00_03.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_00_03 {/*　トップ　見出し　01*/
	margin: 25px 0px 20px 0px ;
	padding: 0px;
	width: 743px;
	height: 40px;
   	background: url("../img/t_00_02.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_00_04 {/*　トップ　見出し　01*/
	margin: 25px 0px 20px 0px ;
	padding: 0px;
	width: 743px;
	height: 40px;
   	background: url("../img/t_00_04.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

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

.t_01_01 {/*　01ページ　見出し　01*/
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_01_01.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}


.t_01_02 {/*　01ページ　見出し　02*/
	margin: 40px 0px 50px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_01_02.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

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

.t_02_01 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_02_01.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}


.t_02_02 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_02_02.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_02_03 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_02_03.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_02_04 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_02_04.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_02_05 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_02_05.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_02_06 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_02_06.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_02_07 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_02_07.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_02_08 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_02_08.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}



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



.t_03_01 {/
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_03_01.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_03_02 {/
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_03_02.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_03_03 {/
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_03_03.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_03_04 {/
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_03_04.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

.t_03_05 {/
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_03_05.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

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



.t_04_01 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_04_01.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}


.t_04_02 {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 743px;
	height: 43px;
   	background: url("../img/t_04_02.png") ;
	text-align: center;
	text-indent:-9999px;
	display:block;
}

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



/*-----------------------------------便箋box-----------------------------------*/


.l_r_box_u {/*普通の画像 背景ボックス上*/
	margin:0px auto;
	width: 723px;
	padding: 0px;
    height: 30px;
    background: url("../img/up.gif") no-repeat;


}


.l_r_box_m {/*普通の画像 背景ボックス中*/
	margin:0px auto;
	width: 723px;
	height: 340px;
	padding: 0px;
    background: url("../img/middole.gif") ;
    background-repeat:repeat-y;


}


.l_r_box_b {/*普通の画像 背景ボックス下*/
	margin:0px auto;
	width: 723px;
               height: 30px;
              background: url("../img/bottom.gif") no-repeat ;
                            /*background-color: #FFFFFF;*/

}

dl {
	/*width: 400px;*/
	height: 350px;
	margin: 0px 25px 25px 25px;
	padding: 0px 0px 0px 0px;
	/*border: 1px #DEB887 solid;*/
}

dl dt {
	float: left;
	width: 45em;/*横幅*/
	padding: 8px 0 8px 0px;
	text-indent: 1em;
	line-height: 150%;
	border-bottom: 1px #393b3d dashed;
	font-size:11pt;
}


.f_h3 {
	width: 707px;/*横幅*/
	padding: 8px 0 8px 0px;
	/*text-indent: 1em;*/
	line-height: 140%;
	border-bottom: 1px #393b3d dashed;
	font-size:16pt;
		margin: 50px 0px 20px 0px ;
		color: #3840AA;

}

.f_h3_small {

	font-size:11pt;
}

dl dt a,
dl dt a:link {
	color: #103382;
	text-decoration: none;
}
dl dt a:visited {
	color: #713360;
	text-decoration: none;
}
dl dt a:hover,
dl dt a:active {
	color: #b41706;
	text-decoration: none;
}






/*-----------左右のフロート　ボックス-------------*/

.l_r_mini_box { 
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 743px;
	height: 150px;
	text-align: left;
	/*background-color: #333333;*/
}



.l_mini_01 a{/*普通の画像 左フロート*/
	float: left;
	margin: 0px 25px 0px 0px ;
	background:url("../img/holl_01.png");
	width: 359px;
	height: 150px;
	/*background-color: #e8e8e8;*/
	text-indent:-9999px;
}


.l_mini_01 a:hover{/*ロール用*/
	text-decoration: none;
	background-image: url("../img/holl_01.png");
	background-position: -359px 0px;
	background-repeat: no-repeat;
}




.l_mini_02 a{/*普通の画像 左フロート*/
	float: left;
	margin: 0px 25px 0px 0px ;
	background:url("../img/holl_03.png");
	width: 359px;
	height:150px;
	/*background-color: #e8e8e8;*/
	text-indent:-9999px;
}

.l_mini_02 a:hover{/*ロール用*/
	text-decoration: none;
	background-image: url("../img/holl_03.png");
	background-position: -359px 0px;
	background-repeat: no-repeat;
}



.r_mini_01 a{/*テキストボックス　右フロート*/
	float: right;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	width: 359px;
	height: 150px;
	background:url("../img/holl_02.png");
	/*background-color: #666666;*/
	text-indent:-9999px;
}

.r_mini_01 a:hover{/*ロール用*/
	text-decoration: none;
	background-image: url("../img/holl_02.png");
	background-position: -359px 0px;
	background-repeat: no-repeat;
}


.r_mini_02 a{/*テキストボックス　右フロート*/
	float: right;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	width: 359px;
	height: 150px;
	background:url("../img/holl_04.png");
	/*background-color: #e8e8e8;*/
	text-indent:-9999px;
}


.r_mini_02 a:hover{/*ロール用*/
	text-decoration: none;
	background-image: url("../img/holl_04.png");
	background-position: -359px 0px;
	background-repeat: no-repeat;
}



.l_mini_01_txt {
	margin-left: 20px; 
	padding-top: 50px;
	font-size: 11pt;
	line-height: 160%;
}

.r_mini_01_txt {
	margin-left: 20px; 
	padding-top: 50px;
	font-size: 11pt;
	line-height: 160%;

}


.l_mini_02_txt {
	margin-left: 20px; 
	padding-top: 50px;
	font-size: 11pt;
	line-height: 160%;

}

.r_mini_02_txt {
	margin-left: 20px; 
	padding-top: 50px;
	font-size: 11pt;
	line-height: 160%;

}
/*--------------------------*/

.voice_01{/*トップページ　下部　誘導バナー*/
	margin: 25px 0px 0px 72px ;
	background:url("../img/voice_01.gif");
	width: 600px;
	height: 351px;
	display:block;
}

.voice_02{/*トップページ　下部　誘導バナー*/
	margin: 25px 0px 0px 72px ;
	background:url("../img/voice_02.gif");
	width: 600px;
	height: 341px;
	display:block;
}

.voice_03{/*トップページ　下部　誘導バナー*/
	margin: 25px 0px 0px 72px ;
	background:url("../img/voice_03.gif");
	width: 600px;
	height: 344px;
	display:block;
}

.voice_04{/*トップページ　下部　誘導バナー*/
	margin: 25px 0px 0px 72px ;
	background:url("../img/voice_04.gif");
	width: 600px;
	height: 331px;
	display:block;
}

.voice_05{/*トップページ　下部　誘導バナー*/
	margin: 25px 0px 0px 72px ;
	background:url("../img/voice_05.gif");
	width: 600px;
	height: 343px;
	display:block;
}


.voice_06{/*トップページ　下部　誘導バナー*/
	margin: 25px 0px 0px 72px ;
	background:url("../img/voice_06.gif");
	width: 600px;
	height: 332px;
	display:block;
}

/*-----------------イメージ-----------------*/

.ma_ku{
	float:left;
	margin: 0px 0px 0px 0px ;
	background:url("../img/ma_ku.gif");
	width: 20px;
	height: 20px;
	display:block;
	text-indent: -9999px;
}



.check_txt{
	margin: 0px 10px 0px 10px ;
	background:url("../img/check_txt.gif");
	width: 723px;
	height: 100px;
	display:block;

}

.img_01{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_01.png");
	background-repeat:no-repeat;
	width: 376px;
	height: 657px;
	display:block;
	text-indent: -9999px;
}


.img_02{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_02.png");
		background-repeat:no-repeat;
	width: 260px;
	height: 340px;
	display:block;
	text-indent: -9999px;
}

.img_03{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_03.png");
		background-repeat:no-repeat;
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}

.img_04{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_04.png");
		background-repeat:no-repeat;
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}



.img_05{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_05.png");
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}


.img_07{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_07.png");
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}

.img_09{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_09.png");
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}


.img_10{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_10.png");
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}


.img_11{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_11.png");
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}

.img_12{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_12.png");
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}

.img_13{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_13.png");
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}


.img_14{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_14.png");
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}

.img_15{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_15.png");
		background-repeat:no-repeat;
	width: 260px;
	height: 340px;
	display:block;
	text-indent: -9999px;
}

.img_16{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_16.png");
		background-repeat:no-repeat;
	width: 320px;
	height: 260px;
	display:block;
	text-indent: -9999px;
}


.img_17{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_17.png");
		background-repeat:no-repeat;
	width: 260px;
	height: 340px;
	display:block;
	text-indent: -9999px;
}

.img_18{
	float:right;
	margin: 10px 0px 10px 10px ;
	background:url("../img/img_18.png");
		background-repeat:no-repeat;
	width: 260px;
	height: 340px;
	display:block;
	text-indent: -9999px;
}


.gaikan{
	float:right;
	margin: 10px 10px 10px 10px ;
	background:url("../img/gaikan.jpg");
	width: 400px;
	height: 400px;
	display:block;
}

.kensa{
	float:right;
	margin: 10px 10px 10px 10px ;
	background:url("../img/kensa.jpg");
	width: 244px;
	height: 244px;
	display:block;
}


.ganban{
	float:right;
	margin: 10px 10px 10px 10px ;
	background:url("../img/ganban.jpg");
	width: 244px;
	height: 244px;
	display:block;
}

.kogao{
	float:right;
	margin: 10px 10px 10px 10px ;
	background:url("../img/kogao.jpg");
	width: 244px;
	height: 244px;
	display:block;
}



.sensei{
	float:right;
	margin: 10px 10px 10px 10px ;
	background:url("../img/sensei.jpg");
	width: 244px;
	height: 244px;
	display:block;
}



.q_pon_box{/*左右ボックス*/
	margin:10px 0px 25px 0px;
	width: 743px;
	height: 70px;

}




.q_pon_01 a{/*右ロール*/
	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 370px;
	height: 70px;
	background-image: url("../img/q_pon01.png");
	background-position: 0 0;
	background-repeat: no-repeat;

}

.q_pon_01 a:hover{/*ロール用*/
	text-decoration: none;
	background-image: url("../img/q_pon01.png");
	background-position: 0px -70px;
	background-repeat: no-repeat;
}



.q_pon_02 a{/*右ロール*/
	float:right;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 370px;
	height: 70px;
	background-image: url("../img/q_pon02.png");
	background-position: 0 0;
	background-repeat: no-repeat;

}

.q_pon_02 a:hover{/*ロール用*/
	text-decoration: none;
	background-image: url("../img/q_pon02.png");
	background-position: 0px -70px;
	background-repeat: no-repeat;
}







.goaisatu{/*トップページ　下部　誘導バナー*/
	margin: 25px 0px 0px 0px ;
	background:url("../img/goaisatu_bg.jpg");
	width: 743px;
	height: 480px;
	display:block;
}

.txt_menu {
	margin: 25px 25px 25px 25px ;
	font-size: 11pt;
	line-height: 160%;
}


.txt_midashi {
	margin: 10px 25px 0px 25px ;
	font-size: 11pt;
	line-height: 160%;
}

.txt_qpon {
	margin: 0px 0px 10px 0px ;
	font-size: 9pt;
	line-height: 160%;
	width: 740px;
	height:70px;
}

.txt_qpon_01 {
	float:left;
	margin: 0px 0px 0px 0px ;
	font-size: 9pt;
	line-height: 160%;
	width: 360px;
	height:70px;
}

.txt_qpon_02 {
	float:right;
	margin: 0px 0px 0px 0px ;
	font-size: 9pt;
	line-height: 160%;
	width: 360px;
	height:70px;
}





.txt_index {
	margin: 25px 25px 25px 25px ;
	font-size: 10pt;
	line-height: 160%;
}

.name{/*トップページ　下部　誘導バナー*/
	margin: 0px 0px 0px 0px ;
	background:url("../img/name.gif");
	width: 743px;
	height: 20px;
	display:block;
}

.txt_menu {
	margin: 25px 25px 25px 25px ;
	font-size: 10pt;
	line-height: 160%;
}



.shikiri{/*トップページ　下部　誘導バナー*/
	margin: 25px 0px 0px 0px ;
	background:url("../img/shikiri.png");
	width: 743px;
	height: 30px;
	display:block;
}


/*-----------------トップページ　下部　誘導バナー-----------------*/



.top_all_bana{/*トップページ　下部　誘導バナー*/
	margin: 25px 0px 0px 0px ;
	background:url("../img/top_all_bana.gif");
	width: 743px;
	height: 70px;
	text-indent:-9999px;
	display:block;
}



.all_bana{/*一般ページ　下部　誘導バナー*/
	margin: 25px 0px 0px 0px ;
	background:url("../img/all_bana.gif");
	width: 743px;
	height: 124px;
	text-indent:-9999px;
	display:block;
}



/*------------全ページ下部　問合せバナー--------------*/




.all_bana_box{/*左右ボックス*/
	margin:10px 0px 25px 0px;
	width: 743px;
	height: 70px;

}





.all_bana_01 {/*左タイトル*/
	float:left;
	width: 372px;
	height: 70px;
	padding: 0px;
	background: url("../img/all_bana_01.gif");
	background-repeat: no-repeat;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	margin:0px 0px 0px 0px;


}

.all_bana_02 a{/*右ロール*/
	float:right;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 371px;
	height: 70px;
	background-image: url("../img/all_bana_02.gif");
	background-position: 0 0;
	background-repeat: no-repeat;

}

.all_bana_02 a:hover{/*ロール用*/
	text-decoration: none;
	background-image: url("../img/all_bana_02.gif");
	background-position: 0px -70px;
	background-repeat: no-repeat;
}







/*-----------------フォント-----------------*/




.b {/*太字 見出し*/
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #09f;
	margin: 15px 0px 0px 0px ;
}


.f0 {/*デフォルトのフォント情報はbodyにあり。ここは位置情報のみ*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 180%;

}

.f1 {/*デフォルトのフォント情報はbodyにあり。ここは位置情報のみ*/
	margin: 30px 0px 30px 0px;
	padding: 0px;
	line-height: 180%;

}

.f2 {/*デフォルトのフォント情報はbodyにあり。ここは位置情報のみ*/
	/*margin: 40px 30px 30px 0px;
	padding: 0px;*/
	line-height: 180%;
	font-color: #FFFFFF;

}

.txt_00box{
	float:right;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #e6e6e6;
}


.txt_box{
	float:right;
	width: 200px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #e6e6e6;
}

.txt{
	margin: 15px 15px 15px 15px;
	padding: 0px;
	line-height: 180%;
	font-size: 10pt;
}


/*-----------------------左ボックス　コンテンツ-----------------*/



/*------------サイドメニュー---------*/




#sidemenu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	width: 192px;
	height: 270px;/*sidemenu全体の高さ*/
}

#sidemenu li {
	width: 192px;
	height: 45px;/*リスト1コの高さ*/
	margin: 0px;
	padding: 0px;
	display: inline;
}

#sidemenu a {
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	width:192px;
	height:45px; /*リンク1コの高さ*/
	background-image: url("../img/side_menu.png");
	background-repeat: no-repeat;
}

#sidemenu_00 a { background-position: 0 0; } 
#sidemenu_01 a { background-position: 0 -45px; }
#sidemenu_02 a { background-position: 0 -90px; }
#sidemenu_03 a { background-position: 0 -135px; }
#sidemenu_04 a { background-position: 0 -180px; }
#sidemenu_05 a { background-position: 0 -225px; }
#sidemenu_06 a { background-position: 0 -270px; }


#sidemenu a:hover {
	text-decoration: none;
	background-image: url("../img/side_menu.png");
	background-repeat: no-repeat;
}

#sidemenu_00 a:hover { background-position: -192px 0; } /*ロール時画像の位置を指定*/
#sidemenu_01 a:hover { background-position: -192px -45px; }
#sidemenu_02 a:hover { background-position: -192px -90px; }
#sidemenu_03 a:hover { background-position: -192px -135px; }
#sidemenu_04 a:hover { background-position: -192px -180px; }
#sidemenu_05 a:hover { background-position: -192px -225px; }
#sidemenu_06 a:hover { background-position: -192px -270px; }



#sidemenu_00_on a{ background-position: -192px 0; } /*該当ページに居る時バナー反転*/
#sidemenu_01_on a{ background-position: -192px -45px; }
#sidemenu_02_on a{ background-position: -192px -90px; }
#sidemenu_03_on a{ background-position: -192px -135px; }
#sidemenu_04_on a{ background-position: -192px -180px; }
#sidemenu_05_on a{ background-position: -192px -225px; }
#sidemenu_06_on a{ background-position: -192px -270px; }




#sidemenu_bottom{/*普通の画像　サイドメニューの下につける画像*/
	margin: 0px 0px 0px 0px ;
	background:url("../img/side_menu_bottom.png");
	width: 192px;
	height: 28px;
	text-indent:-9999px;
	display:block;
}


/*------------サイドメニュー終わり---------*/









/*-----------新着情報インラインフレーム------------*/


.if_new {
	width:721px;
	height:200px;
	overflow:auto;
	text-align:left;
	font-size: 10pt;
	border: 1px solid #e8e8e8; /*widthに加算される！*/ 
	padding: 10px 10px 10px 10px; /* widthに加算される！ */
	margin: 15px 0px 0px 0px; 
	line-height: 170%;
	color: #666666;
	font-family:"メイリオ",Meiryo,Verdana,"ヒラギノ角ゴ Pro 	W3",Hiragino Kaku Gothic Pro,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	scrollbar-arrow-color:#cccccc;
	scrollbar-face-color:#ffffff;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

.if_new ul {
	list-style-type: none; /*----- リストマークの削除*/
}

.if_new a {
     text-decoration: none; 
 }

.if_new a:link {
	color: #666666;
}

.if_new a:visited {
	color: #666666;
}

.if_new a:hover {
	color: #666666;
	text-decoration: underline;
}

.if_new li {
	display:block;
	background:url('../img/mark.gif') no-repeat 0% 60%;
	padding-left:20px;
	/*margin-left:25px;*/
	color: #666666;
	}

/*--------地図ボックス------------*/
.map_box {
border: 1px solid #DDD;
	width: 731px;
	height: 370px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
}


.map_box_small {
border: 1px solid #DDD;
	width: 731px;
	height: 220px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
}







.map {/*普通の画像*/
	margin:15px 0px 90px 0px;
	width: 564px;
               height: 341px;
              background: url("../img/map.gif") no-repeat ;


}










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

#bottom_bg {	/*htmlでは一番上に記述してあるソース*/
	width: 960px;
	height:auto !important;
	background:url("../img/f_bg.gif") repeat-x ;
	background-position:0% 100%;
	margin:0 auto -30px auto;
}



#footer {/*フッター*/
	font-size: 10px;
	width: 960px;
	height: 50px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;

}

#footer_txt {/*フッター*/
	width: 960px;
	height: 13px;
	margin:0px 0 0px 0;
	padding:18px 0px 0px 0px;
	text-align: center;
	color:#ffffff;
}



/*----------------- フッター終わり----------------*/

.clear {
	clear: both;
}
