@charset "utf-8";
/* CSS Document */


/* body要素のスタイル */

body{
margin: 0 0 0 0;
padding: 0;
color: #333333;
background-color: #ffffff;
text-align:center;
}


/* インライン要素のスタイル */


img,object{margin:0;padding:0;border:0;vertical-align:bottom;}

h1,h2,h3{margin:0px;padding:0px;}

p{margin:0px;padding:0px;}

dl,dt,dd{margin:0px;padding:0px;}

input{margin:0px;padding:0px;color:#333333;}

form{margin:0px;padding:0px;border:0px;}



table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}






/* コンテナ
---------------------------------------------------- */

#container{
width:992px;
margin:0px auto;
padding:0px;
text-align:center;
background-image:url(../common/bg_main.jpg);
background-repeat:repeat-y;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #container {
	height: 1em;
}

#container {
	display: block;
}
/**/


/* ヘッダー
---------------------------------------------------- */

#header{
width:880px;
height:75px;
margin:0px auto;
padding:0px;
background-image:url(../common/bg_header.jpg);
background-repeat:no-repeat;
text-align:left;
}

#header_logo{
width:260px;
height:45px;
margin:0px 0px 0px 0px;
padding:0px;
}

#header_logo img{
margin:10px 0px 0px 25px;
}


/* メインコンテンツ
---------------------------------------------------- */

#wrapper{
width:870px;
margin:10px auto;
padding:0px;
text-align:left;
}


/* フラッシュ
---------------------------------------------------- */

#flash{
width:870px;
margin:0px 0px 5px 0px;
}


/* グローバルナビゲーション
---------------------------------------------------- */

#nav{
width:870px;
height:55px;
margin:0px 0px 0px 0px;
}

#nav ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#nav li{
float:left;
list-style:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


/* トピックパス
---------------------------------------------------- */

#topicpath{
clear:both;
width:870px;
margin:10px 0px 10px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

#topicpath p{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#topicpath img{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
vertical-align:middle;
}


/* コンテンツ
---------------------------------------------------- */
#content_left{
width:630px;
float:left;
margin:0px 40px 80px 0px;
background-image:url(../common/im_content_line.gif);
background-repeat:no-repeat;
}

.s_title{
width:130px;
border-bottom:1px dotted #cccccc;
padding:12px 0px 10px 0px;
margin:0px 0px 20px 0px;
}

.s_title p{
line-height:1;
}

.s_title_recruit{
padding:22px 0px 10px 0px;
margin:0px 0px 30px 0px;
}



#content_right{
width:200px;
float:left;
margin:0px 0px 80px 0px;
}

.side_nav ul{
padding:0px 0px 0px 0px;
margin:0px 0px 30px 0px;
}


/*.side_nav li{
width:187px;
padding:10px 0px 10px 13px;
margin:0px 0px 1px 0px;
list-style:none;
}*/

.side_nav li{
list-style:none;
margin:0px 0px 1px 0px;
}

p.link_mark_s_selected{
width:169px;
color:#d30412;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 31px;
background:url(../common/ic_sidelink_on.gif) no-repeat 13px 53%;
background-color:#e6e6e6;
display:block;
}

.link_mark_s a:link{
width:169px;
color:#666666;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 31px;
background:url(../common/ic_sidelink_off.gif) no-repeat 13px 53%;
background-color:#eeeeee;
display:block;
}

p.link_mark_s a:visited{
width:169px;
color:#666666;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 31px;
background:url(../common/ic_sidelink_off.gif) no-repeat 13px 53%;
background-color:#eeeeee;
display:block;
}

p.link_mark_s  a:hover{
width:169px;
color:#d30412;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 31px;
background:url(../common/ic_sidelink_on.gif) no-repeat 13px 53%;
background-color:#e6e6e6;
display:block;
}

p.link_mark_s  a:active{
width:169px;
color:#d30412;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 31px;
background:url(../common/ic_sidelink_on.gif) no-repeat 13px 53%;
background-color:#e6e6e6;
display:block;
}

/*
p.link_mark_s_selected{
color:#d30412;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 18px;
background:url(../common/ic_sidelink_on.gif) no-repeat 0px 60%;
}

p.link_mark_s a:link{
color:#666666;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 18px;
background:url(../common/ic_sidelink_off.gif) no-repeat 0px 60%;
}

p.link_mark_s a:visited{
color:#666666;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 18px;
background:url(../common/ic_sidelink_off.gif) no-repeat 0px 60%;
}

p.link_mark_s  a:hover{
color:#d30412;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 18px;
background:url(../common/ic_sidelink_on.gif) no-repeat 0px 60%;
}

p.link_mark_s  a:active{
color:#d30412;
text-decoration:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 18px;
background:url(../common/ic_sidelink_on.gif) no-repeat 0px 60%;
}
*/















/* トップページ
---------------------------------------------------- */
#content_left_top{
width:510px;
float:left;
margin:0px 35px 80px 0px;
}


#content_right_top{
width:325px;
float:left;
margin:0px 0px 40px 0px;
}


.top_title_box{
height:38px;
background-image:url(../common/bg_subtitle.jpg);
background-repeat:repeat-x;
border-bottom:1px dotted #cccccc;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.width_510{
clear:both;
width:510px;
}

.width_325{
width:325px;
}

.top_title_img{
clear:both;
width:140px;
float:left;
margin:0px 25px 20px 0px;
}

.top_title_tx{
width:345px;
float:left;
margin:0px 0px 30px 0px;
}

.top_title_link_l{
clear:both;
width:170px;
float:left;
margin:0px 5px 0px 0px;
}

.top_title_link_l p{
margin:0px 0px 8px 0px;
}

.top_title_link_r{
width:170px;
float:left;
margin:0px 0px 0px 0px;
}

.top_title_link_r p{
margin:0px 0px 8px 0px;
}

.top_title_tx_r{
width:320px;
margin:0px 0px 0px 3px;
}

.top_title_border{
width:320px;
border-bottom:1px dotted #cccccc;
padding:0px 0px 20px 0px;
margin:0px 0px 10px 0px;
}


.top_contact_box{
width:313px;
border-left:4px solid #4a4a4a;
border-right:4px solid #4a4a4a;
padding:0px 2px 0px 2px;
}

.top_contact_box p{
	padding:10px;
}
.top_contact_box p.underline{
	border-bottom:dashed 1px #cccccc;
}

.top_contact_box_img_b img{
vertical-align:top;
margin:0px 0px 10px 0px;
}


#content_right_top table{
margin:0px 0px 0px 0px;
border:none;
border-collapse : collapse ;
text-align:left;
}


#content_right_top td{
padding:5px 5px 5px 5px;
border-bottom:dotted 1px #CCCCCC;
}

.bg_gray{
background-color:#eeeeee;
}

#content_right_top .top_contact_box .border_last td{
border-bottom:dotted 1px #ffffff;
}


/* ご挨拶
---------------------------------------------------- */

.greeting{
width:630px;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}

.greeting_tx{
clear:both;
width:523px;
float:left;
margin:3px 10px 0px 0px;
}

.greeting_img{
width:97px;
float:right;
margin:0px 0px 0px 0px;
}


/* 会社概要
---------------------------------------------------- */

.company_bt_l{
float:left;
width:190px;
margin:0px 30px 20px 0px;
}

.company_bt_c{
float:left;
width:190px;
margin:0px 30px 20px 0px;
}

.company_bt_r{
float:left;
width:190px;
margin:0px 0px 20px 0px;
}

.company{
width:630px;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}

.company img{
margin:0px 0px 0px 0px;
}

.co_greeting_left310{
clear:both;
width:310px;
float:left;
margin:0px 20px 30px 0px;
}

.co_greeting_right300{
width:300px;
float:left;
margin:0px 0px 30px 0px;
}

.co_greeting_left310 h4{
width:310px;
margin:0px 0px 10px 0px;
padding:0px 0px 10px 0px;
border-bottom:1px  dotted #cccccc;
}

.co_greeting_left310 p{
margin:0px 0px 10px 0px;
}


.co_greeting_left140{
clear:both;
width:140px;
float:left;
margin:0px 20px 0px 0px;
}

.co_greeting_right470{
width:470px;
float:left;
margin:0px 0px 0px 0px;
}

.co_greeting_right470 h4{
width:310px;
margin:0px 0px 10px 0px;
padding:0px 0px 10px 0px;
border-bottom:1px  dotted #cccccc;
}

.co_greeting_right470 p{
margin:0px 0px 10px 0px;
}



/* サービスのご案内
---------------------------------------------------- */

.service{
width:630px;
margin:0px 0px 30px 0px;
padding:0px 0px 0px 0px;
}

.service_img{
clear:both;
width:300px;
float:left;
margin:0px 20px 20px 0px;
}

.service_tx{
width:310px;
float:left;
margin:0px 0px 20px 0px;
}

.service_tx p{
margin:0px 0px 10px 0px;
}

.service_box{
clear:both;
width:560px;
border:5px solid #cccccc;
margin:0px 0px 50px 0px;
padding:20px 30px 10px 30px;
}

.service_box:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .service_box {
	height: 1em;
}

.service_box {
	display: block;
}
/**/

.service_box_inner_l{
float:left;
width:184px;
margin:0px 4px 20px 0px;
}

.service_box_inner_c{
float:left;
width:184px;
margin:0px 4px 20px 0px;
}

.service_box_inner_r{
float:left;
width:184px;
margin:0px 0px 20px 0px;
}

.service_box_inner_l img{margin:0px 0px 10px 0px;}
.service_box_inner_c img{margin:0px 0px 10px 0px;}
.service_box_inner_r img{margin:0px 0px 10px 0px;}


.car_link{
margin:0px 0px 0px 0px;
}

.car_link img{
padding:5px 0px 0px 5px;
vertical-align:middle;
}

.service_box ul{
margin:0px;
padding:0px;
}

.service_box_tx{
width:150px;
float:left;
margin:0px;
padding:0px 0px 0px 0px;
list-style:none;
}

.service_box li{
list-style:none;
padding:0px 0px 0px 0px;
}

.service_box_link{
width:22px;
float:left;
margin:0px 10px 0px 0px;
_margin:0px 0px 0px 0px;
}

.service_box img{
margin:0px 5px 10px 0px;
}

.service_contact_box{
clear:both;
width:500px;
border-top:3px solid #cccccc;
text-align:center;
margin:0px 0px 0px 65px;
}

.service_contact_box_inner{
width:498px;
border:1px solid #dddddd;
background-image:url(../service/images/bg_box.jpg);
background-repeat:repeat-x;
padding:10px 0px 0px 0px;
}

.service_contact_box_inner p{
margin:0px 0px 10px 0px;
color:#666666;
}

.service_contact_box_inner img{
margin:0px 0px 20px 0px;
}

.service_contact_box_bottom img{
margin:0px 0px 0px 65px;
vertical-align:top;
}


/* 採用情報
---------------------------------------------------- */

.recruit{
width:630px;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}

.recruit_tl{
width:630px;
margin:0px 0px 10px 0px;
}

.recruit_tl h3{
font-size:100%;
line-height:1.4;
color:#3399cc;
font-weight:bold;
}

.recruit_bt_l{
float:left;
width:190px;
margin:0px 30px 20px 0px;
}

.recruit_bt_c{
float:left;
width:190px;
margin:0px 30px 20px 0px;
}

.recruit_bt_r{
float:left;
width:190px;
margin:0px 0px 20px 0px;
}

.recruit_last{
width:630px;
margin:0px 0px 40px 0px;
padding:0px 0px 0px 0px;
}

.voice{
width:630px;
margin:0px 0px 30px 0px;
padding:0px 0px 0px 0px;
}


.voice_box{
clear:both;
width:630px;
margin:0px 0px 30px 0px;
}

.voice_img{
float:left;
width:130px;
margin:0px 40px 30px 0px;
}

.voice_tx{
float:left;
width:460px;
margin:0px 0px 70px 0px;
}

.voice_tl{
width:460px;
margin:0px 0px 10px 0px;
padding:0px 0px 10px 0px;
border-bottom:3px solid #3399cc;
}



/* プライバシーポリシー
---------------------------------------------------- */

.privacy{
width:630px;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}

.privacy_line{
width:630px;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}

.privacy p{
color:#666666;
}

.privacy h2{
margin:0px 0px 10px 0px;
font-size:110%;
}

.privacy_line h2{
margin:0px 0px 5px 0px;
padding:0px 0px 5px 0px;
border-bottom:1px dotted #CCCCCC;
font-size:110%;
}

.privacy h3{
width:630px;
margin:0px 0px 5px 0px;
padding:0px 0px 5px 0px;
border-bottom:1px dotted #CCCCCC;
font-size:90%;
}

.privacy_none h3{
width:630px;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
font-size:90%;
}

.privacy h4{
width:630px;
margin:0px 0px 5px 0px;
padding:0px 0px 5px 0px;
border-bottom:2px solid #CCCCCC;
font-size:90%;
}

.privacy h5{
width:630px;
margin:0px 0px 5px 0px;
padding:0px 0px 5px 0px;
border-bottom:1px solid #CCCCCC;
font-size:83%;
}


/* 反社会的勢力に対する基本方針
---------------------------------------------------- */

.principle{
width:630px;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}

.principle h2{
margin:0px 0px 10px 0px;
font-size:110%;
}

.principle h3{
width:630px;
margin:0px 0px 5px 0px;
padding:0px 0px 5px 0px;
border-bottom:1px dotted #CCCCCC;
font-size:90%;
}

.principle p{
color:#666666 !important;
}

.principle_last{
width:630px;
margin:0px 0px 40px 0px;
padding:0px 0px 0px 0px;
}

.principle_last p{
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
color:#666666
}

.principle_bt{
width:630px;
margin:0px 0px 20px 0px;
text-align:center;
}


/* サイトマップ
---------------------------------------------------- */

#sitemap dl{
width:310px;
margin:0px 0px 20px 0px;
text-align:left;
}

#sitemap dd{
margin:0px 0px 10px 0px;
padding:0px 0px 5px 0px;
border-bottom: 1px dotted #cccccc;
}

.lv01 a:link,
.lv01 a:visited{
margin:0px;
padding:0px 0px 0px 10px;
color:#666666;
font-weight:bold;
text-decoration:none;
background:url(../sitemap/images/ic_sitemap_off.gif) no-repeat 0px 6px;
}

.lv01 a:hover,
.lv01 a:active{
margin:0px;
padding:0px 0px 0px 10px;
color:#d30412;
font-weight:bold;
text-decoration:none;
background:url(../sitemap/images/ic_sitemap_on.gif) no-repeat 0px 6px;
}

.lv02 a:link,
.lv02 a:visited{
margin:0px 0px 0px 12px;
padding:0px 0px 0px 10px;
color:#666666;
text-decoration:none;
background:url(../sitemap/images/ic_sitemap_off.gif) no-repeat 0px 6px;
}

.lv02 a:hover,
.lv02 a:active{
margin:0px 0px 0px 12px;
padding:0px 0px 0px 10px;
color:#d30412;
text-decoration:none;
background:url(../sitemap/images/ic_sitemap_on.gif) no-repeat 0px 6px;
}


/* お問い合わせ
---------------------------------------------------- */
.otherBox{
	margin-top:10px;
	padding:10px;
	border:solid 1px #CCCCCC;
}
.otherBox:after{
content: "";clear: both;height: 0;display: block;visibility: hidden;
}

.otherBox p{
	padding:10px;
	border-bottom:dashed 1px #cccccc;
}
.otherBox ul{width:400px;margin:0 auto; padding:10px;}
.otherBox li{
	display:block;
	width:auto;
	float:left;
	margin-left:20px;
}

/* ページトップ
---------------------------------------------------- */

#pagetop{
clear:both;
width:870px;
margin:0px 0px 10px 0px;
padding:0px;
text-align:right;
}

#pagetop p{
margin:10px 10px 0px 0px;
padding:0px 0px 0px 0px;
}

#pagetop_detail{
clear:both;
width:564px;
margin:0px 0px 10px 0px;
padding:0px;
text-align:right;
}

#pagetop_detail p{
margin:0px 22px 0px 0px;
}


/* フッター
---------------------------------------------------- */

#footer_top{
clear:both;
width:960px;
margin:0px auto;
padding:0px 0px 0px 0px;
border-top:solid 1px #cccccc;
text-align:left;
}

#footer_top_img{
float:left;
width:264px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 45px;
text-align:left;
}

#footer_top_img img{
margin:7px 20px 7px 0px;
}

#footer_top_tx{
float:right;
height:49px;
margin:0px 0px 0px 0px;
padding:0px 45px 0px 0px;
}

#footer_top_tx p{
margin:18px 0px 0px 0px;
}

/* フッター
---------------------------------------------------- */

#footer{
clear:both;
width:960px;
margin:0px auto 20px auto;
padding:0px 0px 0px 0px;
border-top:solid 1px #cccccc;
text-align:center;
}

#footer_link{
width:870px;
margin:0px auto;
padding:0px 0px 0px 0px;
text-align:center;
}

#footer_link p{
margin:20px 0px 20px 0px;
}


#footer_copyright{
width:870px;
margin:0px auto;
padding:0px 0px 0px 0px;
}

#footer_copyright p{
margin:15px 0px 0px 0px;
text-align:center;
}

#footer_copyright_top{
width:870px;
margin:0px auto;
padding:0px 0px 0px 0px;
}

#footer_copyright_top p{
margin:15px 0px 0px 0px;
text-align:center;
}


.link_side_l{
border-left:1px solid #cccccc;
padding:3px 10px 3px 10px;
}

.link_side_r{
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
padding:3px 10px 3px 10px;
}



/* フロートのクリア
---------------------------------------------------- */

.clr{
clear:both;
margin:0px;
padding:0px;
}


/* 行揃え
---------------------------------------------------- */

.center{
text-align:center;
}

.right{
text-align:right;
}


/* リンクボタン
---------------------------------------------------- */


p.link_mark a:link{
color:#996600;
margin:0px 0px 0px 3px;
padding:6px 0px 0px 27px;
background:url(../common/ic_link.gif) no-repeat 0px 70%;
}

p.link_mark a:visited{
margin:0px 0px 0px 3px;
padding:6px 0px 0px 27px;
background:url(../common/ic_link.gif) no-repeat 0px 70%;
}

p.link_mark  a:hover{
color:#d30412;
margin:0px 0px 0px 3px;
padding:6px 0px 0px 27px;
background:url(../common/ic_link_on.gif) no-repeat 0px 70%;
}

p.link_mark  a:active{
color:#d30412;
margin:0px 0px 0px 3px;
padding:6px 0px 0px 27px;
background:url(../common/ic_link_on.gif) no-repeat 0px 70%;
}



/* 画像下マージン
---------------------------------------------------- */
.img_mgn0{
clear:both;
margin:0px 0px 0px 0px;
}

.img_mgn5{
margin:0px 0px 5px 0px;
}

.img_mgn10{
margin:0px 0px 10px 0px;
}

.img_mgn20{
margin:0px 0px 20px 0px;
}

.img_mgn20_line{
clear:both;
width:630px;
}

.img_mgn20_line img{
line-height:0;
margin:0px 0px 20px 0px;
}

.img_mgn30_line{
clear:both;
width:630px;
}

.img_mgn30_line img{
line-height:0;
margin:0px 0px 30px 0px;
}

.img_mgn30{
padding:0px 0px 30px 0px;
}


/* テーブルの修飾
---------------------------------------------------- */

#chart table{
margin:0px;
padding:0px;
border-collapse: collapse;
}

#chart th{
padding:10px;
border:1px solid #CCCCCC;
background-color:#FFFFCC;
}

#chart td{
padding:10px;
border:1px solid #CCCCCC;
background-color:#FFFFFF;
}


#officer table{
margin:0px;
padding:0px;
border-collapse: collapse;
}

#officer th{
padding:10px;
border-bottom:1px dotted #CCCCCC;
background-color:#FFFFCC;
}

#officer td{
padding:10px;
border-bottom:1px dotted #CCCCCC;
background-color:#FFFFFF;
}


#news table{
margin:0px;
padding:0px;
border-collapse: collapse;
}

#news th{
padding:12px 10px 10px 10px;
border-bottom:1px solid #CCCCCC;
}

#news td{
padding:10px 10px 10px 10px;
border-bottom:1px solid #CCCCCC;
}

#news td img{
vertical-align:middle;
}









/* リンクの修飾
---------------------------------------------------- */
a:link{color:#996600;text-decoration:underline;}
a:visited{color:#996600;text-decoration:underline;}
a:hover{color:#d30412;text-decoration:underline;}
a:active{color:#d30412;text-decoration:underline;}




