@charset "utf-8";
	
/*---------------------------------------
　　　基本設定
-----------------------------------------*/
*{	
		margin:0px;
		padding:0px;
}
html{		
		overflow-x:hidden;
}
body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;/* 背景色 */
	color:#333333;/* 基本文字色 */
	letter-spacing:1px;/* 基本文字間 */
	text-align:left;
	line-height:16px;
	}
h1.jsearch{
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
	letter-spacing:1px;
	padding-top: 18px;
	padding-right: 0px;
	padding-left: 10px;
	float: left;
}
h2.jsearch{
	padding-bottom:5px;
	width:580px;
}
.title_img h2.jsearch{
	display:block;
	background:none;
}
h3.jsearch{
	padding-bottom:5px;
	width:580px;
	padding-top: 5px;
}
h4{
		padding-bottom:15px;
}
h5{
		padding-bottom:15px;
}
a:link {
	COLOR: #0066FF;
	TEXT-DECORATION: none
}
a:visited {
	COLOR: #0066FF;
	TEXT-DECORATION: none
}
a:hover {
	COLOR: #FFCC00;
	TEXT-DECORATION: underline
}
select{		
		text-align:left;
}
ul,ol{		
		list-style-type:none;/* 基本リスト装飾なし */
}
/*---------------------------------------
　　　全体用
-----------------------------------------*/
#bg_shadow{	
/*		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:0px auto;
		letter-spacing:1px;
}
#wrap{	
		width:800px;/* サイド・メインコンテンツの幅 */
		margin:0px auto 5px auto;/* ヘッダーとサイド・メインコンテンツの上下スペース */
		background-image:url(../img/bg_side_contents.gif);/* サイドコンテンツに背景を引く */
		background-position:left top;
		background-repeat:repeat-y;/* 背景縦繰り返し */
}
/*---------------------------------------
　　　ヘッダー
-----------------------------------------*/
#header{
	width:auto;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 129px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
}
.head_in{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.logo{
	width:165px;/* ロゴスペース */
	float:left;
	text-align:left;/* ロゴ左寄せ */
}
.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;/* 矢印画像から離す */
}
.bg_menu {
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	height: 27px;
	width: auto;
}
#menu {
	clear:both;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#menu li {
		float: left;
}
#menu ul li a {
	display: block;
	text-indent: -9999px;/* 文章飛ばす */
	height: 27px;/* 上部メニュー高さ */
	background-position:left top;
}
#menu a.bt01{
	background-image:url(../img/gnav_bt_01.jpg);
	width:100px;/* 上部メニューボタン幅（１） */
}
#menu a.bt02{
	background-image:url(../img/gnav_bt_02.jpg);
	width:101px;/* 上部メニューボタン幅（２） */
}
#menu a.bt03{
	background-image:url(../img/gnav_bt_03.jpg);
	width:103px;/* 上部メニューボタン幅（３） */
}
#menu a.bt04{	
		background-image:url(../img/gnav_bt_04.jpg);
		width:139px;/* 上部メニューボタン幅（４） */
}
#menu a.bt05{	
		background-image:url(../img/gnav_bt_05.jpg);
		width:129px;/* 上部メニューボタン幅（５） */
}
#menu a.bt06{	
		background-image:url(../img/gnav_bt_06.jpg);
		width:151px;/* 上部メニューボタン幅（６） */
}
#menu a:hover{	
		background-position:left bottom;
}
/*---------------------------------------
　　　メインコンテンツ
-----------------------------------------*/
#main_contents{	
		width:580px;/* メインコンテンツ幅 */
		padding:0px;
		float:right;
		margin-top:0px;
		text-align:left;
}
/*
  横並び2つ 
           */
.wrap_box2{	
		clear:both;
		padding-bottom:15px;/* ボックス下スペース */
}
.box2F {	
		width:275px;/* ボックス幅 */
		float:left;
		margin-right:30px;
}
.box2F h2.jsearch{/* タイトル */
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
}
.box2F .img{/* 画像背景色 */
	background-color:#FFFFFF;/* 背景色 */
	float:left;
}
.box2F .img img{/* 画像 */
	padding:8px;
	border: 1px solid #CCCCCC;
}
.box2F p{/* 画像横文章 */
	float:right;
	width:135px;/* 文章幅 */
	line-height:130%;/* 文章行間 */
	font-size: 12px;
}
.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バグで高さが出でるのを防ぐ為 */
}
/*---------------------------------------
　　　サイドコンテンツ
-----------------------------------------*/
#side_contents{	
		width:194px;/* サイドコンテンツ幅 */
		padding:0px;
		float:left;
		text-align:center;
}
.side_inside{
	width:180px;
	text-align:left;/* 上下スペース 10px */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.side_menu li a{/* サイドメニュー */
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:39px;/* サイドメニュー高さ */
	width:180px;
}
.side_menu li a.bt01{	
		background-image:url(../img/s_bt01.jpg);
}
.side_menu li a.bt02{	
		background-image:url(../img/s_bt02.jpg);
}
.side_menu li a.bt03{	
		background-image:url(../img/s_bt03.jpg);
}
.side_menu li a.bt04{	
		background-image:url(../img/s_bt04.jpg);
}
.side_menu li a.bt05{	
		background-image:url(../img/s_bt05.jpg);
}
.side_menu li a.bt06{	
		background-image:url(../img/s_bt06.jpg);
}
.side_menu li a.bt07{	
		background-image:url(../img/s_bt07.jpg);
}
.side_menu li a.bt08{	
		background-image:url(../img/s_bt08.jpg);
}
.side_menu li a.bt09{	
		background-image:url(../img/s_bt09.jpg);
}
.side_menu li a.bt10{	
		background-image:url(../img/s_bt10.jpg);
}
.side_menu li a:hover{	
		background-position:left bottom;
}
.side_banner{/* バナースペース（マウスオーバー切替用） */	
		text-align:center;
}
.side_banner a{
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:80px;/* バナー高さ */
	width:180px;/* バナー上部スペース */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.side_banner a.s_bnnr01{	
		background-image:url(../img/banner01.jpg);
}
.side_banner a.s_bnnr02{	
		background-image:url(../img/banner02.jpg);
}
.side_banner a:hover{	
		background-position:left bottom;
}
.side_com{/* サイド会社概要 */	
		background-color:white;/* 背景色 */
		padding:7px;/* ４方余白 */
		margin-top:10px;/* サイド会社概要上部スペース */
		font-size:10px;/* 文字サイズ */
		color:#333333;/* 文字色 */
}
.side_com .contact a{/* サイド会社概要お問い合わせボタン（マウスオーバー切替用） */
		display:block;
		background-image:url(../img/bt_inquiry.jpg);/* 背景画像 */
		background-position:left top;
		background-repeat:no-repeat;
		text-indent:-9999px;/* 文章飛ばす */
		height:32px;/* お問い合わせボタン高さ */
		width:164px;/* お問い合わせボタン幅 */
		margin-top:10px;/* お問い合わせボタン上部スペース */
}
.side_com .contact a:hover{	
		background-position:left bottom;
}
.side_com h3.jsearch{/* タイトル */
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
		margin-top:7px;/* タイトル上部スペース */
		margin-bottom:5px;/* タイトル下部スペース */
}
/*---------------------------------------
　　　パンくずリスト
-----------------------------------------*/
#p_list{
	text-align:left;
	margin:0px auto;
	font-size:11px;
	color:#666666;
	line-height:18px;
	width:800px;
}
#p_list a{
	text-decoration:none;
	font-size:11px;
	color:#0066FF;
}
#p_list a:visited {
	font-size: 11px;
	color: #0066FF;
}
#p_list a:hover {
	font-size: 11px;
	color: #FF9900;
	text-decoration: underline;
}
/*---------------------------------------
　　　ページ
-----------------------------------------*/
.main_img{	
}
.gotoTop{
	text-align:right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
.gotoTop img{
	vertical-align:middle;
	padding-right:2px;
}
.gotoTop a{	
		font-size:10px;
		color:#000000;
		text-decoration:none;
}
.gotoTop a:hover{	
		color:#0099FF;
}
.title-bg_point01 {
	line-height: 120%;
	background-image: url(../img/bg_h3_title02.jpg);
	font-size: 14px;
	font-weight: bold;
	width: 565px;
	padding-left: 14px;
	margin-top: 15px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	color: #333333;
}
.title-bg_point02 {
	line-height: 120%;
	background-image: url(../img/icon01.jpg);
	font-size: 14px;
	font-weight: bold;
	width: 550px;
	padding-left: 30px;
	margin-top: 15px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	color: #333333;
	padding-top: 3px;
}

/*---------------------------------------
　　　フッター
-----------------------------------------*/
#footer {
	color:#666666;
	text-align:left;
	clear:both;
	background-color:#EFEFEF;
	font-size:11px;
	letter-spacing:1px;
	line-height:16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: auto;
		}
#g_navi{
	padding-left:10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#g_navi p{	
		padding-top:5px;
}
#g_navi a {	
		text-decoration:none;
		color:#666666;
		}
#g_navi a:hover {	
		color:#666666;
		text-decoration:underline;
		}
#copyright{
	background-image:url(../img/bg_footer.jpg);
	background-position:left top;
	background-repeat:repeat;
	text-align:right;
	height:50px;
	color:white;
	font-size:11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.copyright_in{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
}
/*---------------------------------------
　　　テーブル
-----------------------------------------*/
.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;
}

