@charset "utf-8";

/* ベース設定
---------------------------------------------------- */
* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット*/
	padding: 0px;
}
body {
	color: #585858;
	font-size: 80%;
	line-height: 190%;
	background-color: #FFFFFF;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
td {
	margin: 0px;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
	width: auto;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #666666;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	border:0px;
	list-style:none;
}
li {
	margin: 0px;
	padding: 0px;
	border:0px;
	border-style:none;
}
p {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
}
iframe {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* リンク設定
---------------------------------------------------- */
a {
	color:#1188FF;
	text-decoration: underline;
}
a:visited {
	color:#1188FF;
	text-decoration: underline;
}
a:hover {
	color:#FF5500;
	text-decoration: underline;
}
a:hover img {
	opacity:0.6;
	filter: alpha(opacity=80);
}


/* 汎用CSS
---------------------------------------------------- */
.text_sb {font-size: 150%;line-height: 200%;}
.text_b {font-size: 120%;line-height: 200%;}
.text_m {font-size: 100%;line-height: 200%;}
.text_s {font-size: 85%;line-height: 160%;}
.text_20px {font-size: 20px;line-height: 28px;}
.text_18px {font-size: 18px;line-height: 26px;}
.text_14px {font-size: 14px;line-height: 24px;}
.text_12px {font-size: 12px;line-height: 20px;}
.text_11px {font-size: 11px;line-height: 18px;}
.text_10px {font-size: 10px;line-height: 16px;}
.textcolor01 {
	color: #3294C4;
}
.textcolor02 {
	color: #FF5900;
}
.textcolor03 {color: #F90;}
.textcolor04 {color: #555;}
.textcolor05 {color: #FFF;}
.textcolor06 {color: #7B3C3E;}

.mt05 {margin-top:  5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt60 {margin-top: 60px;}
.mb05 {margin-bottom:  5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.ml05 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml50 {margin-left: 50px;}
.ml60 {margin-left: 60px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.mr05 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.mr65 {margin-right: 65px;}
.mr250 {margin-right: 250px;}
.mlr05 {margin-left: 5px;margin-right: 5px;}
.mlr10 {margin-left: 10px;margin-right: 10px;}
.mlr15 {margin-left: 10px;margin-right: 15px;}
.mlr20 {margin-left: 20px;margin-right: 20px;}
.mlr25 {margin-left: 25px;margin-right: 25px;}
.mlr30 {margin-left: 30px;margin-right: 30px;}
.mlr40 {margin-left: 40px;margin-right: 40px;}
.mlr50 {margin-left: 50px;margin-right: 50px;}

.pa10 {padding: 10px;}
.pa15 {padding: 15px;}
.pa20 {padding: 20px;}

.div_l {float: left;}
.div_r {float: right;}
.text_l {text-align: left;}
.text_r {text-align: right;}
.text_c {text-align: center;}
.img_l00 {float: left;}
.img_r00 {float: right;}
.img_l05 {float: left;padding-right: 05px;}
.img_l10 {float: left;padding-right: 10px;}
.img_r10 {float: right;padding-left: 10px;}
.img_l15 {float: left;padding-right: 15px;}
.img_r15 {float: right;padding-left: 15px;}
.img_l20 {float: left;padding-right: 20px;}
.img_r20 {float: right;padding-left: 20px;}
.w120 {	width: 120px;}
.w160 {	width: 160px;}
.w180 {	width: 180px;}
.w200 {	width: 200px;}
.w250 {	width: 250px;}
.w290 {	width: 290px;}
.clear {clear: both;}

.div_l100 {float: left;width: 100px;}
.div_l200 {float: left;width: 200px;}
.div_l250 {float: left;width: 250px;}
.div_l300 {float: left;width: 300px;}
.div_l350 {float: left;width: 350px;}
.div_l400 {float: left;width: 400px;}
.div_l500 {float: left;width: 500px;}
.div_r300 {float: right;width: 300px;}
.div_r400 {float: right;width: 400px;}
.div_r500 {float: right;width: 500px;}

.box_blackline {border: 1px solid #000;}

.box_black	{background-color: #000;}
.box_pink	{background-color: #fbddde;}


/* ナビ設定
---------------------------------------------------- */
#g_navi {
	height:49px;
	padding: 0px;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
}
#g_navi li {
	float:left;
}
#g_navi li a {
	text-decoration: none; 
	display: block;
	height/**/:49px;
	height:0!important;
	overflow:hidden;
	padding-top:49px;
	width:100%;
	text-indent:-9999px;
}
#g_navi01 { width:179px;}
#g_navi02 { width:180px;}
#g_navi03 { width:180px;}
#g_navi04 { width:180px;}
#g_navi05 { width:177px;}

#g_navi01 a{ background-image:url(../images/common/g01.gif)}
#g_navi02 a{ background-image:url(../images/common/g02.gif)}
#g_navi03 a{ background-image:url(../images/common/g03.gif)}
#g_navi04 a{ background-image:url(../images/common/g04.gif)}
#g_navi05 a{ background-image:url(../images/common/g05.gif)}

#g_navi01 a:hover{ background-position:0 -49px}
#g_navi02 a:hover{ background-position:0 -49px}
#g_navi03 a:hover{ background-position:0 -49px}
#g_navi04 a:hover{ background-position:0 -49px}
#g_navi05 a:hover{ background-position:0 -49px}

#g_navi01on { width:179px;}
#g_navi02on { width:180px;}
#g_navi03on { width:180px;}
#g_navi04on { width:180px;}
#g_navi05on { width:177px;}

#g_navi01on a{ background-image:url(../images/common/g01.gif);background-position:0 -49px}
#g_navi02on a{ background-image:url(../images/common/g02.gif);background-position:0 -49px}
#g_navi03on a{ background-image:url(../images/common/g03.gif);background-position:0 -49px}
#g_navi04on a{ background-image:url(../images/common/g04.gif);background-position:0 -49px}
#g_navi05on a{ background-image:url(../images/common/g05.gif);background-position:0 -49px}

#g_navi01on a:hover{ background-position:0 -49px}
#g_navi02on a:hover{ background-position:0 -49px}
#g_navi03on a:hover{ background-position:0 -49px}
#g_navi04on a:hover{ background-position:0 -49px}
#g_navi05on a:hover{ background-position:0 -49px}


/* 共通レイアウト
---------------------------------------------------- */
#all_box {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/middle_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	height: auto;
}
#box01{
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/common/header.gif);
	height: 91px;
	margin: 0px;
	padding: 0px;
	width: 920px;
}
#pankuzu {
	height: auto;
	width: 856px;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#flash {
	width: 900px;
	height: 230px;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 896px;
	height: 147px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents {
	width: 865px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
}
#left_box {
	width: 615px;
	float: left;
	height: auto;
}
#service_box {
	height: auto;
	width: 587px;
	padding-left: 28px;
	margin-bottom: 20px;
}
.service_img {
	float: left;
	height: auto;
	width: 180px;
	padding-right: 9px;
}
#right_box {
	float: right;
	height: auto;
	width: 230px;
}

#footer {
	background-image: url(../images/common/footer02.gif);
	height: auto;
	width: 840px;
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 50px;
	font-size: 11px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer2 {
	margin: 0px auto 0px auto;
}



/* サービスページナビ設定
---------------------------------------------------- */
#navi_service {
	height:150px;
	padding: 0px;
	width: 615px;
	margin-right: auto;
	margin-left: auto;
}
#navi_service li {
	float:left;
}
#navi_service li a {
	text-decoration: none; 
	display: block;
	height/**/:72px;
	height:0!important;
	overflow:hidden;
	padding-top:72px;
	width:100%;
	text-indent:-9999px;
}


#navi_service_top {
	height:75px;
	padding: 0px;
	width: 615px;
	margin-right: auto;
	margin-left: auto;
}
#navi_service_top li {
	float:left;
}
#navi_service_top li a {
	text-decoration: none; 
	display: block;
	height/**/:72px;
	height:0!important;
	overflow:hidden;
	padding-top:72px;
	width:100%;
	text-indent:-9999px;
}


#navi_service01 { width:200px; margin: 0px 6px 6px 0px;}
#navi_service02 { width:200px; margin: 0px 6px 6px 0px;}
#navi_service03 { width:200px; margin: 0px 0px 6px 0px;}
#navi_service04 { width:200px; margin: 0px 6px 0px 0px;}
#navi_service05 { width:200px; margin: 0px 6px 0px 0px;}
#navi_service06 { width:200px; margin: 0px 0px 0px 0px;}

#navi_service01 a{ background-image:url(../images/service/bt01.gif)}
#navi_service02 a{ background-image:url(../images/service/bt02.gif)}
#navi_service03 a{ background-image:url(../images/service/bt03.gif)}
#navi_service04 a{ background-image:url(../images/service/bt04.gif)}
#navi_service05 a{ background-image:url(../images/service/bt05.gif)}
#navi_service06 a{ background-image:url(../images/service/bt06.gif)}

#navi_service01 a:hover{ background-position:0 -72px}
#navi_service02 a:hover{ background-position:0 -72px}
#navi_service03 a:hover{ background-position:0 -72px}
#navi_service04 a:hover{ background-position:0 -72px}
#navi_service05 a:hover{ background-position:0 -72px}
#navi_service06 a:hover{ background-position:0 -72px}



#navi_service01on { width:200px; margin: 0px 6px 6px 0px;}
#navi_service02on { width:200px; margin: 0px 6px 6px 0px;}
#navi_service03on { width:200px; margin: 0px 0px 6px 0px;}
#navi_service04on { width:200px; margin: 0px 6px 0px 0px;}
#navi_service05on { width:200px; margin: 0px 6px 0px 0px;}
#navi_service06on { width:200px; margin: 0px 0px 0px 0px;}

#navi_service01on a{ background-image:url(../images/service/bt01.gif);background-position:0 -72px}
#navi_service02on a{ background-image:url(../images/service/bt02.gif);background-position:0 -72px}
#navi_service03on a{ background-image:url(../images/service/bt03.gif);background-position:0 -72px}
#navi_service04on a{ background-image:url(../images/service/bt04.gif);background-position:0 -72px}
#navi_service05on a{ background-image:url(../images/service/bt05.gif);background-position:0 -72px}
#navi_service06on a{ background-image:url(../images/service/bt06.gif);background-position:0 -72px}

#navi_service01on a:hover{ background-position:0 -72px}
#navi_service02on a:hover{ background-position:0 -72px}
#navi_service03on a:hover{ background-position:0 -72px}
#navi_service04on a:hover{ background-position:0 -72px}
#navi_service05on a:hover{ background-position:0 -72px}
#navi_service06on a:hover{ background-position:0 -72px}





.top_news {
	width: 580px;
	padding: 0px 10px 0px 35px;
	margin: 0px 0px 0px 0px;
}
.top_news_date {
	background-color:#8CC9E7;
	font-size:11px;
	width: 90px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align:center;
	float:left;
	color: #FFFFFF;
}
.top_news_content {
	width: 440px;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	float:left;
}
.top_news_title {
	width:540px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8CC9E7;
	font-weight:bold;
}
.top_news_content2 {
	width:530px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 5px 0px;
}
.icon01 {
	background-image: url(../images/common/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}



.service_client_tablebox {
	margin: 0px;
	padding: 0px;
}
.service_client_tablebox td {
	font-size: 11px;
}
.service_client_tablebox .logo {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.titlebox {
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #449ECB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #449ECB;
}


.leftnavi {
	height:auto;
	padding: 0px;
	width: 230px;
}
.leftnavi li {
	width: 195px;
	height:28px;
	padding: 3px 0px 0px 32px;
	margin: 0px 0px 5px 0px;
	background-image: url(../images/common/left_btback.gif);
	font-size:11px;
}
.msp01 {
	background-image: url(../images/service_msp/back01.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
}
.detector01 {
	background-image: url(../images/service_detector/detector_portal_image.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}
.housing01 {
	background-image: url(../images/service_housing/back01.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
}
.syoumei01 {
	background-image: url(../images/service_syoumei/back01.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
}
.syoumei02 {
	background-image: url(../images/service_syoumei/back02.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
}
.syoumei03 {
	background-image: url(../images/service_syoumei/back03.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
}




.list_icon01 {
	list-style: none;
}
.list_icon01 .yes {
	list-style: none;
	background-image: url(../images/common/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.list_icon01 .no {
	list-style: none;
	padding-left: 20px;
}



.social_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #4a7ebb;
	border-left-color: #4a7ebb;
	vertical-align: top;
	margin-bottom: 10px;
}
.social_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4a7ebb;
	border-bottom-color: #4a7ebb;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
}
