@charset "utf-8";
	
/*---------------------------------------
　　　基本設定
-----------------------------------------*/
*{	
		margin:0px;
		padding:0px;
}
html{		
		overflow-x:hidden;
}
body{
	margin:0px;
	padding:0px;/* 背景色 */
	color:#333333;/* 基本文字色 */
	letter-spacing:1px;/* 基本文字間 */
	text-align:left;
	line-height:16px;/* 基本行間 */
	background-image:url(../img/bg_header.jpg);
	background-repeat:repeat-x;
	font-size: 13px;
	}
h1.jsearch{
	font-size:11px;
	font-weight:normal;
	color:#666666;
	letter-spacing:1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h2.title{
	background-image:url(../img/bg_h2_title01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:630px;
	padding-bottom: 5px;
}
.title_img h2.title{
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
}
h3.title{
	background-image:url(../img/bg_h3_title01.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:610px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 5px;
}
h4{
		padding-bottom:15px;
}
h5{
		padding-bottom:15px;
}
a{
	color:#006666;/* 基本リンク色 */
	text-decoration:underline;/* 基本装飾 */
}
a:hover{
	color:#FFCC00;/* 基本オーバー時リンク色 */
}
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:900px;
	letter-spacing:1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrap{
	width:900px;/* 背景縦繰り返し */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*---------------------------------------
　　　ヘッダー
-----------------------------------------*/
#header{
	width:900px;
	position:relative;/* 背景の上部ボーダー分次のブロックを下げ */
	background-image:url(../img/header02.gif);/* 電話番号を背景に引く */
	background-position:right 6px;/* 電話番号右寄せ・背景の上部ボーダー分下げ */
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo{
	width:222px;/* ロゴスペース */
	float:left;
	text-align:left;/* ロゴ左寄せ */
	padding-top: 22px;
}
.tel{
	width:678px;/* 電話番号下のテキストリンク幅 */
	float:right;
	text-align:right;
	background-image: url(../img/header02.jpg);
	background-repeat: no-repeat;
	height: 84px;
}
.tel a{	
		color:#666666;/* 電話番号下のテキストリンク文字色 */
		font-size:10px;/* 電話番号下のテキストリンク文字サイズ */
		margin-left:5px;/* リンクとリンクを離す */
}
.tel a img{		
		vertical-align:middle;/* 文字と画像の縦位置を揃える */
		padding-right:3px;/* 矢印画像から離す */
}
#menu {
	width:900px;/* 上部メニュー幅 800px */
	clear:both;/* 上部メニュー下スペース */
	margin-right: auto;
	margin-left: auto;
}
#menu li {
		float: left;
}
#menu ul li a {
	display: block;
	text-indent: -9999px;/* 文章飛ばす */
	height: 45px;/* 上部メニュー高さ */
	background-position:left top;
}
#menu a.bt01{
	background-image:url(../img/gnav_bt_01.jpg);
	width:115px;/* 上部メニューボタン幅（１） */
}
#menu a.bt02{
	background-image:url(../img/gnav_bt_02.jpg);
	width:125px;/* 上部メニューボタン幅（２） */
}
#menu a.bt03{
	background-image:url(../img/gnav_bt_03.jpg);
	width:125px;/* 上部メニューボタン幅（３） */
}
#menu a.bt04{
	background-image:url(../img/gnav_bt_04.jpg);
	width:125px;/* 上部メニューボタン幅（４） */
}
#menu a.bt05{
	background-image:url(../img/gnav_bt_05.jpg);
	width:125px;/* 上部メニューボタン幅（５） */
}
#menu a.bt06{
	background-image:url(../img/gnav_bt_06.jpg);
	width:143px;/* 上部メニューボタン幅（６） */
}
#menu a.bt07 {
	background-image:url(../img/gnav_bt_07.jpg);
	width:142px;/* 上部メニューボタン幅（６） */
}
#menu a:hover{	
		background-position:left bottom;
}
/*---------------------------------------
　　　メインコンテンツ
-----------------------------------------*/
#main_contents{
	width:630px;/* メインコンテンツ幅 */
	padding:0px;
	float:right;
	margin-top:0px;
	text-align:left;
	line-height: 18px;
}
/*
  横並び2つ 
           */
.wrap_box2{
	clear:both;
	padding-bottom:10px;/* ボックス下スペース */
	font-size: 13px;
}
.box2F {
	width:310px;/* ボックス幅 */
	float:left;
}
.box2F h2.title{/* タイトル */
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
}
.box2F p{/* 画像横文章 */
	padding-bottom: 10px;
}
.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:230px;/* サイドコンテンツ幅 */
	padding:0px;
	float:left;
	text-align: center;
}
.side_inside{
	width:230px;
	text-align:left;/* 上下スペース 10px */
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.side_menu li a{/* サイドメニュー */
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:60px;/* サイドメニュー高さ */
	width:230px;/* サイドメニュー幅 */
}
.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: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:65px;/* バナー高さ */
	width:230px;/* バナー上部スペース */
	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);
	height: 85px;
}
.side_banner a:hover{	
		background-position:left bottom;
}
.side_com{/* サイド会社概要 */
	margin-top:10px;/* サイド会社概要上部スペース */
	font-size:10px;/* 文字サイズ */
	color:#333333;/* 文字色 */
	background-image: url(../img/bg_contact.jpg);
	height: 206px;
}
.side_com h3.title{/* タイトル */
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
		margin-top:7px;/* タイトル上部スペース */
		margin-bottom:5px;/* タイトル下部スペース */
}
.side_banner{/* バナースペース（マウスオーバー切替用） */	
		text-align:center;
}
.m_img_bt a{
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;/* 文章飛ばす */
	height:69px;/* バナー高さ */
	width:142px;
}
.m_img_bt a.bt01{
	background-image:url(../img/enterprise_bt.jpg);
	height: 69px;
	width: 142px;
}
.m_img_bt a.bt02{
	background-image:url(../img/individual_bt.jpg);
	height: 69px;
}
.m_img_bt a:hover{	
		background-position:left bottom;
}	
/*---------------------------------------
　　　パンくずリスト
-----------------------------------------*/

#p_list{
	text-align:left;
	font-size:11px;
	color:#666666;
	line-height:18px;
	width:899px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-left: 2px;
}
#p_list a{
	text-decoration:none;
	font-size:11px;
	color:#006666;
}
/*---------------------------------------
　　　ページ
-----------------------------------------*/
.main_img{	
}
.gotoTop{	
		text-align:right;
		margin:10px 0 10px 0;
}
.gotoTop img{	
		vertical-align:middle;
		padding-right:5px;
}
.gotoTop a{	
		font-size:10px;
		color:#000000;
		text-decoration:none;
}
.gotoTop a:hover{	
		color:#0099FF;
}
/*---------------------------------------
　　　フッター
-----------------------------------------*/
#footer {
	color:#666666;
	text-align:left;
	clear:both;
	width:auto;
	font-size:11px;
	letter-spacing:2px;
	line-height:20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/bg_footer.jpg);
	height: 80px;
	background-repeat: repeat-x;
		}
#g_navi{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 5px;
}
#g_navi p{	
		padding-top:5px;
}
#g_navi a {	
		text-decoration:none;
		color:#666666;
		}
#g_navi a:hover {	
		color:#666666;
		text-decoration:underline;
		}
#copyright{
	width:auto;
	background-image:url(../img/bg_copyright.jpg);
	background-repeat:repeat-x;
	text-align:right;
	height:30px;
	color:white;
	font-size:11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#copyright_txt{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
/*---------------------------------------
　　　テーブル
-----------------------------------------*/
.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;
}

.dot_line_bottom {
	width: 630px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
}

