@charset "utf-8";

/*
目次
1.リセットCSS
2.基本設定(タグに直接指定)
3.基本設定(よく使うID・class指定)
4.container wrapper main_body
5.header
6.gnav
7.パンくず
8.fnav
9.footer
10.製品情報 products/
11.製品情報　カメラアクセサリーなど1Pモノ products/
12.トップページ index.html
13.会社概要 company_profire.html
14.くらしの防犯ガイド　security_guide/
15.法人向け　corporate_customer/
16.お客様サポート　support/
17.サイトマップ　sitemap.html
*/
/**********************************************/
/*1.リセットCSS*/
/**********************************************/
*{
	font-size:100%;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0; 
	padding:0;
	text-align:left;
	font-style:normal; 
	font-weight:normal;
}
table{ 
    border-collapse:collapse; 
    border-spacing:0; 
		border:0 none;
} 
img{  
    border:0 none; 
}
li{
	list-style-type:none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/**********************************************/
/*2.基本設定(タグに直接指定)*/
/**********************************************/
body{
	background-color:#fff;
	color:#555;
	font-size:0.75em;
	line-height:1.3;
	margin-left:10px;
}
a:link{
	color:#003399;
	text-decoration:underline;
}
a:visited{
	color:#003399;
	text-decoration:underline;
}
a:hover{
	color:#003399;
	text-decoration:none;
}
hr{
	display:none;
}
/**********************************************/
/*3.基本設定(よく使うID・class指定)*/
/**********************************************/
.pagetop{
	height:1em;
	text-align:right;
	margin:5px 10px 20px 0;
	font-size:0.8em;
	letter-spacing:1px;
	padding-top:5px;
	clear:both;
}
.pagetop a{
	background:url(../images/arrow_totop.gif) left 0.2em no-repeat;
	padding-left:14px;
	padding-bottom:5px; 
}
.line_dotted{
	background:url(../images/line_dotted.gif) repeat-x;
	height:1px;
	margin-top:30px;
	margin-bottom:30px;
}
* html .line_dotted{
	margin-bottom:10px;
}
.clear{
	clear:both;
}
.c_left{
	clear:left;
}
.c_right{
	clear:right;
}
.t10{
	margin-top:10px;
}
.tb10{
	margin-top:10px;
	margin-bottom:10px;
}
.center{
	text-align:center;
}
#container .vtop{
	vertical-align:top;
}
#container .img{
	text-align:center;
}
#container .img img{
	border:1px solid #ccc;
}
#container .b_gray{
	border:1px solid #ccc;
}
/*マーカーつきのli*/
#container ul.indent li{
	list-style-type:none;
	text-indent:-1em;
	padding-left:1em;
}
/**********************************************/
/*4.container wrapper main_body/
/**********************************************/
#container{
	width:905px;
	background:url(../images/bg_container.gif) 0 0 repeat-y;
}
#container #wrapper{
	width:900px;
	padding-top:10px;
}
#wrapper #main_body{
	margin-bottom:10px;
}
/**********************************************/
/*5.header*/
/**********************************************/
#wrapper #header{
	margin-bottom:10px;
}
#wrapper #header h1{
	float:left;
	width:514px;
}
#wrapper #header div#right_head{
	float:right;
	margin-right:10px;
	margin-top:7px;
	width:320px;
	text-align:right;
	position:relative;
	display:inline;
}
html >body #wrapper #header div#right_head{
	width:320px;
}
*:first-child+html #wrapper #header div#right_head{
	width:320px;
}
#header ul#hnav{
	margin-bottom:3px;
	position:absolute;
	right:0;
	display:inline;
}
#header ul#hnav li{
	margin-bottom:5px;
	display:inline;
	letter-spacing:1px;
	margin-left:20px;
}
#header ul#hnav li a:link{
	text-decoration:none;
}
#header ul#hnav li#sitemap{
	background:url(../images/icon_map.gif) 0 0.2em no-repeat;
	padding-left:13px;
}
#header ul#hnav li#inquire{
	background:url(../images/icon_inquire.gif) 0 0.2em no-repeat;
	padding-left:13px;
}
#header ul#hnav li a:link{
	color:#555;
	text-decoration:none;
}
#header ul#hnav li a:visited{
	color:#555;
	text-decoration:none;
}
#header ul#hnav li a:hover{
	color:#555;
	text-decoration:underline;
}
#header div#search{
	clear:both;
	margin-top:20px;
	width:320px;
	display:inline;
}
html>body #header div#search{
  display:block;
}
*+html body #header div#search {
  display:inline;
}
/**********************************************/
/*6.gnav*/
/**********************************************/
#wrapper ul#gnav{
	width:900px;
	height:35px;
	background:url(../images/navi/bg_gnav.gif) 0 0 no-repeat;
	padding-left:42px;
	margin-bottom:2px;
	clear:both;
}
html > body #container ul#gnav{
	width:858px;
}
#wrapper ul#gnav li{
	float:left;
	margin-top:3px;
	margin-right:10px;
}
/**********************************************/
/*7.パンくず*/
/**********************************************/
ul#pan{
	margin:2px 0 5px 0;
}
ul#pan li{
	display:inline;
	margin-right:7px;
	font-size:0.8em;
	letter-spacing:1px;
}
ul#pan li a{
	margin-right:7px;
}
ul#pan li span{
	margin-right:7px;
}
/**********************************************/
/*8.fnav*/
/**********************************************/
#wrapper div#fnav{
	overflow:hidden;
	_height:1.5em;
	/*ie6用*/
	width:750px;
	margin:0 auto 2px auto;
	clear:both;
}
* html #wrapper div#fnav{
	margin-left:75px
}
#wrapper div#fnav ul{
	margin-left:-1px;
}
#wrapper div#fnav ul li{
	padding:0 12px;
	display:inline;
	border-left:1px solid #555;
}
/**********************************************/
/*9.footer*/
/**********************************************/
#wrapper address#footer{
	background:url(../images/bg_footer.gif) 0 0 repeat-x;
	text-align:right;
	letter-spacing:1px;
	font-size:0.8em;
	display:block;
	padding:7px 10px 5px 0;
}
/**********************************************/
/*10.製品情報*/
/**********************************************/
/*製品情報　インデックス*/
#container #products_index{
	width:790px;
	margin-left:50px;
	margin-top:10px;
}
#container #products_index td{
	vertical-align:top;
}
/*製品情報　カメラインデックス*/
#right_body #camera_index{
	margin-top:10px;
}
#right_body ul#tab_camera01{
	width:655px;
	padding-left:347px;
	height:25px;
	background:url(../images/products/tab_camera_index01.gif) 0 0 no-repeat;
}
#right_body ul#tab_camera02{
	width:655px;
	padding-left:347px;
	height:25px;
	background:url(../images/products/tab_camera_index02.gif) 0 0 no-repeat;
}
html > body #right_body ul#tab_camera01,
html > body #right_body ul#tab_camera02{
	width:330px;
}
#right_body ul#tab_camera01 li,
#right_body ul#tab_camera02 li{
	margin-right:10px;
	width:145px;
	float:left;
	display:inline;
}
* html #right_body ul#tab_camera01 li,
* html #right_body ul#tab_camera02 li{
	width:145px;
	margin-right:9px;
}
#right_body ul#tab_camera01 a,
#right_body ul#tab_camera02 a{
	display:block;
	width:143px;
	height:25px;
}
* html #right_body ul#tab_camera01 a,
* html #right_body ul#tab_camera02 a{
	width:143px;
}
#right_body ul#tab_camera01 a span,
#right_body ul#tab_camera02 a span{
	display:none;
}
#right_body .gray_box{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#efeeee;
	width:629px;
	padding:10px 12px 0px 12px;
}
* html #right_body .gray_box{
	width:655px;
}
#right_body .gray_box02{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#efeeee;
	width:638px;
	padding:10px 8px 0px 8px;
}
* html #right_body .gray_box02{
	width:655px;
	padding:10px 7px 0px 9px;	
}
#right_body .white_box{
	width:622px;
	padding:8px;
	margin-bottom:8px;
}
#right_body .white_box{
	background:#fff;
}
#right_body .aqua_box,
#right_body .pink_box{
	margin-bottom:12px;
	width:629px;
}
#right_body .aqua_box{
	background:#e2f0f0;
}
#right_body .pink_box{
	background:#ffe9f5;
}
#right_body .green_box{
	background:#e4f9e1;
}
#right_body #camera_index h3{
	margin-bottom:5px;
}
#right_body table.camera_index01{
	margin:10px 0 0 2px;
}
/*目的別製品選び*/
#right_body table.camera_index01 td{
	vertical-align:top;
}
#right_body table.camera_index01 .s01_products{
	margin-left:6px;
	margin-bottom:5px;
	width:200px;
}
#right_body .s01_products p{
	line-height:1.2;
	margin-top:2px;
	text-align:left;
}
#right_body .s01_products span{
	color:#1f6db6;
	font-weight:bold;
}
#right_body .s01_products img{
	border:1px solid #ccc;	
}
#right_body table.camera_index01 .Hover{
	border:0px none;	
}
#right_body .gray_box .btn_detail{
	text-align:center;
}
/*距離別製品選び*/
#right_body table.camera_index02{
	background:#f2f2f2;
}
#right_body table.camera_index02 th,
#right_body table.camera_index02 td{
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
#right_body table.camera_index02 th.b_less_r,
#right_body table.camera_index02 td.b_less_r{
	border-right:0px none;
}
#right_body table.camera_index02 th.bg_white,
#right_body table.camera_index02 td.bg_white{
	background:#fff;
}
#right_body table.camera_index02 th.tab_bg_aqua{
	background:url(../images/products/tab_bg_aqua.gif) 0 0 repeat-y;
	text-align:center;
}
#right_body table.camera_index02 th.tab_bg_aqua img{
	margin-top:20px;
}
#right_body table.camera_index02 th.tab_bg_pink{
	background:url(../images/products/tab_bg_pink.gif) 0 0 repeat-y;
	text-align:center;
}
#right_body table.camera_index02 th.tab_bg_pink img{
	margin-top:20px;
}
#right_body table.camera_index02 th.tab_bg_yellow{
	background:url(../images/products/tab_bg_yellow.gif) 0 0 repeat-x;
}
#right_body table#outdoor{
	margin-bottom:20px;
}
#right_body table.camera_index02 th,
#right_body table.camera_index02 td{
	vertical-align:top;
}
#right_body table.camera_index02 .s02_products{
	width:124px;
	background:#fff;
}
#right_body table.camera_index02 .s02_products th,
#right_body table.camera_index02 .s02_products td{
	border-right:0px none;
	border-bottom:0px none;
}
html>/**/body #right_body table.camera_index02 .s02_products td p{
	word-wrap:break-word;
	word-break:break-all;
}
#right_body table.s02_products th.b_less_b,
#right_body table.s02_products td.b_less_b{
	border-bottom:0px none;
}
#right_body table.s02_products .b_gray{
	margin-right:2px;
}
#right_body .s02_products p{
	line-height:1.2;
	margin:2px 0 2px 0;
	text-align:center;
	color:#1f6db6;
}
#right_body table.camera_index02 .Hover{
	border:0px none;	
}
#right_body table.camera_index02 .arrow{
	vertical-align:middle;
	text-align:center;
}
#wrapper ul#snav{
	width:220px;
	float:left;
	margin-top:4px;
}
#wrapper ul#snav li{
	display:inline;
	width:220px;
}
* html #wrapper ul#snav li{
  font-size:0.1em;
  line-height:0%;
  vertical-align:bottom;
}
*:first-child+html #wrapper ul#snav li{
	margin-top:-2px;
	display:block;
}
/*アイコンの説明*/
#icon #container{
	width:550px;
	background:url(../images/bg_container.gif) 0 0 repeat-y;
}
#icon #container #wrapper{
	width:540px;
	padding-top:0px;
}
#icon .line_dotted{
	margin:0 0 0 10px;
	width:540px;
}
#icon #wrapper #main_body{
	margin-bottom:10px;
	margin-top:10px;
}
#icon #main_body{
	clear:both;
}
#icon h2{
	margin-top:10px;
}
#icon #icon_table{
	width:540px;
	margin-bottom:20px;
}
#icon #icon_table{
}
#icon #icon_table th,
#icon #icon_table td{
	padding:5px;
}
#icon #icon_table tr.bg_gray{
	background:#eaecf1;
}
#icon .btn_close{
	margin-top:20px;
	text-align:center;
	margin-bottom:20px;
}
/*録画機　インデックス*/
#container #record_list{
	width:540px;
	margin-left:67px;
	margin-top:10px;
}
#container #record_list li{
	float:left;
	width:250px;
	margin:0 20px 20px 0;
}
/*snav入れ子 監視カメラ 旧レイアウト*/
/*
ul#snav li dl{
	margin-bottom:5px;
}
ul#snav li dt{
	margin-top:8px;
	margin-bottom:5px;
}
ul#snav li dd{
	padding-left:15px;
	background:url(../images/products/navi/snav_blue_arrow.gif) 0 0.15em no-repeat;
	margin-bottom:7px;
	margin-left:10px;
	letter-spacing:1.5px;
}
* html ul#snav li dd{
  font-size:10em;
  line-height:1.3;
  vertical-align:middle;
}
*/
/*snav入れ子 監視カメラ・他*/
#wrapper ul#snav li ul{
	margin:5px 0;
}
#wrapper ul#snav li ul li {
	padding-left:15px;
	background:url(../images/products/navi/snav_blue_arrow.gif) 0 0.15em no-repeat;
	margin-bottom:7px;
	margin-left:10px;
	letter-spacing:1.5px;
	display:block;
	width:auto;
}
* html #wrapper ul#snav li ul li {
  font-size:10em;
  line-height:1.3;
  vertical-align:middle;
}
#wrapper #right_body{
	width:655px;
	float:left;
	margin-left:15px;
}
/*製品名*/
#wrapper .ttl_box{
	margin-top:10px;
	margin-bottom:5px;
	border:1px solid #cfcece;
	background:url(../images/products/bg_ttl_products.gif) left bottom repeat-x;
	letter-spacing:1px;
	clear:both;
}
*:first-child+html #wrapper .ttl_box{
	padding-bottom:2px;
}
* html #container #wrapper .ttl_box{
	padding-bottom:2px;
}
.ttl_box h3.ttl_products{
	font-weight:bold;
	width:380px;
	float:left;
	font-size:1.2em;
	color:#333;
	border-left:5px solid #993131;
	padding:5px 0 5px 5px;
	margin:2px 0 2px 5px;
	display:inline;
}
.ttl_box h3.ttl_products02{
	font-weight:bold;
	width:350px;
	float:left;
	font-size:1.2em;
	color:#333;
	border-left:5px solid #993131;
	padding:5px 0 5px 5px;
	margin:2px 0 2px 5px;
	display:inline;
}
.ttl_box h3.ttl_products span{
	font-size:0.8em;
	font-weight:bold;
	color:#333;
}
.ttl_box .products_no{
	font-weight:bold;
	width:240px;
	float:right;
	font-size:1em;
	color:#333;
	text-align:right;
	margin:10px 10px 0 0;
}
.ttl_box .products_no02{
	font-weight:bold;
	width:270px;
	float:right;
	font-size:1em;
	color:#333;
	text-align:right;
	margin:10px 10px 0 0;
}
/*長い型番 文章左よせ*/
.ttl_box .products_no_l{
	font-weight:bold;
	width:250px;
	float:right;
	font-size:1em;
	color:#333;
	text-align:left;
	margin:12px 10px 0 0;
	line-height:110%;
}
#wrapper #right_body p.price{
	text-align:right;
	color:#333;
	margin-bottom:5px;
	clear:both;
}
#right_body .icon_array{
	position:relative;
	margin-bottom:5px;
	clear:both;
}
#right_body ul#quality_icon{
	position:absolute;
	right:0px;
}
#right_body ul#quality_icon li{
	display:block;
	margin-left:5px;
	float:left;
}
/*製品キャッチ*/
#right_body strong.buzzword{
	display:block;
	width:655px;
	font-weight:bold;
	color:#333;
	letter-spacing:1px;
	font-size:1.5em;
	background:url(../images/products/line_blue_l.gif) left bottom no-repeat;
	padding-bottom:3px;
	padding-left:3px;
	margin-bottom:10px;
	clear:both;
}
#right_body strong.buzzword_camera{
	display:block;
	width:655px;
	font-weight:bold;
	color:#333;
	letter-spacing:1px;
	font-size:1.5em;
	background:url(../images/products/line_blue_l.gif) left bottom no-repeat;
	padding-bottom:3px;
	padding-left:3px;
	margin-bottom:10px;
	margin-top:60px;
	clear:both;
}
#right_body .product_img{
	margin-bottom:10px;
}
/*製品の特徴*/
#right_body .points_box{
	background:#fcfbce;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:10px 10px 5px 10px;
}
#right_body ul.product_points{
	color:#333;
	font-size:1.2em;
	margin-top:-10px;
}
#right_body ul#sec-g791_led{
	width:370px;
	float:left;
}
#right_body .detail_img{
	width:250px;
	float:left;
	margin-left:10px;
	border:1px solid #ccc;
	color:#3c3c3c;
	background:#fff;
	text-align:center;
}
#right_body .detail_img img{
	margin:10px 10px 5px 10px;
}
#right_body .detail_img p{
	font-size:1em;
	text-align:left;
	margin:0 10px 5px 10px;
}
#right_body .detail_img p span{
	font-size:0.8em;
}
#right_body ul.product_points li{
	background:url(../images/arrow_d_red.gif) 0 1em no-repeat;
	padding-left:15px;
	padding-top:10px;
}
#right_body ul.product_points li.point_note{
	margin-top:10px;
	font-size:0.8em;
	background:none;
	padding-left:0;
	padding-top:0;
}
#right_body ul.product_points li.point_note ul li{
	background:none;
	padding-left:0;
	padding-top:0;
	font-size:1em;
}
#right_body ul.product_points ul li{
	background:none;
	font-size:0.8em;
	padding-left:0px;
	padding-top:0px;
}
/*録画時間の目安*/
#right_body #ttl_rec{
	margin-bottom:10px;
}
#right_body table.rec{
	width:655px;
	padding:5px;
	margin-bottom:20px;
}
#right_body table.rec th,
#right_body table.rec td{
	padding:5px;
	text-align:center;
	border:1px solid #666;
	border-collapse:collapse;
}
#right_body table.rec th{
	width:20%;
	background:#9DBCDB;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
}
/*ファンクションアダプター*/
#right_body #adapter{
	margin-bottom:20px;
}
#right_body #adapter h4{
	margin-bottom:10px;
}
/*製品スペック*/
h4.ttl_product_spec{
	margin-bottom:10px;
	clear:both;
}
* html h4.ttl_product_spec{
	padding-left:3px;
}
#right_body table.product_spec{
	color:#3c3c3c;
	width:655px;
}
#right_body table.product_spec th,
#right_body table.product_spec td{
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.2em;
	padding-left:30px;
}
* html #right_body table.product_spec th,
* html #right_body table.product_spec td{
	line-height:1.3;
}
#right_body table.product_spec th{
	width:25%;
}
#right_body table.product_spec td{
	width:75%;
	padding-right:50px;
}
#right_body tr.bg_gray{
	background:#eaecf1;
}
/*監視カメラ見出しの下テキスト*/
p.text {
  margin-bottom:10px;
}
#right_body .ttl_products_name{
	margin:20px 0 5px 0;
	border-bottom:2px solid #666;
	padding:0 2px 0 0;
	font-size:1.2em;
	color:#666;
	font-weight:bold;
}
#right_body .option_dl{
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #318cc6;
	padding:10px;
	clear:both;
	width:362px;
}
* html #right_body .option_dl{
	width:382px;
}

#right_body .option_dl dl{
	width:200px;
	float:left;
}
#right_body .option_dl dt{
	font-size:1.2em;
}
#right_body .option_dl div{
	width:152px;
	float:left;
	margin-left:10px;
	display:inline;

}
#right_body .option_dl div img{
	border:1px solid #ccc;
}
/**********************************************/
/*11.製品情報　カメラアクセサリーなど1Pモノ*/
/**********************************************/
#right_body .pagetop{
	margin:5px 0px 20px 0;
}
#lineup h4.ttl_product_spec{
	margin-top:10px;
}
#lineup .line_dotted{
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}
#lineup .camera_accessory h4.ttl_product_spec{
	margin-top:0px;
}
#lineup #right_body .product_img{
	margin-bottom:0;
	width:200px;
	float:left;
}
#lineup #right_body .product_img p{
	font-size:0.8em;
	margin-top:5px;
}
#lineup #right_body .product_img ul{
	font-size:0.8em;
	margin-top:5px;
}
#lineup #right_body .product_img img{
	border:1px solid #ccc;
}
#lineup #right_body .detail_wrap{
	float:left;
	margin-left:15px;
	width:440px;
	display:inline;
}
/*製品スペック ワイヤレスシステム　655px　2列の場合*/
#lineup #right_body table.product_spec{
	width:655px;
}
#lineup #right_body table.product_spec th,
#lineup #right_body table.product_spec td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:50px;
	text-align:left;
	font-size:1em;
}
#lineup #right_body table.product_spec th{
	width:30%;
}
#lineup #right_body table.product_spec td{
	padding-right:5px;
	width:70%;
}
/*製品スペック　655px　4列の場合*/
#lineup #right_body table.product_spec_line04{
	font-size:1em;
	width:655px;
}
#lineup #right_body table.product_spec_line04 th,
#lineup #right_body table.product_spec_line04 td{
	padding-top:5px;
	padding-bottom:5px;
}
#lineup #right_body table.product_spec_line04 th{
	width:19%;
	text-align:left;
	padding-left:30px;
}
#lineup #right_body table.product_spec_line04 td{
	padding-right:5px;
	padding-left:5px;
	text-align:center;
	width:27%;
}
#lineup #right_body table.product_spec_line04 dl{
	margin-top:-10px;
}
#lineup #right_body table.product_spec_line04 dt{
	margin-top:10px;
}
/*製品スペック　440px　2列の場合*/
#lineup #right_body .detail_wrap table.product_spec{
	width:440px;
}
#lineup #right_body .detail_wrap table.product_spec th,
#lineup #right_body .detail_wrap table.product_spec td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-size:1em;
}
#lineup #right_body .detail_wrap table.product_spec th{
	width:30%;
}
#lineup #right_body .detail_wrap table.product_spec td{
	width:70%;
	padding-right:5px;
}
/*製品スペック　440px　3列の場合*/
#lineup #right_body .detail_wrap table.product_spec_line03{
	font-size:1em;
	width:440px;
}
#lineup #right_body .detail_wrap table.product_spec_line03 th,
#lineup #right_body .detail_wrap table.product_spec_line03 td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
#lineup #right_body .detail_wrap table.product_spec_line03 th{
	width:18%;
	text-align:left;
}
#lineup #right_body .detail_wrap table.product_spec_line03 td{
	padding-right:5px;
	text-align:center;
}
#lineup #right_body .detail_wrap table.product_spec_line03 dl{
	margin-top:-10px;
}
#lineup #right_body .detail_wrap table.product_spec_line03 dt{
	margin-top:10px;
}
/*製品スペック　440px　4列の場合*/
#lineup #right_body .detail_wrap table.product_spec_line04{
	font-size:1em;
	width:440px;
}
#lineup #right_body .detail_wrap table.product_spec_line04 th,
#lineup #right_body .detail_wrap table.product_spec_line04 td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
#lineup #right_body .detail_wrap table.product_spec_line04 th{
	width:19%;
	text-align:left;
}
#lineup #right_body .detail_wrap table.product_spec_line04 td{
	padding-right:5px;
	text-align:center;
}
/*製品キャッチ*/
#lineup #right_body strong.buzzword{
	width:440px;
	background:url(../images/products/line_blue_s.gif) left bottom no-repeat;
	font-size:1em;
}
#lineup #right_body .product_img{
	margin-bottom:10px;
}
/*製品の特徴*/
#lineup #right_body .points_box{
	background:#fff;
	padding:10px 10px 5px 10px;
}
#lineup #right_body ul.product_points{
	color:#333;
	font-size:1.0em;
	margin-top:-10px;
}
#lineup #right_body ul.product_points li{
	background:url(../images/arrow_d_blue.gif) 0 1.2em no-repeat;
	padding-left:10px;
	padding-top:10px;
}
/**********************************************/
/*12.トップページ index.html*/
/**********************************************/
/*left_body center_body right_body*/
#index #container #left_body{
	float:left;
	width:230px;
}
#index #center_body{
	float:left;
	width:410px;
	margin-left:10px;
}
#index #right_body{
	float:left;
	width:230px;
	margin-left:10px;
}
#index #main_body h2{
	margin-bottom:11px;
	margin-top:10px;
}
/*製品情報*/
#index #wrapper ul#snav li{
	display:inline;
}
* html #index #wrapper ul#snav{
	margin-top:-1px;
}
* html #index #wrapper ul#snav li{
  font-size:0;
  line-height:0;
  vertical-align:bottom;
}
*:first-child+html #index #wrapper ul#snav li{
	margin-top:-2px;
	display:block;
}
/*暮らしの防犯ガイド・シーン別設置例・用語集・ダウンロード*/
* html #main_body ul#main_content{
	margin-top:-1px;
}
html>/**/body #container #main_body ul#main_content{
	margin-top:10px;
}
#main_body ul#main_content li{
	margin-top:10px;
}
html>/**/body #main_body ul#main_content li{
	margin-top:9px;
}
#main_body li#small_content li{
	float:left;
	width:200px;
	margin:0 0 0 0;
}
html>/**/body #main_body ul#main_content li#small_content li{
	margin:0 0 0 0;
}
#main_body li#small_content li#download{
	margin-left:10px;
}
html>/**/body #container #main_body li#small_content li#download{
	margin-left:10px;
}
/*新着情報*/
#index #right_body iframe{
	width:230px;
	height:155px;
	margin-top:-7px;
	margin-bottom:2px;
	border:0 none;
	overflow-x:hidden;
}
* html #index #right_body iframe{
	margin-bottom:0px;
}
/*法人向け・ログインバナー*/
#main_body ul#top_bana li{
	margin-top:10px;
}
/*ニュース本文*/
#news ul#news_list{
	margin-top:-7px;
	margin-bottom:10px;
	margin-left:-9px;
	width:210px;
}
* html #news ul#news_list{
	margin-top:0;
	margin-bottom:0;
}
#news ul#news_list li{
	margin-top:10px;
}
* html #news ul#news_list li{
	margin-bottom:10px;
	display:inline;
}
#news ul#news_list li a{
	display:block;
	background:url(../images/arrow_red.gif) 0 0.2em no-repeat;
	padding-left:10px;
}
#news ul#news_list li span{
	display:block;
	background:url(../images/arrow_red.gif) 0 0.2em no-repeat;
	padding-left:10px;
}
/**********************************************/
/*13.会社概要など幅が900px　corporinfo.html*/
/**********************************************/
#profire_shadow{
	width:603px;
	background:#ccc;
	margin:20px 0 0 150px;
}
#container #corporate_profire{
	width:600px;
	border-collapse:collapse;
	padding:0;
	background:#ecf5ff;
	margin-bottom:3px;
}
*html #container #corporate_profire th,
*html #container #corporate_profire td{
	line-height:1.3;
}
#container #corporate_profire th{
	width:25%;
	letter-spacing:1px;
	padding:5px 15px;
}
#container #corporate_profire td{
	width:75%;
	border-left:2px solid #314c99;
	padding:5px 15px;
}
/**********************************************/
/*13+.取扱店など幅が900px　corporate_profire.html*/
/**********************************************/
#profire_shadow2{
	width:823px;
	background:#ccc;
	margin:20px 0 0 20px;
}
#container #corporate_profire2{
	width:820px;
	border-collapse:collapse;
	padding:0;
	background:#ecf5ff;
	margin-bottom:3px;
}
*html #container #corporate_profire2 th,
*html #container #corporate_profire2 td{
	line-height:1.3;
}
#container #corporate_profire2 th{
	width:30%;
	letter-spacing:1px;
	padding:5px 15px;
}
#container #corporate_profire2 td{
	width:30%;
	letter-spacing:1px;
　　padding:5px 15px;
}
/**********************************************/
/*14.くらしの防犯ガイド*/
/**********************************************/
/*くらしの防犯ガイド　トップページ*/
#container ul#content{
	margin-top:10px;
	width:702px;
	margin-left:94px;
}
#container ul#content li{
	margin-bottom:10px;
}
#container ul#content li#recommend_content{
	background:url(../images/guide/recommend_bg.jpg) left top no-repeat;
	min-height:166px;
}
* html #container ul#content li#recommend_content{
	padding-bottom:10px;
}
html>/**/body #container ul#content li#recommend_content{
	padding-top:2px;
}
ul#content li#recommend_content dl{
	margin:20px 30px 5px 30px;
}
* html ul#content li#recommend_content dl{
	margin:10px 30px 0px 30px;
}
ul#content li#recommend_content dt{
	margin-bottom:0px;
	margin-left:0px;
}
ul#content li#recommend_content dd{
	margin:7px 0 0 0;
	float:none;
}
/*知っておきたい防犯の知識*/
#container .four_points{
	border-bottom:2px solid #3f6d50;
	padding-bottom:2px;
	clear:both;
}
#guide #container .four_points h4{
	float:left;
	margin:5px 0 0 5px;
	background:none;
	font-size:1.6em;
	border-left:0px none;
	color:#555;
	font-size:1.2em;
	font-weight:400;
	letter-spacing:2px;
	border-left:0px none;
	border-top:0px none;
	border-right:0px none;
	border-bottom:0px none;
	padding:0px 0 0px 0px;
	margin-bottom:0px;
	margin-top:5px;
	width:auto;
}
#container .four_points div{
	width:30px;
	float:left;
}
#container .four_points h4{
	float:left;
}
#guide #right_body .green_box{
	background:#e9f9e5;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
} 
html>/**/body#guide #right_body .green_box{
	padding:10px 10px 3px 10px;
} 
#container .points_dl{
	margin:0 0 10px 0;
	clear:both;
}
#container .points_dl dt{
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	float:left;
	clear:both;
	width:50px;
}
#container .points_dl dd{
	color:#333;
	font-size:1.2em;
	margin:0 0 0 10px;
	float:left;
	width:585px;
}
#container .points_dl dd span{
	color:#d0364c;
}
#container div.points_img{
	width:602px;
	margin-left:26px;
	clear:both;
}
#container p.recommend_item{
	margin-left:10px;
	margin-bottom:5px;
	font-weight:bold;
	color:#333;
}
#container p.recommend_item span{
	color:#7ebd4f;
}
#container div.points_img div{
	float:left;	
	margin-right:10px;
	border:1px solid #ccc;
}
/*まずは「対策」の第一歩を*/
#container dl.ttl_step{
	margin:0 10px 10px 0;
	clear:both;
}
#container dl.ttl_step dt{
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	border-left:5px solid #51855c;
	padding-left:3px;
}
#container dl.ttl_step dt span{
	color:#7ebd4f;
}
#container dl.ttl_step dd{
	margin:0 0 0 10px
}
#container .points_step{
	width:593px;
	margin-left:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #ccc;
	background:#fff;
	clear:both;
}
* html #container .points_step{
	width:603px;
}
#container .points_step div{
	float:left;
	display:inline;
}
#container .points_products{
}
.points_step .s1_products{
	width:300px;
}
.points_step .s01_products p{
	line-height:1.2;
	margin-top:2px;
	text-align:left;
}
.points_step .s01_products span{
	color:#1f6db6;
	font-weight:bold;
}
#guide .points_step .s01_products img{
	border:1px solid #e3e2e2;	
}
#right_body .points_step .s01_products .btn_detail img{
	border:0px none;
}
#container .points_step .step_img{
	margin-left:10px;
}
.points_step div.products_ttl{
	margin:10px 0 0 10px;
	width:360px;
}
#container .points_step .s01_products div.products_ttl p{
	font-size:1.2em;
	text-align:center;
}
.points_step div.products_ttl .btn_detail{
	text-align:center;
	margin-top:20px;
	width:350px;
}
strong.points_comment{
	text-align:center;
	font-weight:bold;
	color:#c00;
	font-size:1.4em;
	text-decoration:underline;
	display:block;
}
/*シーン別設置例*/
#wrapper ul#snav li h2{
	margin-bottom:3px;
}
#wrapper ul#snav li ul.snav_guide li {
	background:url(../images/guide/navi/snav_brown_arrow.gif) 0 0.15em no-repeat;
}
#right_body ul#scene_list{
	width:670px;
	margin-top:10px;
	margin-left:-15px;
}
#right_body ul#scene_list li{
	margin-bottom:15px;
	width:320px;
	height:100px;
	float:left;
	margin-left:15px;
	display:inline;
}
#right_body ul#scene_list li.left{
	clear:left;
}
#right_body #scene_img{
	margin-left:7px;
	text-align:center;
	clear:both;
}
#right_body .ttl_box h3.ttl_guide{
	font-weight:bold;
	width:350px;
	float:left;
	font-size:1.2em;
	color:#333;
	border-left:5px solid #1e610e;
	padding:5px 0 5px 5px;
	margin:2px 0 2px 5px;
	display:inline;
}
#container .lead_guide{
	font-size:1.2em;
	color:#333;
	text-indent:14px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}
/*くらしの防犯ガイド等、スペック用*/
#container table.set{
	width:655px;
	margin-top:10px;
}
#container table.set th,
#container table.set td{
	border-top:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	border-left:1px solid #555;
}
#container table.set tbody th,
#container table.set tbody td,
#container table.set tfoot th,
#container table.set tfoot td{
	padding:3px;
}
#container #right_body table.set thead th{
	padding:5px;
	text-align:center;
	background:#a6d0ad;
}
#container table.set tbody th{
	background:#d1e9d7;
}
#container table td.b_less{
	border-bottom:0px none;
	border-left:0px none;
}
#container table td.right{
	text-align:right;
}
#container table td.center{
	text-align:center;
}
#container table td.total,
#container table td.points{
	background:#eaf3bb;
}
/*防犯対策に、セレン監視カメラシステムがおすすめ!*/
#guide #wrapper .ttl_box{
	margin-bottom:15px;
}
#right_body .ttl_box h3.ttl_guide_large{
	font-size:1.4em;
	border-left:7px solid #1e610e;
	padding:7px 0 5px 7px;
	font-weight:bold;
	width:350px;
	float:left;
	color:#333;
	margin:2px 0 2px 5px;
	display:inline;
}
#container ul.small_menu{
	margin:10px 0 10px 10px;
	font-size:1.2em;
}
ul.small_menu li{
	line-height:1.5;
	background:url(../images/guide/arrow_d_green.gif) 0 0.3em no-repeat;
	padding-left:10px;
}
#guide h3{
	color:#444;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:2px;
	background:url(../images/guide/bg_ttl_guide.gif) left bottom repeat-x;
	border-left:9px solid #de7e4f;
	padding:7px 0 7px 3px;
	margin-bottom:10px;
	margin-top:10px;
}
#guide h3.corporate{
	color:#444;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:2px;
	background:url(../images/corporate/bg_ttl_corporate.gif) left bottom repeat-x;
	border-left:9px solid #336699;
	padding:7px 0 7px 3px;
	margin-bottom:10px;
	margin-top:10px;
}
#guide h4{
	color:#c94c50;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:2px;
	border-left:7px solid #c94c50;
	border-top:1px solid #c94c50;
	border-right:1px solid #c94c50;
	border-bottom:1px solid #c94c50;
	padding:3px 0 3px 3px;
	margin-bottom:10px;
	margin-top:10px;
	width:644px;
}
* html #guide h4.red_box{
	width:655px;
}
#guide p.lead{
	margin-bottom:10px;
	clear:both;
}
#guide dl{
	margin-bottom:20px;
}
#guide dd{
	margin:0 0 20px 10px;
}
#guide dd div{
	text-align:center;
}
#guide dd div img{
	border:1px solid #ccc;
}
#guide dd dl{
	margin:0 0 0 0;
}
#guide dd dl dt{
	margin:10px 0 5px 0;
	font-weight:bold;
}
#guide dd dl dd{
	margin:0 0 5px 0;
}
/*ulの中のdl*/
#guide ul.common_ul{
	margin-top:10px;
}
#guide ul.common_ul li{
	margin:0 0 0 0;
	line-height:1.8;
	text-indent:-1em;
	padding-left:1em;
}
#guide ul.common_ul li span{
	color:#7ebd4f;
}
#guide ul.common_ul li dl{
	margin-bottom:10px;
	margin-top:10px;
}
#guide ul.common_ul li dt{
	font-weight:bold;
}
#guide ul.common_ul li dd{
	margin:0 0 0 10px;
}
html>/**/body#guide table.set{
	margin:0 0 0 0;
}
#guide dd table.set{
	margin:0 0 0 -10px;
}
#guide dd table.set tbody th{
	width:50px;
}
#guide dl.common_dl dt{
	border-left:5px solid #51855c;
	padding:2px 0;
	padding-left:3px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
}
#guide dl.common_dl dd{
	margin-bottom:10px;
}
#guide dl.common_dl dd dt{
	border-left:0px none;
	padding-left:0px;
}
#guide dl.common_dl dd span{
	color:#7ebd4f;
}
#guide table.rec{
	width:645px;
}
ul.points{
	margin:10px 0;
}
ul.points li{
	list-style-type:circle;
	list-style-position:inside;
}
/*2009.1.23 システム資料*/
#camera_data .data_left {
  float:left;
	width:280px;
	margin-left:10px;
	border:none;
}
*html body #camera_data .data_left {
  float:left;
	width:280px;
	border:none;
}
#camera_data .data_right {
  float:left;
	width:280px;
}
.data_left img {
  margin-top:5px;
}
.data_right img {
  margin-top:5px;
}
#guide #camera_data dd div img {
  border:none;
} 
/*セレン製監視カメラシステム購入手順*/
ul.common_ul li span{
	color:#7ebd4f;
}
ul.common_ul li strong{
  font-weight:bold;
}
/*監視カメラをおすすめする理由*/
.img_recommend {
  text-align:center;
	margin-top:20px;  
}
#guide dd div.no_border{
	margin-top:10px;
}
#guide dd div.no_border img{
	border:none;
}
#guide .common_dl dt.care{
  font-weight:bold;
  color:#333333;
	border-left:0 none;
	margin-left:5px;
	margin-bottom:0px;
}
#guide .common_dl dt.care dd{
  margin-left:10px;
}
#guide dl.chose_point{
  margin-top:15px;
}
#guide dl.chose_point dt{
  font-weight:bold;
	color:#003366;
	font-size:1.2em;
	padding:5px 0 5px 35px;
	margin-bottom:5px;
}
#container dl.chose_point dt#point01{
	background:url(../images/guide/point1.gif) 0 0 no-repeat;
}
#guide dl.chose_point dt#point2{
	background:url(../images/guide/point2.gif) 0 0 no-repeat;
}
#guide dl.chose_point dt#point3{
	background:url(../images/guide/point3.gif) 0 0 no-repeat;
}
#guide dl.chose_point dt#point4{
	background:url(../images/guide/point4.gif) 0 0 no-repeat;
}
#guide dl.chose_point dt#point5{
	background:url(../images/guide/point5.gif) 0 0 no-repeat;
}
#guide dl.chose_point dd{
	color:#c03b51;
	font-size:1.2em;
}
#guide dl.chose_point dd .common_ul{
	color:#333;
	font-size:0.8em;
}
#guide #container p.r_link {
	background:transparent url(../images/guide/navi/snav_brown_arrow.gif) no-repeat scroll 0pt 0.4em;
	padding-left:15px;
	text-indent:0em;
}
#guide strong.useful{
	margin-top:20px;
	font-size:1.2em;
	color:#2b9567;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
	display:block;
}
#guide dl#camera_data{
	margin:20px auto 0 auto;
	background:#fefeaf;
	padding:10px 5px;
	width:620px;
	/*height:180px;*/
}
#guide dl#camera_data dt{
	margin-bottom:10px;
}
#guide dl#camera_data dd{
	margin:0 0 5px 10px;
	/*background:url(../images/guide/arrow_d_green.gif) 0 0.2em no-repeat;*/
}
#container dl.cable dt{
	border-bottom:2px solid #3f6d50;
	padding-bottom:2px;
	padding-left:5px;
	line-height:1.2;
	font-size:1.4em;
	font-weight:bold;
}
#guide .gray_box{
	border-top:1px solid #ccc;
	background:#e9f9e5;
	margin-top:10px;
}
/*FAQ*/
#guide div.faq {
  margin-top:20px;
}
dl.faq_a {
  border:solid 1px #6699CC;
	padding:10px;
}
dl.faq_b {
   border:solid 1px #99CCFF;
	padding:10px;
}
#guide .faq dl.faq01{
  background:url(../images/guide/faq_illust01.gif) no-repeat 560px 10px;
}
#guide .faq dl.faq02 {
  background:url(../images/guide/faq_illust02.gif) no-repeat 560px 10px;
  height:140px;
}
#guide .faq dl.faq03{
  background:url(../images/guide/faq_illust03.gif) no-repeat 560px 10px;
  height:140px;
}
#guide .faq dl.faq04{
  background:url(../images/guide/faq_illust04.gif) no-repeat 560px 10px;
	height:140px
}
#guide .faq dl.faq05{
  background:url(../images/guide/faq_illust05.gif) no-repeat 540px 10px;
	height:130px
}
#guide .faq dl.faq06{
  background:url(../images/guide/faq_illust06.gif) no-repeat 560px 10px;
	height:140px
}
#guide .faq dl.faq08{
  background:url(../images/guide/faq_illust03.gif) no-repeat 535px 20px;
}
#guide .faq dl.faq09{
  background:url(../images/guide/faq_illust06.gif) no-repeat 560px 10px;
	height:140px
}
#guide .faq dl.no_img dt, 
#guide .faq dl.no_img dd{
  width:600px;  
}
#guide .faq dt,
#guide .faq dd {
  width:495px;
}
#guide .faq dd.faq_img{
  margin-top:15px;
	text-align:center;
}
#guide .faq dt{
  background:url(../images/guide/q.gif) no-repeat;
	padding-left:35px;
	padding-top:5px;
	font-size:15px;
	font-weight:bold;
	color:#003366;
	height:30px;
}
#guide .faq dd.a{
  background:url(../images/guide/a.gif) no-repeat;
	padding-left:35px;
	margin-top:5px;
	margin-left:0;
}
#guide .faq dd p{
  font-weight:bold;
}
#guide .faq dl dd p{
  background:transparent url(../images/guide/navi/snav_brown_arrow.gif) no-repeat scroll 0pt 0.15em;
  padding-left:15px;
  margin-top:10px;
}
#guide .faq dl dd .icon_none {
  background-image:none;
	padding:0;
}
#container div.faq table.rec {
  width:590px;
	margin-left:5px;
}
#container #right_body div.faq table.set thead th{
	padding:5px;
	text-align:center;
	background:#a6d0ad;
}
#container div.faq table.set tbody th{
	background:#d1e9d7;
	width:120px;
}
#container div.faq table.set tbody td{
  text-align:center;
}
#container .faq_navi {
  margin:10px 0 0 10px;
	font-weight:bold;
	color: #669966;
}
#container ul.small_menu {
  margin-top:5px;
}
/*用語集*/
#guide #wrapper .glossary .ttl_box{
	margin-bottom:15px;
}
#right_body .glossary .ttl_box h3.ttl_guide_large{
	font-size:1.4em;
	border-left:7px solid #1e610e;
	padding:7px 0 5px 7px;
	font-weight:bold;
	width:350px;
	float:left;
	color:#333;
	margin:2px 0 2px 5px;
	display:inline;
}
#container .construction {
  text-align:center;
	margin:100px 0 200px 0;
}
#guide .glossary dl{
	margin-bottom:20px;
}
#guide .glossary dt{
	font-weight:bold;
	color:#2c683d;
	font-size:1.2em;
}
#guide .glossary dd{
	margin:0 0 10px 0;
}
#guide .glossary dl dl{
	margin-bottom:0px;
	margin-left:10px;
}
#guide .glossary dl dl dt{
	color:#333;
	font-size:1.0em;
	margin:0px 0 0px 0;
}
#guide .glossary dl dl dd{
	margin:0 0 5px 0;
}
#container dl.index_list{
	margin-bottom:0px;
}
#container dl.index_list dt{
	margin-top:10px;
	background:url(../images/guide/arrow_d_green.gif) 0 0.2em no-repeat;
	padding-left:10px;
	font-size:1.0em;
}
#container dl.index_list dt a:link{
	font-weight:bold;
	color: #669966;
	text-decoration:none;
}
#container dl.index_list dt a:visited{
	font-weight:bold;
	color: #669966;
	text-decoration:none;
}
#container dl.index_list dt a:hover{
	font-weight:bold;
	color: #669966;
	text-decoration:underline;
}
#container dl.index_list dd{
	margin:0 10px 0px 0px;
	display:inline;
}
#guide .glossary h3{
	font-weight:bold;
	width:350px;
	float:left;
	font-size:1.2em;
	color:#333;
	border-left:5px solid #1e610e;
	padding:5px 0 5px 5px;
	margin:2px 0 2px 5px;
	display:inline;
	letter-spacing:auto;
	background:none;
	margin-bottom:5px;
	margin-top:5px;
}
#guide .glossary h4{
	font-size:1.4em;
	font-weight:bold;
	color:#333;	
	letter-spacing:normal;
	background:none;
	border-left:0px none;
	letter-spacing:auto;
	border-left:0px none;
	border-top:0px none;
	border-right:0px none;
	border-bottom:0px none;
	padding:0px 0 0px 0px;
	margin-bottom:10px;
	margin-top:10px;
	width:auto;
}
#container .glossary h4 span{
	font-size:0.8em;
	font-weight:bold;
}
/**********************************************/
/*15.法人向け*/
/**********************************************/
/*トップページ*/
div#content{
  margin-top:10px;
	width:702px;
	margin-left:94px;
}
ul#content li dt{
	margin-bottom:5px;
}
ul#content li#content_camera,
ul#content li#content_other{
	width:712px;
	margin-bottom:30px;
}
ul#content li#content_other{
	clear:both;
}
ul#content dl#content_accessory{
	width:168px;
	margin-right:10px;
	clear:both;
	margin-top:10px;
}
ul#content li#content_scene{
	width:168px;
	margin-top:-25px;
	display:inline;
}
ul#content li#content_camera dd,
ul#content li#content_other dd{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	display:inline;
}
ul#content li#content_camera dd#content_accessory{
	width:702px;
	margin-right:10px;
	clear:both;
	margin-top:10px;
	background:url(../images/line_dotted.gif) left top repeat-x;
	padding-top:10px;
}
ul#content li#content_camera dd p,
ul#content li#content_other dd p{
	text-align:center;
}
ul#content li#content_camera dd ul li{
	float:left;
	margin-right:10px;
}
/*印刷用*/
@media print{
	*:first-child+html ul#content li#content_camera dd,
	*:first-child+html ul#content li#content_other dd{
		margin-right:7px;
	}
	* html ul#content li#content_camera dd,
	* html ul#content li#content_other dd{
		margin-right:7px;
	}
}
ul#content li#content_camera dd.end,
ul#content li#content_other dd.end{
	margin-right:0px;
}
ul#content li#content_scene{
	float:left;
}
ul#content li#content_scene h3{
	margin-bottom:5px;
}
/*トップ下のバナーリンク*/
#bana_menu {
  width:702px;
	clear:both;
}
#bana_menu li {
  width:227px;
	float:left;
	margin-right:10px;
	display:inline;
}
#bana_menu li.s_none {
  margin-right:0;
} 
/*トップページここまで*/
#right_body .ttl_box h3.ttl_corporate{
	font-weight:bold;
	width:380px;
	float:left;
	font-size:1.2em;
	color:#333;
	border-left:5px solid #003399;
	padding:5px 0 5px 5px;
	margin:2px 0 2px 5px;
	display:inline;
}
#right_body .ttl_box h3.ttl_corporate2{
	font-weight:bold;
	width:550px;
	float:left;
	font-size:1.2em;
	color:#333;
	border-left:5px solid #003399;
	padding:5px 0 5px 5px;
	margin:2px 0 2px 5px;
	display:inline;
}
*html body #right_body .ttl_box h3.ttl_corporate{
	font-weight:bold;
	width:350px;
	float:left;
	font-size:1.2em;
	color:#333;
	border-left:5px solid #003399;
	display:inline;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
*html body #right_body .ttl_box h3.ttl_corporate2{
	font-weight:bold;
	width:550px;
	float:left;
	font-size:1.2em;
	color:#333;
	border-left:5px solid #003399;
	display:inline;
	margin:2px 0 2px 2px;
	padding-top: 5px 0 5px 5px;
}
#wrapper ul#snav li ul.snav_corporate li {
	background:url(../images/company/navi/snav_gray_arrow.gif) 0 0.15em no-repeat;
}
/*snav入れ子 監視カメラ 旧レイアウト*/
/*
ul#snav li dd.co_icon{
	padding-left:15px;
	background:url(../images/corporate/navi/snav_gray_arrow.gif) 0 0.15em no-repeat;
	margin-bottom:7px;
	margin-left:10px;
	letter-spacing:1.5px;
}
*/
/*snav入れ子 監視カメラ・他*/
#wrapper ul#snav li ul.co_icon li{
	background:url(../images/corporate/navi/snav_gray_arrow.gif) 0 0.15em no-repeat;
}
/*20090127*/
div dl#camera_data {
  /*margin-left:94px;*/
	width:702px;
	clear:both;
}
div #camera_data .data_left {
  float:left;
	width:280px;
	margin-left:20px;
	border:none;
}
div #camera_data .data_right {
  float:left;
	width:280px;
	border:none;
}
#guide #camera_data dd div img {
  border:none;
} 
*html body div #camera_data .data_left {
  float:left;
	width:280px;
	border:none;
	margin-left:8px;
}
/*強調カラー*/
.st_color {
  color:#CC3366;
	font-weight:bold;
}
/**/
#guide dl.common_detail{
  margin-bottom:20px;
	clear:both;
}
#guide dl.common_detail dt {
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	padding:2px 0pt 2px 20px;
	clear:both;
}
#guide dl.common_detail dd{
 padding:2px 0pt 2px 25px;
 margin-bottom:10px; 
} 
#guide dl.common_detail dd p{
width:400px;
} 
#guide dl.common_detail dd span{
  color:#7ebd4f;
} 
/**********************************************/
/*16.法人向けお客様サポート
*****************************************/
ul#support {
  margin:10px 0 5px 0;
}
ul#support li{
	display:inline;
	margin-right:7px;
	background:url(../images/support/down_brown_arrow.gif) left 0.1em no-repeat;
	padding-left:14px;
}
ul#support li a{
	/*
	padding-bottom:5px;
	*/
}
/*
ul#pan li a{
	margin-right:7px;
}
ul#pan li span{
	margin-right:7px;
}
*/
/*監視カメラとハードディスク*/
strong.care_b {
  font-weight:bold;
}
dl.color_a {
  border:solid 1px #6699CC;
	padding:10px;
}
dl.color_b {
  border:solid 1px #99CCFF;
	padding:10px;
}
dl.support_break dt.case{
	border-left:none;
	font-size:15px;
	color:#003366;
	margin:0 0 5px 0;
}
dl.support_break dt{
	border-left:5px solid #51855c;
	padding:2px 0;
	padding-left:3px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
	margin-left:5px;
}
dl.support_break ul {
  width:600px;
  margin-left:10px;
}
dl.support_break ul li{
  padding-bottom:3px;
}
.arrow_r {
  color: #FF6600;
}
span.hdd_110 {
	padding:2px;
	margin:0 3px;
	background-color:#FFCCFF;
	color:#555;
	font-weight:bold;
}
span.hdd_210 {
	padding:1px 2px;
	margin:0 3px;
	background-color:#FFCC99;
	color:#555;
	font-weight:bold;
}
ul#content li#accident_img {
  width:702px;
	height:99px;
  background:url(../images/support/btn_accident.jpg) no-repeat;
	display:block;
}
ul#content li#accident_img div.btn_l {
  width:137px;
	height:27px;
  float:left;
	margin-left:37px;
	margin-top:55px;
}
ul#content li#accident_img div.btn_r {
  width:137px;
	height:27px;
  float:left;
	margin-left:15px;
	margin-top:55px;
}
dd.custmer_item{
	clear:both;
}
dd.custmer_item p{
  width:540px;
	float:left;
}
#guide dl dd.custmer_item div{
  width:250px;
	float:left;
	text-align:left;
}
dd.custmer_item span {
  color:#recommend_item;
}
#guide dd.custmer_item p#right_text{
  width:480px;
	float:right;
	text-align:left;
}
#guide dd.custmer_item div#left_img{
  width:155px;
	float:left;
	text-align:left;
}
/**********************************************/
/*17.サイトマップ　sitemap.html*/
/**********************************************/
#map_wrapper{
	width:760px;
	margin-left:60px;
	margin-top:20px;
}
#map_wrapper div.left_map,
#map_wrapper div.right_map{
	float:left;
	width:360px;
}
#map_wrapper div.right_map{
	margin-left:40px;
}
#map_wrapper dl{
	margin-bottom:20px;
}
#map_wrapper dt{
	font-size:1.2em;
	font-weight:bold;
	color:#142558;
	border-bottom:2px solid #142558;
	border-left:5px solid #142558;
	letter-spacing:1px;
	margin-bottom:5px;
	padding-left:5px;
	display:block;
}
#map_wrapper dt a:link{
	color:#142558;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#map_wrapper dt a:visited{
	color:#142558;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#map_wrapper dt a:hover{
	color:#142558;
	font-weight:bold;
}
#map_wrapper dd{
	margin-left:5px;
	margin-bottom:3px;
	font-size:1.2em;
	font-weight:bold;
	background:url(../images/guide/arrow_d_green.gif) 0 0.2em no-repeat;
	padding-left:10px;
}
#map_wrapper dd a:link{
	color:#555;
	font-weight:bold;
	text-decoration:none;
}
#map_wrapper dd a:visited{
	color:#555;
	font-weight:bold;
	text-decoration:none;
}
#map_wrapper dd a:hover{
	color:#555;
	font-weight:bold;
	text-decoration:underline;
}
#map_wrapper dd ul li{
	font-size:0.8em;
	line-height:1.8;
	background:url(../images/products/navi/snav_blue_arrow.gif) 0 0.15em no-repeat;
	padding-left:15px;
}
#map_wrapper dd ul li a:link{
	color:#003399;
	text-decoration:underline;
	font-weight:400;
}
#map_wrapper dd ul li a:visited{
	color:#003399;
	text-decoration:underline;
	font-weight:400;
}
#map_wrapper dd ul li a:hover{
	color:#003399;
	text-decoration:none;
	font-weight:400;
}
#map_wrapper ul.other_map li{
	background:url(../images/guide/arrow_d_green.gif) 0 0.3em no-repeat;
	padding-left:10px;
	font-size:1.2em;
	line-height:1.5;
}

/*工事中*/
p#construction {
  margin:50px auto;
	padding:auto;
	text-align:center;
	color:#555;
}
