@charset "UTF-8";

@import url(page.css);

/*lideli standerd  1.04 2009.10.09*/

body,div,p,span,td,th,img,h1,h2,h3,h4,h5,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
	color: #000;
	font-weight: normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}


h1,
h2,
h3 {
	clear: both;
	}


div,p,span,td,th {
	font-size: 1em;
	line-height: 1.4em;
	}

td,th {
	vertical-align: top;
	}

/*リンク基本*/


a {
	border: 0;
	}

a:link {
	color: blue;
	}

a:visited {
	color: purple;
	}

a:hover {
	color: gray;
	text-decoration: underline;
	}

a:active {
	color: blue;
	}

a.in {
	background: url(img/triangle2.gif) no-repeat left 4px;
	padding-left: 14px;
	font-size: 1em;
	}

a.inner {
	background: url(img/triangle3.png) no-repeat left  4px;
	padding-left: 14px;
	font-size: 1em;
	}

a.out {
	background: url(img/triangle4.png) no-repeat left  4px;
	padding-left: 14px;
	font-size: 1em;
	}


/*body_main*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	}

#top_body {
	background: url(img/top_body.png) repeat-x 0px 0px;
	}

#main_body {
	background: url(img/main_body.png) repeat-x 0px 0px;
	background-color: #e7e7e7;
	}

.shadow {
	-moz-box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
	}


/*レイアウト*/
#head {
	width: 950px;
	height: 56px;
	background: url(../img/hd_03.jpg) no-repeat 0px 0px;
	}

#main {
	border-right: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	margin: 0px auto;
	text-align: left;
	width: 950px;
	background-color: #fff;
	}

#main_body #contents {
	padding:20px;
	}

#main #contents:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}

#page_main {
	float:left;
	width: 660px;
	padding-bottom: 30px;
	margin:0 0 0 10px;
	}

#sholder {
	float: right;
	width: 200px;
	margin:0 16px 0;
	}

#footer{
	width:100%;
	background-image:url(img/footer_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}




/***** header *****/

h1.logo{
	float:left;
	}
	
h1.logo a{
	text-indent:-9999px;
	display:block;
	width: 440px;
	height: 50px;
	}

.tex {
	float:left;
	color: #fff;
	font-size: .8em;
	width:240px;
	padding:10px;
	}

.mini_menu {
	float:right;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	width:240px;
	padding:10px 5px;
	}

/***** contents *****/
#contents .waku{
	font-size:12pt;
	line-height:1.8;
	}

#contents .waku p{
	font-size:11pt;
	line-height:1.5;
	}	

.sab_descript{
	font-size:10pt;
	padding:0 5px 20px;
	}

.sab_descript ul{
	list-style:none;
	padding:10px 0 0 0;
	}

.sab_descript ul li{
	padding:4px 0 0 25px;
	background-image:url(../img/list_mark_kome.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}

/***** sholder *****/
#sholder h3{
	color:#ff0000;
	padding:5px 10px 7px;
	margin:0 0 10px 0;
	background-color:none;
	background-image:none;
	color:#fff;
	background-color:#000;
	}

#sholder .page_menu{
	padding:7px;
	background-image:url(../img/top_right_back.gif);
	background-position:center;
	background-repeat:repeat-y;
	border:1px solid #dbd8d8;
	}

#sholder .page_menu ul{
	list-style:none;
	font-size:11pt;
	color:#fff;
	}

#sholder .page_menu ul li{

	}

#sholder .page_menu ul li ul{
	padding:0 0 0 20px;
	}

#sholder .page_menu ul li a{
	display:block;
	padding:5px 5px 5px 25px;
	color:#575757;
	text-decoration:none;
	background-image:url(../img/list_mark_g.gif);
	background-position:left;
	background-repeat:repeat-y;

	}

#sholder .page_menu ul li.tab_select a{
	color:#575757;
	background-image:url(../img/list_mark_g.gif);
	background-color:#e4e4e4;
	}

#sholder .page_menu ul li a:hover{
	color:#575757;
	background-image:url(../img/list_mark_g.gif);
	background-color:#e4e4e4;
	}

#sholder .page_menu ul li ul li a{
	margin:0 10px 0 0;
	padding:2px 5px 2px 20px;
	background-image:url(../img/list_mark_yaji_b.gif);
	}

#sholder .page_menu ul li ul li a:hover{
	background-image:url(../img/list_mark_yaji_w.gif);
	}

#sholder .page_menu ul li ul li.tab_select_off a{
	color:#575757;
	background-image:url(../img/list_mark_yaji_g.gif);
	background-color:#fff;
	}


#sholder2 {
	width: 200px;
	float: right;
	font-size:11pt;
	margin:0 16px 0;
}

#sholder2 div.page_menu a {
	display: block;
}

/***** footer *****/

#bg_foot {
	background: url(img/footer_bg.png) repeat-x 0px 0px;
	}

#foot {
	border-right: 3px solid #333;
	border-left: 3px solid #333;
	margin: 0px auto;
	clear: both;
	width: 950px;
	background: url(../img/footimg.jpg) no-repeat 0px 0px;
	}

#foot .corp {
	color: #000;
	font-size: .6em;
	margin-left: 30px;
	}

#foot .address {
	color: #000;
	font-size: .6em;
	margin-left: 30px;
	}

#foot .copy {
	color: #000;
	font-size: .6em;
	margin-left: 30px;
	}




/*ぱんくず*/
.pankuzu {
	font-size:.8em;
	margin:-10px 0 0;
	}

/*ページトップへ*/
.for_top {
	width:650px;
	font-size: .8em;
	text-align: right;
	clear: both;
	margin: 20px 5px 30px;
	}

.clear {
	clear: both;
	}



/*基本コンテンツ*/

#main_body h2 {
	margin:20px 4px 30px;
/*
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	padding:0;
	margin:10px auto 30px;
	background-color:#efefef;
*/
/*
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	line-height: 160%;
	text-indent: 10px;
	width: 907px;
	height: 44px;
	margin: 20px 0 20px;
	background: url(../img/h1BG.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 10px;
*/
}

#page_main h3 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	text-indent:24px;
	width:670px;
	height: 32px;
	padding-top: 10px;
	margin:0 0 10px;
	background: url(../img/h3BG.gif) no-repeat;
	}

#page_main h4 {
	font-size: .9em;
	color: #555353;
	font-weight: bold;
	line-height: 120%;
	text-indent: 10px;
	height: 40px;
	margin: 20px 0 10px;
	background: url(../img/h4BG.gif) no-repeat;
	padding-top: 12px;
	padding-left: 24px;
	}

#page_main h5 {
	font-size:12pt;
	font-weight:bold;
	margin:0 0 10px;
	padding:5px 10px 4px 30px;
	background-color:#72c8ef;
	border-bottom:0px solid #333;
	background-image: url(img/triangle2.gif) ;
	background-repeat:no-repeat;
	background-position: 8px 10px;
	color: #fff;
	}

.right{
	float:right;
	padding:0 0 10px 10px;
	}

.left{
	float:left;
	padding:0 10px 10px 0;
	}

.center{
	display:block;
	clear:both;
	margin:0 auto;
	padding:0 5px 10px 5px;
	}

.lage_img_waku{
	margin:0 0 20px 20px;
	width:610px;
	}

.lage_img_waku img{
	width:100%;
	}

.half{
	width:320px;
	}

.tbl_layout {
	margin:20px; 0 0 0;
	}

.tbl_layout td {
	font-size: 0.9em;
	border-collapse: collapse;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
	}

.bg_clr {
	background-color: #e9e9e9;
	}

.cell_layout {
	text-align: center;
	border-bottom: 1px solid #aaa;
	}

.tbl_layout_b td {
	font-size: 1em;
	padding: 5px;
	}

.tbl_layout_b span {
	font-weight: bold;
	color: #fca600;
	}

.tbl_layout_c td {
	font-size: 1em;
	border-collapse: collapse;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 5px;
	}





.tbl_layout02 {
	margin:20px; 0 0 0;
	font-size:12px;
	}

.tbl_layout02 tr {
	text-align:center;
	}

.tbl_layout02 td {
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align:middle;
	}






/*
.line {
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
	}
*/

.product_price {
	width: 210px;
	height: 40px;
	font-size: .9em;
	color: #fff;
	line-height: 200%;
	text-indent: 20px;
	margin-left: 10px;
	background: url(../img/button.png) no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	}

.text_field {
	width: 600px;
	height: auto;
	font-size: 11pt;
	padding: 0 0 30px 10px;
	margin:0 0 20px;
	}

.text_field_neon {
	width: 600px;
	height: 200px;
	font-size: 0.8em;
	padding: 10px;
	}

.text_field_repair {
	width: 600px;
	height: auto;
	font-size: 11pt;
	padding: 0 0 0 10px;
	margin:0 0 20px;
	}


.text_field_question {
	width: 600px;
	height: auto;
	font-size: 11pt;
	padding: 0 0 10px 10px;
	}

.text_field_order {
	width: 640px;
	height: auto;
	font-size: 11pt;
	padding: 10px;
	}

.text_field_order p {
	padding: 10px 0 0 24px;
}




.text_field02 {
	width: 600px;
	height: auto;
	font-size: 12px;
	padding: 0 0 30px 10px;
	margin:0 0 20px;
	text-align:center;
	}

.text_field02 td{
	vertical-align:middle;
	}



.led_panel_pdf {
	width: 400px;
	height: 30px;
	font-size: 0.8em;
	margin-left: 300px;
	background-image: url(../img/button_image.gif);
	}

.renew_point {
	width: 600px;
	height: 70px;
	font-size: 14px;
	margin:0 0 0 40px;
	}

.repair_point {
	width: 700px;
	height: auto;
	font-size: 1em;
	}

.renew_point ul {
	margin-right: 40px;
	}

.renew_point li {
	float: left;
	margin-right: 40px;
	}

.repair_point ul {
	margin-right: 40px;
	}

.repair_point li {
	list-style: none;
	float: left;
	margin-right: 40px;
	}

.txt_deco_a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	text-indent: 10px;
	width: 629px;
	height: 40px;
	margin: 20px 0 0 -10px;
	background: url(../img/qa.jpg) no-repeat;
	padding-top: 12px;
	padding-left: 24px;
	}

.txt_deco_b {
	font-size: 12pt;
	color: #025afb;
	font-weight:bold;
	margin:0 0 10px;
	}

.txt_deco_c {
	font-size: 1em;
	color: #025afb;
	}

.txt_deco_d {
	font-size: 1em;
	font-weight: bold;
	color: red;
	}

.txt_deco_e {
	width: 630px;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	color: #000;
	text-indent: 10px;
	border: 1px solid #5089fe;
	background-color: #b1cbff;
	}

.txt_deco_f {
	width: 630px;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	color: #000;
	text-indent: 10px;
	border: 1px solid #fdb94e;
	background-color: #fde7c5;
	}

.txt_deco_g {
	width: 630px;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	color: #000;
	text-indent: 10px;
	border: 1px solid #11cc02;
	background-color: #c4febf;
	}

.txt_deco_e span {
	float: right;
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	color: #000;
	margin-right: 10px;
	}

.txt_deco_f span {
	float: right;
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	color: #000;
	margin-right: 10px;
	}

.txt_deco_g span {
	float: right;
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	color: #000;
	margin-right: 10px;
	}

.arrow_point {
	height: 54px;
	text-indent: -9999px;
	text-align: center;
	margin: 20px 0 20px 300px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	}

ul#bt_2nd{
	list-style:none;
	padding:0;
	}

ul#bt_2nd li{
	float:left;
	margin:0;
	padding:0;
	}

#bt_2nd a .icon {
	display: none;	
	}

#bt_2nd a:hover .icon {
	display:block;
    position:absolute;
    height:270px;
    top:-271px;
    left:-108px;
    z-index: 10;
	}

#bt_2nd a .icon2 {
	display: none;	
	}

#bt_2nd a:hover .icon2 {
	display:block;
    position:absolute;
    height:270px;
    top:-271px;
    left:-211px;
    z-index: 10;
	}

#bt_2nd a .icon3 {
	display: none;	
	}

#bt_2nd a:hover .icon3 {
	display:block;
    position:absolute;
    height:270px;
    top:-271px;
    left:-317px;
    z-index: 10;
	}


.ie6 #bt_2nd {
	display: block;
	width: 955px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	clear: both;
	}

.ie6 #main {
	display: block;
	width: 950px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: transparent url(../img/main_body.png) repeat-x;
	}

.ie6 .topBG {
	display: block;
	width: 950px;
	height: 269px;
	border: none;
	}

.ie6 #top_rightbox {
	padding: 5px 10px 10px 10px;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 410px;
	height: 290px;
	}

.ie6 #top_rightbox h1 {
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 1.4em;
	font-weight: bold;
	}

.ie6 .gf-relativePublishedDate {
	font-size: 10px;
	float: left;
	white-space: nowrap;
	}

.ie6 .gf-title {
	background: url(css/img/triangle2.gif) no-repeat 0px 3px;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: both;
	}

.ie6 #feedControl .gf-author, #feedControl .gf-spacer, #feedControl .gfc-resultsHeader {
	display: none;
	}

.ie6 #feedControl .gfc-result {
	display: block;
	margin-bottom: 4px;
	margin-bottom: 4px;
	padding: 5px;
	}

.ie6 .gf-snippet {
	display: none;
	font-size: 12px;
	line-height: 4px;
	}

.ie6 .gf-title {
	overflow: auto;
	}

.ie6 .renew_point {
	width: 700px;
	height: 70px;
	font-size: 0.9em;
	}

.ie6 .repair_point {
	width: 700px;
	height: 70px;
	font-size: 1em;
	}

.ie6 .renew_point ul {
	display: block;
	width: 600px;
	height: 70px;
	margin-right: 40px;
	list-style-type: disc;
	}

.ie6 .renew_point li {
	display: block;
	width: 160px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	}

.ie6 .repair_point ul {
	margin-right: 40px;
	}

.ie6 .repair_point li {
	list-style: none;
	float: left;
	margin-right: 40px;
	}


span.youten {
    color: #FF0000;
    font-size: 12px;
	}

.sec01 {
    height: auto;
    margin-bottom: 30px;
	width:600px;
	}

.sec01_img {
    float: left;
	width:280px;
	margin-right:10px
	}

.sec01_txt {
	float:right;
	width:310px;
	font-size:14px;
	}






/**回り込み解除**/

/*clearfix*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}
	
.clearfix{
	min-height:1px;
	}
	
* html .clearfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
	}