﻿.table_style1 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	vertical-align: top;
}
.table_style1_center {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
}
.table_style2 {
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
	border-color: #C0C0C0;
}
.table_style1_left_m {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	vertical-align: middle;
}
body {
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	color: #191919;
}
a:link {
    text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active { text-decoration: none;}
a:hover { 
     text-decoration: underline;
    color: #3399FF;
}
h1 {
	font-size: 12px;
	color: #191919;
	background-color: #FFFFFF;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	width: 980px;
	font-weight: normal;
}
/*--- // contents titleに使用 // ---*/
/*--- // products titleに使用 // ---*/
h2 {
}
#h2-contents_title {
	border-style: solid;
	margin: 0px 0px 0px 0px;
	border-width: 1px 1px 0px 10px;
	border-color: #C0C0C0;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFFFCC;
	padding: 5px;
	background-image: none;
}
#h2-products_title {
	margin: 0px 0px 0px 0px;
	border-color: #C0C0C0;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFFFCC;
	padding: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 10px;
	background-image: url('images/contents-back_top.gif');
}
h3 {
	font-size: 16px;
	color: #191919;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-size: 14px;
	color: #191919;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
@media print
{
#main_contents
{
	width: 98%;
	position: absolute;
}
#top_menu {
	display: none;
}
#all_container {
	width: 100%;
	float: none;
}
#container {
	width: 100%;
    float: none;
}
#left_menu {
	display: none;
}
#right_menu {
	display: none;
}
#footer {
	display: none;
	color: #191919;
}
}
/*--- // メイン // ---*/
#main {
	height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*--- // ヘッダー // ---*/
#header {
	width: 980px;
}
/*--- // top menu // ---*/
#top_menu {
	width: 980px;
}
#top_menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#top_menu li {
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: 120px;
	color: #FFFFFF;
	height: 1.3em;
	background-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
#top_menu li a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	background-color: #808080;
	height: 1.3em;
}
#top_menu li a:hover {
	background-color: #999999;
	color: #FFFF00;
}
/*--- // 3カラム全体の囲み // ---*/
#all_container {
	width: 980px;
	float: left;
	margin-top: 5px;
}
/*--- // 左・メインコンテンツ // ---*/
#container {
	float:left;
	width:820px;
}
/*--- // メインコンテンツ // ---*/
#main_contents {
	padding: 2px 5px 5px 5px;
	float: right;
	width: 610px;
}
/*--- // 左メニュー // ---*/
#left_menu {
	float: left;
	width: 198px;
	font-size: 12px;
}
#left_menu ul {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#left_menu li {
	text-align: left;
	color: #191919;
	line-height: 24px;
	padding-left: 3px;
}
#left_menu li a {
	color: #191919;
	text-decoration: none;
}
#left_menu li a:hover {
	text-decoration: underline;
	color: #3399FF;
}
#l_m_back1 {
	background-image: url('images/security-camera.gif');
	height: 25px;
}
#l_m_back2 {
	background-image: url('images/tokusyu-camera.gif');
	height: 25px;
}
#l_m_back3 {
	background-image: url('images/maker-cctv.gif');
	height: 25px;
}
#l_m_back4 {
	background-image: url('images/remote-system.gif');
	height: 25px;
}
#l_m_back5 {
	background-image: url('images/security-recorder.gif');
	height: 25px;
}
#l_m_back6 {
	background-image: url('images/security-accessories.gif');
	height: 25px;
}
#l_m_back7 {
	background-image: url('images/cctv-lense.gif');
	height: 25px;
}
#l_m_back8 {
	background-image: url('images/faq.gif');
	height: 25px;
}
#l_m_back9 {
	background-image: url('images/shopping-guide.gif');
	height: 25px;
}
#l_m_back10 {
	background-image: url('images/company-profile.gif');
	height: 25px;
}
/*--- // 右メニュー // ---*/
#right_menu {
	float:left;
	width:160px;
}
/*--- // フッター // ---*/
#footer {
	clear: both;
	width: 980px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #191919;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #3399FF;
}
/*--- // フッター終了 // ---*/
#info-box {
	padding: 2px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	background-color: #F5F5F5;
	line-height: 20px;
}
#contents_title {
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 0px 1px 1px 1px;
	font-size: 12px;
	padding: 2px;
	background-color: #FFFFCC;
}
#back_link {
	border-width: 0px;
	font-size: 12px;
	padding: 2px;
	background-color: #F5F5F5;
	margin-bottom: 2px;
}
/*--- // フォントブルー太字に // ---*/
.font_blue_b {
	color: #3399FF;
	font-weight: bold;
}
/*--- // フォント太字に // ---*/
.font_bold {
	font-weight: bold;
}
/*--- // デフォルトフォントカラーに // ---*/
.font_blue {
	color: #3399FF;
}
.font_no {
	color: #191919;
}
.font_red {
	color: #FF0000;
}
.new_model_lineup {
	background-color: #F5F5F5;
	font-size: 16px;
	color: #191919;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
	border-color: #C0C0C0;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 10px;
}
.product_list_container {
	width: 600px;
	margin: 5px;
}
.product_list_photo {
	padding: 2px;
	float: left;
	width: 145px;
	height: 145px;
	text-align: center;
	height: 190px;
}
.product_list_name {
	font-size: 13px;
	float: left;
	line-height: 18px;
}
.product_list_exp {
	font-size: 12px;
	float: left;
	width: 450px;
}
.product_list_spec {
	float: left;
	width: 450px;
	font-size: 12px;
}
.table-collapse {
	border-collapse: collapse;
}
.table-collapsef12 {
	font-size: 12px;
	border-collapse: collapse;
}
.table-collapse12px {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 20px;
}
.table-collapse12px-mar10 {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page_top {
	font-size: 12px;
	text-align: right;
	clear: both;
	margin-top: 1px;
	margin-bottom: 1px;
}
.font_nomal_bold {
	color: #191919;
	font-weight: bold;
}
.font-weight-normal {
	font-weight: normal;
	text-align: center;
}
#product_photo {
	width: 295px;
	height: 280px;
	float: left;
	padding: 5px;
	text-align: center;
}
#products_name {
	float: left;
	padding: 5px 5px 2px 5px;
	width: 295px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}
#product_function_icon {
	padding: 5px;
	width: 295px;
	float: left;
	margin-top: 5px;
}

#products_function {
	padding: 0px;
	clear: both;
	float: left;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}
.products_title2 {
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	font-size: 14px;
	line-height: 20px;
	background-image: url('images/contents-back.gif');
}
#products_comment {
	padding: 2px;
	clear: both;
	float: left;
	font-size: 13px;
	border: 1px solid #CCCCCC;
	width: 604px;
	line-height: 20px;
	background-color: #F5F5F5;
}
#products_bookmark {
	float: left;
	font-size: 14px;
	padding: 5px;
	line-height: 20px;
}
.font_size_12px {
	font-size: 12px;
}
#products_rectime {
	float: left;
	clear: both;
	width: 610px;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}
.products_title3 {
	padding: 2px 0px 2px 5px;
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	line-height: 20px;
	background-image: url('images/contents-back.gif');
}
.products_title4 {
	padding: 2px 0px 2px 5px;
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	line-height: 20px;
	background-image: url('images/contents-back.gif');
}
.products_title {
	padding: 2px 0px 2px 5px;
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	line-height: 20px;
	background-image: url('images/contents-back.gif');
}
#products_spec {
	float: left;
	clear: both;
	width: 610px;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}
#products_option {
	float: left;
	clear: both;
	width: 610px;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}
.table_style_white {
	text-align: left;
	vertical-align: top;
}
.font_red_10pix {
	font-size: 10px;
	color: #FF0000;
}
.font_no_10pix {
	font-size: 10px;
	color: #191919;
}
.font_orange_12px {
	color: #FF9966;
	font-size: 12px;
}
.page_top_list {
	font-size: 12px;
	text-align: right;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-top: 1px;
	margin-bottom: 1px;
}
#products_box {
	padding: 0px;
	clear: both;
	float: left;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}
.box {
	padding: 2px;
	clear: both;
	float: left;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 604px;
	line-height: 20px;
}
.img-noneborder {
	border-width: 0;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.table_style1_center_red {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	color: #FF0000;
}
.next_back_box {
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
.kakoi {
	font-size: 14px;
	border: 1px solid #191919;
	padding: 1px 5px 1px 5px;
}
.kakoi2 {
	font-size: 14px;
	border: 1px solid #191919;
	padding: 1px 5px 1px 5px;
	background-color: #191919;
	color: #FFFFFF;
}
.table_style_white_12px {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
.font_orange {
	color: #FF9966;
}
.table_style2_center {
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
	border-color: #C0C0C0;
	text-align: center;
}
.table_style3_center {
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFCC;
	border-color: #C0C0C0;
	text-align: center;
}
.table_style3g_center {
	border-style: solid;
	border-width: 1px;
	background-color: #DDDDDD;
	border-color: #C0C0C0;
	text-align: center;
}
.table_style_white_12px_center {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.table_style_white_l_m {
	text-align: left;
	vertical-align: middle;
}
.coution {
	font-size: 10px;
	color: #191919;
	line-height: 13px;
}
.font_red_12px {
	color: #FF0000;
	font-size: 12px;
}
.comment_style1 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #191919;
}
.function_colum_box {
    width: 608px;
	clear: both;
	padding: 0px;
	float: left;
}
.function_colum {
	padding: 0px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}
.function_colum_title {
    width: 608px;
    clear: both;
	padding: 0px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}
.function_right_img {
	float: right;
	font-size: small;
	clear: both;
}
.kuronekomail {
	border: 1px solid #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 598px;
	line-height: 20px;
}
.table_style1_center_font12 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
}
.table_style1_center_font12red {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
	color: #FF0000;
}
.box_bg {
	border: 1px solid #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 598px;
	line-height: 20px;
	background-color: #FFFFCC;
}
.box_bg_gray {
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 598px;
	line-height: 20px;
	background-color: #F5F5F5;
}
.box_nosolid {
	border: 0px solid #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 598px;
	line-height: 20px;
}
.sub_title {
	padding: 2px 0px 2px 5px;
	margin: 0px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	line-height: 20px;
}
.table_underline {
	padding: 2px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.table_underline_c_m {
	padding: 2px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	text-align: center;
	vertical-align: middle;
}
.table_under_top_line {
	padding: 2px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
.table_under_topline_c_m {
	padding: 2px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	text-align: center;
	vertical-align: middle;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
.ul_sankaku {
	list-style-image: url('images/sankaku.gif');
}
.li_12px {
	font-size: 12px;
}
.ul_div_tishiki {
	width: 600px;
	line-height: 20px;
	margin-top: 30px;
}
.li_cctvqa_2 {
	font-size: 12px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.box_bg_gray_2 {
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 590px;
	line-height: 20px;
	background-color: #F5F5F5;
}
.box_ip {
	border-style: solid;
	border-width: 0px;
	border-color: #C0C0C0;
	margin: 10px 0px 10px 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 590px;
	line-height: 20px;
}
.p_bg_gray {
	border-style: solid;
	border-width: 0px;
	margin: 10px 0px 10px 0px;
	padding: 1px 5px 1px 5px;
	background-color: #F5F5F5;
}
.sample_photo_box {
	width: 590px;
}
.sample_photo_form {
	width: 280px;
	float: left;
	padding-top: 150px;
	padding-left: 10px;
}
.sample_photo {
	width: 290px;
	float: right;
}
.s_g_box1 {
	line-height: 20px;
	width: 604px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px 2px 5px 2px;
	font-size: 12px;
}
.li_shopguide {
	font-size: 12px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.ul_div_shopguide {
	width: 600px;
	line-height: 20px;
}
.font16 {
	font-size: 16px;
	color: #3399FF;
}
.table_style_white_12px_left_middle {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}
.table_style_white_12px_left_middleCopy {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}
.p_bg_gray_souryo {
	border-style: solid;
	border-width: 0px;
	margin: 10px 0px 10px 0px;
	padding: 1px 5px 1px 5px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 20px;
}
.li_shopguide_top {
	font-size: 12px;
	line-height: 20px;
}
.div_left {
	float: left;
	width: 250px;
}
.div_right {
	float: left;
	width: 304px;
}
.div_left_right_kakoi {
	width: 608px;
}
.ssl {
	float: right;
	clear: both;
	font-size: 12px;
	text-align: right;
	color: #3399FF;
}
.table_style1_left_font12 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}
.table_style1_center_font14 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}
.box_form {
	border: 1px solid #C0C0C0;
	margin: 5px 1px 5px 1px;
	padding: 1px 5px 1px 5px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 498px;
	line-height: 20px;
	background-color: #FFFFCC;
}
.company_p1 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	text-align: center;
	border: 1px solid #C0C0C0;
}
.company_p2 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	text-align: left;
	border: 1px solid #C0C0C0;
}
.table_style1_center_font12_yellow {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	background-color: #FFFFCC;
}
.table_style1_center_font12 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}
.table_style1_left_font12red {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	font-size: 12px;
	color: #FF0000;
	vertical-align: middle;
}
.back_link_sitemap {
	border-width: 0px;
	font-size: 12px;
	background-color: #F5F5F5;
	padding-top: 2px;
	padding-bottom: 20px;
	line-height: 20px;
	width: 980px;
}
.ul_div_sitemap_bg {
	width: 980px;
	line-height: 20px;
}
.ul_div_sitemap_2 {
	width: 980px;
	line-height: 20px;
}
.ul_div_sitemap {
	width: 100%;
	line-height: 20px;
}
.li_sitemap {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.li_sitemap a {
	color: #191919;
	text-decoration: none;
}
.li_sitemap a:hover {
	text-decoration: underline;
	color: #3399FF;
}
img {
    border:0px;
}
.back_yellow {
	background-color: #FFFFCC;
	padding: 5px;
}
.font_pink {
	color: #FF6666;
}
.table_center {
	text-align: center;
}
.coution_both {
	font-size: 10px;
	color: #191919;
	line-height: 13px;
	clear: both;
}
.const_back1 {
	line-height: 20px;
	width: 604px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px 2px 5px 2px;
	font-size: 12px;
	background-image: url('shop/images/const-back1.gif');
	color: #333333;
}
/* --- 丸角ボックス --- */
.example {
	padding: 30px 0px 30px 4px;
	background-color: #ffffff;
	font-size: 12px;
	color: #191919;
	line-height: 20px;
}
.section {
width: 600px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(images/maru1_600_bottom.gif) no-repeat bottom; /* ボックスの背景 */
}
/* --- 見出し --- */
.section h2 {
margin: 0; /* 見出しのマージン */
padding: 1em 10px 0 10px; /* 見出しのパディング（上右下左） */
background: #ffffff url(images/maru1_600_top.gif) no-repeat top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
}
/* --- ボックス内の段落 --- */
.section p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}
/* --- 丸角ボックス終わり --- */
.products_box {
	padding: 0px;
	clear: both;
	float: left;
	font-size: 14px;
	width: 608px;
	line-height: 20px;
}

.b-camera_cable_photo {
	padding: 2px 2px 2px 2px;
	float: left;
	width: 145px;
	height: 160px;
	text-align: center;
	clear: both;
}
.underline {
	font-size: 12px;
	text-align: right;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.f12_l20 {
	font-size: 12px;
	line-height: 20px;
}
.f14_l20_back {
	font-size: 14px;
	line-height: 20px;
	background-color: #F5F5F5;
	border-left-style: double;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.f14_l20_back_title {
	font-size: 14px;
	line-height: 20px;
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #C0C0C0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.table_style1_center_f12_l20 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}
.table_style1_left_m_f12_l20 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
}
/* --- トップページ丸角ボックス --- */
.example-top {
	padding: 0px 0px 5px 4px;
	background-color: #ffffff;
	font-size: 12px;
	color: #191919;
	line-height: 20px;
}
.section-top {
width: 600px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(images/maru1_600_bottom.gif) no-repeat bottom; /* ボックスの背景 */
}
/* --- 見出し --- */
.section-top h2 {
margin: 0; /* 見出しのマージン */
padding: 1em 10px 0 10px; /* 見出しのパディング（上右下左） */
background: #ffffff url(images/maru1_600_top.gif) no-repeat top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
}
/* --- ボックス内の段落 --- */
.section-top p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}
/* --- 丸角ボックス終わり --- */
.home_box {
	margin: 5px 4px 5px 4px;
	clear: both;
}
.home_box2 {
	margin: 5px 4px 0px 4px;
}
.home_box_f12 {
	margin: 5px 4px 5px 4px;
	font-size: 12px;
	line-height: 20px;
	clear: both;
}
.home_box_left_photo {
	width: 120px;
	height: 120px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	clear: both;
}
.home_box_right_example {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.update-box {
	width: 598px;
	margin: 0px 0px 5px 4px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #C0C0C0;
	font-size: 10px;
}
.update-box ul {
	padding: 5px 0px 5px 25px;
	margin: 0px;
	list-style-image: url('images/list_update.gif');
}
.update-box li {
	font-size: 12px;
	line-height: 20px;
}
.new-model-title {
	margin: 5px 6px 5px 4px;
	font-size: 12px;
	line-height: 20px;
	color: #191919;
}
.div_left_300 {
	border: 1px solid #C0C0C0;
	width: 295px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.div_right_300 {
	border: 1px solid #C0C0C0;
	width: 295px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	float: right;
}
.table_style1_center_font10 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
}
.footer_1 {
	border: 1px solid #C0C0C0;
	padding: 1px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 978px;
	line-height: 20px;
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cart1 {
	vertical-align: middle;
	font-size: 10px;
}
.back_gray {
	background-color: #F5F5F5;
}
.lens_o_coution {
	font-size: 12px;
	line-height: 20px;
	border: 1px dashed #3399FF;
	padding: 3px;
	background-color: #EEFFFF;
}
.table_style2_font12 {
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
	border-color: #C0C0C0;
	font-size: 12px;
}
.b-cameraset-cable {
	float: left;
	width: 600px;
}
.img-border {
	border: 1px solid #191919;
}
.li_faq {
	font-size: 12px;
	line-height: 20px;
	list-style-image: url('shop/images/faq-q.gif');
}
.faq-q {
	background-image: url('shop/images/faq-q-bk.gif');
	padding-left: 25px;
	height: 22px;
	line-height: 20px;
}
.faq-a {
	padding: 5px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 20px;
}
.faq-q2 {
	background-image: url('shop/images/faq-q-bk.gif');
	padding-left: 25px;
	line-height: 20px;
}
.box_5555_glay_12 {
	padding: 5px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 20px;
}
.price_right {
	text-align: right;
	line-height: 20px;
	padding: 5px;
}
.footer_2 {
	padding: 1px;
	clear: both;
	float: left;
	font-size: 12px;
	width: 978px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.rm-border {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.img-border2 {
	border: 1px solid #CCCCCC;
}
.douga {
	padding-left: 34px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.font_pink_12pix {
	color: #FF6666;
	font-size: 12px;
}
.font_nl {
	font-weight: normal;
}
.sub-title-b {
	background-image: url('images/sub-title-b.jpg');
	border: 1px solid #C0C0C0;
	padding-left: 5px;
	color: #333333;
	padding-top: 2px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.sub-title-b2 {
	background-image: url('images/sub-title-b.jpg');
	padding-left: 5px;
	color: #333333;
	padding-top: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
.font_12px_blue {
	font-size: 12px;
	color: #3399FF;
}
.b-set-order {
	padding: 5px 5px 10px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #008FC1;
}
.b-set-order-div {
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #008FC1;
	border-right-color: #008FC1;
	border-left-color: #008FC1;
	margin-top: 10px;
	margin-bottom: 10px;
}
.coution_red {
	font-size: 12px;
	line-height: 20px;
	border: 1px dashed #FF0000;
	padding: 3px;
	background-color: #FFFFCC;
}
.under {
	text-align: left;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.table_style1_center_font12_yellow_left {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	background-color: #FFFFCC;
}
.function_colum2 {
	padding: 0px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	width: 490px;
	vertical-align: middle;
}
.function_colum2right {
	padding: 10px;
	float: right;
	font-size: 14px;
	line-height: 20px;
	width: 470px;
}
.back_purple {
	background-color: #D4CDE6;
	color: #5464A8;
	padding-top: 2px;
	padding-left: 5px;
}
.douga600 {
	padding-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 4px;
}
.s_list_left {
	width: 304px;
	float: left;
}
.s_list_right {
	width: 304px;
	float: right;
}
.s_list {
	padding: 5px 20px 0px 30px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
}
.s_list a:link {
    text-decoration: none;
}
.s_list a:visited {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 1px;
}
.page_top_list2 {
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}
.cctv_comment {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.rinji {
	font-size: 12px;
	line-height: 20px;
	border-top-style: dotted;
	border-top-width: 2px;
	border-top-color: #808080;
	padding: 10px;
	margin: 10px;
}
.rinji2 {
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.rinji3 {
	font-size: 12px;
	line-height: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #808080;
	padding: 10px;
	margin: 10px;
}
.form00 {
	padding: 0px;
	margin: 0px;
}
.list-point {
	font-size: 12px;
	line-height: 20px;
	margin-left: 20px;
	display: block;
	padding-left: 5px;
}
.point {
	border: 1px solid #C0C0C0;
	padding: 1px 5px 1px 5px;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.font_no_12pix {
	font-size: 12px;
	color: #191919;
}

