@charset "utf-8";
body {
    margin: 0;
	padding: 0;
    font-family: "メイリオ","Meiryo",verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

ヘッダー

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


header {
  width: 100%;
  height: 80px;
  background: url(img/head_bg.gif) repeat-x;
  overflow: hidden;
}
  
#head {
  width: 960px;
  height: 80px;
  margin: 0 auto;
  background: url(img/head.gif);
}

#head_l {
	width: 680px;
  height: 80px;
	float: left;
}

#head_l h1{
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

#head_l a {
  width: 145px;
  height: 80px;
  top: 0;
  position: absolute;
  display: block;
  background: url(img/head.gif) no-repeat;
  text-indent: -9999px;
}

#head_r {
	width: 220px;
  height: 80px;
	float: right;
}

#head_r a {
	width: 220px;
  height: 80px;
	display: block;
	text-indent: -9999px;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

ナビゲーション

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


#navi_bg {
	width: 100%;
	height: 50px;
	background: url(img/navi_bg.gif) repeat-x;
	margin-bottom: 20px;
}

#navi {
    height: 50px;
	width: 960px;
	margin: 0 auto;
}

#navi ul,li {
    margin: 0;
	padding: 0;
	list-style: none;
}

#navi li {
	float: left;
	text-align: center;
}

#navi li a {
    height: 50px;
	width: 192px;
	display: block;
	text-indent: -9999px;
}

#navi li#nbt1 a {
    background: url(bt/navi.gif) no-repeat 0px 0px;
}
#navi li#nbt1 a:hover {
    background: url(bt/navion.gif) no-repeat 0px 0px;
}

#navi li#nbt2 a {
    background: url(bt/navi.gif) no-repeat -192px 0px;
}
#navi li#nbt2 a:hover {
    background: url(bt/navion.gif) no-repeat -192px 0px;
}

#navi li#nbt3 a {
    background: url(bt/navi.gif) no-repeat -384px 0px;
}
#navi li#nbt3 a:hover {
    background: url(bt/navion.gif) no-repeat -384px 0px;
}

#navi li#nbt4 a {
    background: url(bt/navi.gif) no-repeat -576px 0px;
}
#navi li#nbt4 a:hover {
    background: url(bt/navion.gif) no-repeat -576px 0px;
}

#navi li#nbt5 a {
    background: url(bt/navi.gif) no-repeat -768px 0px;
}
#navi li#nbt5 a:hover {
    background: url(bt/navion.gif) no-repeat -768px 0px;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

コンテンツ

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#contet {
	width: 960px;
	margin: 0 auto;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #333333;
	font-size: 12px;
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

レフトエリア

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


#left {
  width: 220px;
  float: left;
}

#left h2 {
  width: 220px;
  padding: 10px 0 8px 10px;
  background: url(img/l_h2.gif) no-repeat;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}


ul.left_menu {
	width: 220px;
	margin: 0;
}

ul.left_menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.left_menu li a {
	display: block;
	padding: 8px 0 6px 22px;
	background: url(img/l_li.png) no-repeat left center;
	text-decoration: none;
	color: #333333;
	border-bottom: dotted 1px #CCCCCC;
}

ul.left_menu li a:hover {
	background: url(img/l_lion.png) no-repeat #205ead left center;
	color: #FFFFFF;
}

#left img {
	margin: 0 0 5px 0;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

ライトエリア

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


#right {
	width: 720px;
	float: right;
}

#right h2 {
  background: url(img/r_h2.gif) no-repeat;
  padding: 10px 0 8px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 10px;
}

#right h3 {
	padding: 4px 0 8px 10px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 14px;
	background: url(img/r_h3.gif) no-repeat;
}

#right p {
	margin-bottom: 20px;
}

.r_box {
	margin-bottom: 20px;
	overflow: hidden;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

フッター

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


#topback {
	width: 960px;
	padding: 15px 0 0 0;
	margin: 0 auto;
	text-align: right;
	clear: both;
}

footer {
	width: 100%;
	border-top: solid 1px #bcbec2;
	background: #f1f3f6;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}
 
#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 10px;
	color: #666666;
}

ul.foot {
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-bottom: dotted 1px #CCCCCC;
	overflow: hidden;
}

ul.foot li {
	margin: 0 12px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul.foot li a {
	text-decoration: none;
	color: #666666;
	background: url(img/foot_li.png) no-repeat left center;
	padding: 0 0 0 12px;
}

ul.foot li a:hover {
	text-decoration: underline;
	color: #999999;
}

#copyright {
	height: 31px;
	padding: 70px 0 0 0;
}

#copyright img {
	float: left;
}

#copyright p {
	font-size: 10px;
	padding: 14px 0 0 0;
	text-align: right;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

トップページ

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


#main_bg {
	width: 100%;
	height: 350px;
	background: url(img/main.jpg) no-repeat;
	background-position: 50% 0;
}

#main {
	width: 960px;
	height: 350px;
}

#main h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#main p {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.topbox {
	margin-bottom: 10px;
}

.top_bt1 {
	width: 232px;
	margin-right: 12px;
	float: left;
}

.top_bt2 {
	width: 232px;
	float: left;
}


ul.toplink {
	margin: 5px 0;
	padding: 0 0 0 8px;
	font-size: 12px;
}

ul.toplink li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.toplink li a {
	text-decoration: none;
	color: #2a70da;
	background: url(img/top_li.gif) no-repeat left center;
	padding: 2px 0 0 12px;
}

ul.toplink li a:hover {
	text-decoration: underline;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

会社概要

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


table#com {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

table#com th,
table#com td {
	border: solid 1px #bfcaca;
}

table#com th {
	padding: 5px;
	background: #e6eef4;
}

table#com td {
	padding: 5px 0 5px 10px;
}

.col1 {
display: inline-block;
width: 7em;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

特定商法取引法

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/


table#legal {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

table#legal th,
table#legal td {
	border: solid 1px #bfcaca;
}

table#legal th {
	padding: 5px;
	background: #cfe3d8;
}

table#legal td {
	padding: 5px 0 5px 10px;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆

商材ページ（LED）

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.shosai_bt {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: right;
}

.name_box {
	border: solid 1px #d7e0e7;
	background: #f3f6f9;
	padding: 10px 15px;
	color: #1b5e91;
	font-weight: bold;
	margin-bottom: 20px;
}

.name_box img {
	margin-right: 5px;
}

.name_box2 {
	border: solid 1px #d7e0e7;
	background: #f3f6f9;
	padding: 10px 15px;
	margin-bottom: 20px;
}

.name_box2 table.item {
	border-collapse: collapse;
	margin-bottom: 20px;
	background: #FFFFFF;
	width: 100%;
}

.name_box2 table.item th,
.name_box2 table.item td {
	padding: 5px 10px;
	border: solid 1px #CCCCCC;
}

.name_box2 table.item th {
	text-align: left;
	font-weight: normal;
}

.item_bt_l {
	float: left;
	width: 350px;
}

.item_bt_r {
	float: right;
	width: 350px;
}

.item_bt_r2 {
	float: right;
	width: 367px;
}

/*******

テスター

********/

#tester {
	width: 720px;
	background: url(img/tester2.jpg) no-repeat;
	padding: 380px 0 0 0;
}

span.gold {
	color: #614521;
	font-size: 16px;
	font-weight: bold;
}

table#tester_box {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table#tester_box th {
	background: #cad2de;
	padding: 5px 0;
	border: solid 1px #c4c1c1;
}

table#tester_box td {
	padding: 5px;
	background: #f4f7fc;
	border: solid 1px #c4c1c1;
}

table#tester_box td.tdcenter {
	text-align: center;
}
.line-height {
    line-height: 16px;
}