/*
Theme Name: TsubotaSokki Theme
Author:Atsushige Makabe


*/


/*    リセット
----------------------------------------------------- */
/*	{
		font:13px； MS Pゴシック,arial,helvetica,sans-serif;
		*font-size:small;
		*font:x-small;
}*/
html{
    color:#000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,address,strong {
    margin:0;padding:0;
		font-family: arial,sans-serif;
		font:13px； arial,sans-serif;
		*font-size:medium;
		*font:x-small;
}
/*table{
    border-collapse:collapse;border-spacing:0;
}*/
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
legend{ color:#000; }
div.clearfix {
	clear: both;
}

/*    body & wrapper
----------------------------------------------------- */

body {
	width: 100%;
	background-image: url(images/bg_topbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body#map	{
	background-image: none;
	background-color: #EEE;
}
#wrapper {
	width: 940px;
	position: relative;
	height: 100%;
	top: 0px;
	right: 0px;
	margin: 0px auto;
	padding: 25px 10px 0px;
}


/*    ヘッダー
----------------------------------------------------- */

#header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 940px;
}

div#header h1 {
	display: none;
}
img#sidelogo {
	position: absolute;
	top: 0px;
	right: -100px;
}
#header p#title_desc {
	font-size: 85%;
	margin-top: 5px;
}

#header ul.upper {
	position: absolute;
	top: 0px;
	right: -10px;
	height: 26px;
	width: 435px;
	width: _auto; /* for IE6 */
	background-image: url(images/bg_headerlink_black.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header ul.upper li {
	height: 26px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header ul.upper li.toHome {
	width: 96px;
	height: 26px;
	background-image: url(images/bg_headerlink_gray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCC;
}
#header ul.upper li.toHome a {
	display: block;
	margin: 0px 15px 0px 20px;
	padding-left: 22px;
	background-image: url(images/ico_mini_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	line-height: 22px;
	color: #006;
	text-decoration: none;
	font-size: 77%;
}
#header ul.upper li.toHome a:hover {
	text-decoration: underline;
}
#header ul.upper li.toCompany {
	width: 108px;
	height: 26px;
	background-color: #000;
	background-image: url(images/bg_headerlink_black.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header ul.upper li.toCompany a {
	display: block;
	margin: 0px 20px 0px 17px;
	padding-left: 20px;
	background-image: url(images/ico_mini_company.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	line-height: 22px;
	color: #EEE;
	text-decoration: none;
	font-size: 77%;
}
#header ul.upper li.toCompany a:hover {
	text-decoration: underline;
}
#header ul.upper li.toSiteMap {
	width: 82px;
	margin-right:10px;
	height: 26px;
	background-color: #000;
	background-image: url(images/bg_headerlink_black.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header ul.upper li.toSiteMap a {
	display: block;
	padding-left: 20px;
	background-image: url(images/ico_mini_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	line-height: 22px;
	color: #EEE;
	text-decoration: none;
	font-size: 77%;
}
#header ul.upper li.toSiteMap a:hover {
	text-decoration: underline;
}
#header ul.upper li.toContact {
	width: 122px;
	height: 26px;
/*	background-color: #000;
	background-image: url(images/bg_headerlink_black.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}
#header ul.upper li.toContact a {
	display: block;
	padding-left: 20px;
	margin: 0px 13px 0px 15px;
	background-image: url(images/ico_mini_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	line-height: 22px;
	color: #EEE;
	text-decoration: none;
	font-size: 77%;
}
#header ul.upper li.toContact a:hover {
	text-decoration: underline;
}
#header ul.lower {
	clear: both;
	position: absolute;
	top: 30px;
	right: 0px;
	vertical-align: middle;
	width: 400px;
	text-align: right;
}
#header ul.lower li {
	padding-left: 10px;
	margin-left: 20px;
	display: inline-block;
	*display: inline;
}
#header ul.lower li a {
	font-size: 77%;
	color: #333;
	text-decoration: none;
	height: 14px;
	background-image: url(images/ico_mini_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	display: inline-block;
	*display: inline;
}
#header ul.lower li a:hover {
	text-decoration: underline;
}
#header img#telNumber {
	position: absolute;
	top: 56px;
	right: 0px;
}
#header img#workingTime {
	position: absolute;
	top: 56px;
	right: 240px;
}


/*    グローバルナビ
----------------------------------------------------- */
div#gNavi {
	clear: both;
	height: 40px;
	width: 940px;
	overflow: hidden;
}
div#gNavi ul li {
	display: block;
	float: left;
	height: 40px;
}
div#gNavi ul li#gnMount {
	width: 175px;
}
div#gNavi ul li#gnMount a {
	background-color: #069;
	background-image: url(images/gNaviMount.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 40px;
	width: 175px;
	display: block;
}
body#mounting div#gNavi ul li#gnMount a {
	background-position: bottom;
}
div#gNavi ul li#gnMount a:hover {
	background-position: bottom;
}
div#gNavi ul li#gnAssembly {
	width: 150px;
}
div#gNavi ul li#gnAssembly a {
	background-color: #069;
	background-image: url(images/gNaviAssembly.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 40px;
	width: 150px;
	display: block;
}
body#assembly div#gNavi ul li#gnAssembly a {
	background-position: bottom;
}
div#gNavi ul li#gnAssembly a:hover {
	background-position: bottom;
}
div#gNavi ul li#gnDesign {
	width: 175px;
}
div#gNavi ul li#gnDesign a {
	background-color: #069;
	background-image: url(images/gNaviDesign.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 40px;
	width: 175px;
	display: block;
}
body#design div#gNavi ul li#gnDesign a {
	background-position: bottom;
}
div#gNavi ul li#gnDesign a:hover {
	background-position: bottom;
}
div#gNavi ul li#gnLed {
	width: 150px;
}
div#gNavi ul li#gnLed a {
	background-color: #069;
	background-image: url(images/gNaviLed.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 40px;
	width: 150px;
	display: block;
}
body#led div#gNavi ul li#gnLed a,
body#led-blk div#gNavi ul li#gnLed a,
body#led-kb div#gNavi ul li#gnLed a,
body#led-kl div#gNavi ul li#gnLed a,
body#led-l div#gNavi ul li#gnLed a,
body#led-vl div#gNavi ul li#gnLed a {
	background-position: bottom;
}
div#gNavi ul li#gnLed a:hover {
	background-position: bottom;
}
div#gNavi ul li#gnCompany {
	width: 141px;
}
div#gNavi ul li#gnCompany a {
	background-color: #069;
	background-image: url(images/gNaviCompany.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 40px;
	width: 141px;
	display: block;
}
body#company div#gNavi ul li#gnCompany a {
	background-position: bottom;
}
div#gNavi ul li#gnCompany a:hover {
	background-position: bottom;
}
div#gNavi ul li#gnContact {
	width: 149px;
}
div#gNavi ul li#gnContact a {
	background-color: #069;
	background-image: url(images/gNaviContact.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 40px;
	width: 149px;
	display: block;
}
body#contact div#gNavi ul li#gnContact a {
	background-position: bottom;
}
div#gNavi ul li#gnContact a:hover {
	background-position: bottom;
}


/*    トップ画像
----------------------------------------------------- */
img.topImage {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*    パン屑リスト
----------------------------------------------------- */

ul.breadcrums {
	padding-bottom: 10px;
	margin-top: 10px;
}
ul.breadcrums li {
	display: inline;
	font-size: 77%;
	background-image: url(images/ico_mini_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
	margin-right: 5px;
}
ul.breadcrums li.rightEnd {
	background-image: none;
}
ul.breadcrums li a {
	*font-size: 100%;
}
/*    メイン領域
----------------------------------------------------- */
#main	{
	margin: 0px auto;
	width: 940px;
}
#main #content {
	float: left;
	width: 640px;
	padding-bottom: 30px;
	display: inline;
}
#main #content h2 {
	line-height: 30px;
	background-color: #CCC;
	background-image: url(images/title_bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 620px;
	padding-left: 20px;
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 15px;
}
#content div.thread {
	padding: 10px 0px 20px 10px;
	position: relative;
	height: auto;
	width: auto;
}
#content div.thread h3 {
	height: 24px;
	border-bottom: 1px dotted #666;
	line-height: 24px;
	font-size: 108%;
	font-weight: bold;
	background-image: url(images/ico_mini_orangebar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 10px;
}
#content div.thread h4 {
	height: 24px;
	border-bottom: 1px dotted #666;
	font-size: 96%;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 15px;
	clear: both;
	margin-bottom: 10px;
}
#content div.thread a.toHome_h3	{
	background-image: url(images/ico_mini_top.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	display: block;
	height: 12px;
	width: 95px;
	position: absolute;
	top: 16px;
	right: 0px;
	font-size: 77%;
	color: #333;
	text-decoration: none;
	float: right;
}
#content div.thread a.toHome_h3:hover	{
	color: #999;
	text-decoration: underline;
}
#content div.thread p {
	font-size: 77%;
	line-height: 1.8;
	padding: 0 0px 0 10px;
	margin: 0px;
	height: auto;
}
#content div.thread ol {
	font-size: 70%;
	margin: 0px;
	text-indent: 0px;
}
#content div.thread ol li {
	line-height: 1.5;
	text-indent: 0px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#content div.thread img.alignnone	{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#content div.thread img.alignright	{
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 0px;
}
#content div.thread img.alignleft	{
	margin: 0px 20px 20px 0px;
	float: left;
}
div#content div.alignleft	{
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}
div#content div.aligncenter	{
	margin: 0px auto;
	padding-bottom: 30px;
}
div#content div.alignright	{
	float: right;
	padding-bottom: 30px;
	padding-left: 30px;
}
div#content div.wp-pagenavi	{
	margin: 20px 0px 20px 20px;
}
div#content table {
	font-size: 77%;
	width: 625px;
	margin-left: 10px;
}
div#content table th	{
	background-color: #CCC;
	padding: 5px 10px;
	text-align: right;
	width: 90px;
	*font-size: 100%;
}
div#content table td	{
	background-color: #EEE;
	padding: 5px 10px;
	*font-size: 100%;
}
.right	{
	float: right;
}
.left	{
	float: left;
}
/*    トップページ
----------------------------------------------------- */
div#main ul#slide	{
	height: 200px;
	width: 940px;
	overflow: hidden;
	z-index: 4;
	margin-top: 10px;
	margin-bottom: 20px;
}
div#topBannerBlock	{
	margin-bottom: 30px;
} 
div.topBanner	{
	float: left;
	width: 220px;
	margin: 0px 20px 0px 0px;
}
div.topBanner.rightEnd	{
	margin-right: 0px;
}
div.topBannerRoundTop	{
	background-image: url(images/bg_topRoundBar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 7px;
	margin: 0px;
	font-size: 0;
}
div.topBanner h2	{
	font-size: 95%;
	color: #DDDFE3;
	background-color: #0073AA;
	background-image: url(images/bg_topBlueBar.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	padding-bottom: 5px;
	font-weight: normal;
	margin: 0px;
}
div.topBanner img	{
	border-top: 1px solid #3992BD;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	vertical-align: bottom;
}
div.topBanner div.topBannerTextBox	{
	background-image: url(images/bg_grayGrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 10px 10px 30px;
	position: relative;
}
div.topBanner div.topBannerTextBox p {
	font-size: 77%;
	color: #333;
	line-height: 1.5;
}
div.topBanner div.topBannerTextBox a {
	font-size: 77%;
	color: #009;
	text-decoration: none;
	background-image: url(images/ico_mini_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	padding-left: 13px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	*bottom: 200px;
}
div.topBanner div.topBannerTextBox a:hover {
	color: #999;
	text-decoration: underline;
}

div.topBannerRoundBottom	{
	background-image: url(images/bg_bottomRoundBar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	font-size: 0;
}
div#content h2#topicstitle {
	margin-bottom: 0px;
}
div#content div#topics {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #FFF1D7;
	clear: both;
}
div#content div#topics	h3 {
	font-size: 85%;
	font-weight: bold;
	color: #C00;
	padding: 15px;
}
div#content div#topics	p {
	font-size: 77%;
	padding: 0px 15px;
	line-height: 1.5;
}
div#content div#topics	p a {
	*font-size: 85%;
}
div#content div#topics strong {
	font-weight: bold;
}
div#content h2#newstitle	{
	margin-bottom: 0px;
}
div#content div#topimg	{
	margin-top: 15px;
	margin-bottom: 15px;
}
div#content img#tokui	{
	margin-bottom: 20px;
}
div#content a#newslist	{
	position: relative;
	top: 8px;
	*top: 22px;
	right: 0px;
	font-size: 77%;
	color: #006;
	text-align: right;
	text-decoration: none;
	display: block;
	padding-right: 15px;
	background-image: url(images/ico_mini_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	width: 120px;
	float: right;
	z-index: 10;
}
div#content a#newslist:hover	{
	color: #333;
	text-decoration: underline;
}
div#content div#news	{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px 15px;
	margin-bottom: 20px;
	height: 200px;
	overflow-y: scroll;
}
div#content div#news dl	{
	border-bottom: 1px dotted #999;
	padding-top: 5px;
}
div#content div#news dt	{
	font-size: 77%;
	font-weight: bold;
	color: #003;
	float: left;
	line-height: 1.8;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 100px;
}
div#content div#news dd	{
}
div#content div#news dd	a {
	font-size: 77%;
	color: #003;
	text-decoration: none;
	padding-left: 33px;
	line-height: 1.8;
}
div#content div#news dd	a.news {
	background-image: url(images/ico_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#content div#news dd	a.event {
	background-image: url(images/ico_event.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#content div#news dd	a:hover {
	color: #00c;
}
/*    基板実装
----------------------------------------------------- */
#content div.thread div.topthread	{
	border: 1px dotted #0073AA;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
	clear: both;
	height: auto;
}
#content div.thread div.topthread	img {
	float: left;
	height: 47px;
	width: 186px;
	margin: 0px;
}
#content div.thread div.topthread	p {
	font-size: 77%;
	float: right;
	width: 380px;
	padding: 0px;
	line-height: 1.5;	
}
/*    組立配線
----------------------------------------------------- */
div#content div#assem_topcont	{
	background-color: #fff;
	background-image: url(images/bg_assem_topcont.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 218px;
	width: 638px;
	border: 1px solid #CCC;
	margin: 15px 0px;
}
div#content div#assem_topcont p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 108%;
	padding: 19px 19px;
	height: 58px;
	line-height: 1.8;
}
div#content div#assem_topcont ul {
	padding: 0px 0px 0px 9px;
}
div#content div#assem_topcont ul li	{
	float: left;
	width: 124px;
	background-image: url(images/bg_assem_li.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div#content div#assem_topcont ul li.rightEnd	{
	width: 104px;
}
div#content div#assem_topcont ul li	a {
	float: left;
	font-size: 100%;
	font-weight: bold;
	color: #EEE;
	text-decoration: none;
	width: 99px;
	text-align: center;
	padding: 0px 0px 0px 5px;
	height: 104px;
	line-height: 104px;
	margin-left: 9px;
}
div#content div#assem_topcont ul li	a:hover {
	color: #CCC;
}
/*    LED照明販売
-----------------------------------------------------*/
body#led div#content h2 {
	margin-bottom: 15px;
}
div#content div.lineup	{
	width: 284px;
	border: 1px solid #CCC;
	float: left;
	background-color: #0073AA;
	margin: 0px 0px 20px 10px;
	display: inline;
	padding: 7px;
}
div#content div.odd	{
	*margin-left: 20px;
	float: right;
}
div#content div.lineup img {
	margin: 0px;
	float: left;
	border-style: none;
}
div#content div.lineup div.innerBox {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 64px;
	width: 168px;
}
div#content div.lineup div.innerBox h4 {
	font-size: 77%;
	font-weight: bold;
	color: #FFF;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
div#content div.lineup ul li {
	zoom: 1;
}
div#content div.lineup li a {
	font-size: 69%;
	color: #FFF;
	text-decoration: none;
	line-height: 1.5;
}
div#content div.lineup li a:hover {
	text-decoration: underline;
}
div#content div#led_1 p.pdfLink	{
	background-image: url(images/smallpdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 0px 20px;
	padding-left: 20px;
	clear: both;
	width: 200px;
}
div#content div#led_1 p.pdfLink a	{
	color: #333;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	font-size: 100%;
}
div#content div#led_1 p.pdfLink a:hover	{
	text-decoration: underline;
}
div#content div.led_desc p	{
	color: #0073AA;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
div#content div.led_desc h4	{
	font-size: 92%;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #0073AA;
	text-align: center;
	height: 20px;
	margin: 10px 0px 10px 10px;
	border-style: none;
}
div#content div.led_desc img	{
	margin: 0px 0px 20px 40px;
	float: none;
}
div#content div.led_desc div.centerBox	{
	text-align: center;
}
div#content div.led_sample	{
	background-image: url(images/bg_ledsample.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 64px;
	width: 284px;
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	*margin-left: 5px;
	padding: 7px;
}
div#content div.led_sample img {
	border-style: none;
	height: 64px;
	width: 96px;
	margin: 0px;
	padding: 0px;
}
div#content div.led_sample div.innerBox {
	float: right;
	width: 168px;
	height: 64px;
	margin: 0px;
	padding: 0px;
}
div#content div.led_sample div.innerBox h4 {
	font-size: 77%;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 1.6em;
}
div#content div.led_sample div.innerBox p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}
div#content div.right	{
	float: right;
}
div#content div.attention {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
div#content div.attention p	{
	line-height: 1.5;
	margin: 10px 0px 0px;
	padding: 5px 5px 5px 13px;
	border-top: 1px solid #0073AA;
	border-right: 1px solid #0073AA;
	border-bottom: 1px solid #0073AA;
	border-left: 8px solid #0073AA;
}
/*    LED詳細ページ
-----------------------------------------------------*/
div#content div.product_title	{
	padding-left: 13px;
	border-top: 1px solid #0073AA;
	border-right: 1px solid #0073AA;
	border-bottom: 1px solid #0073AA;
	border-left: 15px solid #0073AA;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 60px;
	clear: both;
}
div#content div.led-leftbox	{
	margin: 0px;
	padding: 0px 20px 0px 10px;
	width: 360px;
	float: left;
}
div#content div.led-rightbox	{
	float: right;
	width: 240px;
}
div#content div.led-bottombox {
	clear: both;
	margin: 0px 0px 40px;
	padding: 0px 0px 0px 10px;
}
#content a.toHome_ledSpec	{
	background-image: url(images/ico_mini_top.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	display: block;
	height: 12px;
	width: 95px;
	font-size: 77%;
	color: #333;
	text-decoration: none;
	float: right;
}
#content a.toHome_ledSpec:hover	{
	color: #999;
	text-decoration: underline;
}
div#content div.hr {
	margin: 20px 0px 30px;
	clear: both;
	border-bottom: 1px dotted #999;
	text-align: right;
	height: 16px;
	padding-bottom: 1px;
}
div#content div.led-blk {
	background-image: url(images/bg_led_blk.gif);
}
div#content div.led-kb {
	background-image: url(images/bg_led_kb.gif);
}
div#content div.led-kl {
	background-image: url(images/bg_led_kl.gif);
}
div#content div.led-l {
	background-image: url(images/bg_led_l.gif);
}
div#content div.led-slc {
	background-image: url(images/bg_led_slc.gif);
}
div#content div.led-vl {
	background-image: url(images/bg_led_vl.gif);
}
div#content div.product_title	h3 {
	line-height: 1.2;
	margin-top: 8px;
	*margin-top: 10px;
	*font-size: 110%;
}
div#content div.product_title	h3.single {
	line-height: 60px;
	margin-top: 0px;
}
div#content a.catalog {
	text-decoration: none;
	background-image: url(images/smallpdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 18px;
	color: #333;
	padding-right: 10px;
	padding-top: 3px;
}
div#content a.catalog:hover {
	color: #999;
	text-decoration: underline;
}
div#content div.product_title	a {
	position: absolute;
	right: -5px;
	bottom: 4px;
	font-size: 77%;
}
div#content img.led_top	{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
div#content div.led-leftbox	h4,
div#content div.led-rightbox	h4,
div#content div.led-bottombox	h4 {
	background-image: url(images/ico_led_desc_h4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	padding-left: 23px;
	border-bottom: 1px dotted #333;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	font-size: 85%;
	padding-bottom: 3px;
}
div#content h4 small	{
	font-weight: normal;
	font-size: 85%;
}
div#content div.led-leftbox	p,
div#content div.led-rightbox	p,
div#content div.led-bottombox	p {
	font-size: 77%;
	padding-left: 10px;
	line-height: 1.5;
	padding-bottom: 20px;
}
div#content ul.led_desc li	{
	font-size: 77%;
	list-style-type: disc;
	margin-left: 20px;
}
div#content div.led-leftbox	img {
	margin-left: 10px;
}
div#content div.led-rightbox	img {
	margin-top: 20px;
}
div#content div.led-rightbox	img.dimen {
	margin-top: 0px;
	margin-bottom: 20px;
}
div#content div.ledSpec h4 {
	font-size: 85%;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: none;
	height: 18px;
	padding: 0px;
	border-style: none;
}
div#content table.ledSpec  {
	margin: 0px;
	padding: 0px;
}
div#content div.led-leftbox table.ledSpec  {
	width: 360px;
}
div#content table.ledSpec th {
	margin: 0px;
	width: 6em;
	text-align: center;
}
div#content table.ledSpec td {
	text-align: center;
}
div#content div.led-rightbox div.ledSpec {
	width: 240px;
}
div#content div.led-rightbox div.ledSpec h4 {
	font-size: 85%;
	line-height: 1.5;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
div#content div.led-rightbox table.ledSpec  {
	width: 240px;
}
div#content div.led-bottombox img.left {
	float: left;
	margin: 0px;
}
div#content div.led-bottombox img.right {
	float: right;
	margin: 0px;
}
div#content table.ledSpec.weight p,
div#content table.ledSpec.demension p	{
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}
div#content table.ledSpec.weight th,
div#content table.ledSpec.demension th	{
	width: 11em;
}
div#content table.ledSpec.led_vl th	{
	width: 4em;
}
div#content table.ledSpec.led_vl td	{
	padding-right: 0px;
	padding-left: 0px;
}

/*    会社案内
-----------------------------------------------------*/
div#content div.thread div.rightBox {
	float: right;
	width: 430px;
}
div#content div.thread div.rightBox p {
	line-height: 1.5;
	padding: 0px;
}
div#content div.thread div.rightBox p.shakun {
	font-size: 85%;
	font-weight: bold;
}
div#content div.thread p#company_comment	{
	font-size: 100%;
	margin-bottom: 15px;
}
div#content div.thread p#company_comment spam	{
	font-weight: bold;
}
div#content div.thread ol	{
	margin-top: 5px;
}
div#content div.thread ol li	{
	margin-left: 40px;
	list-style: decimal;
	line-height: 1.5;
	font-size: 110%;
	*font-size: 85%;
	margin-bottom: 15px;
}
body#company div#content table.machine	{
	width: 400px;
}
body#company div#content table.machine th	{
	width: 280px;
	text-align: left;
	padding-left: 15px;
}
body#company div#content table.machine td	{
	text-align: center;
}
body#company div#content div.simplemap {
	margin-bottom: 15px;
}
body#company div#content h5.mapTitle {
	font-size: 100%;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 7px;
	border-bottom: 1px solid #333;
	border-left: 7px solid #333;
	color: #333;
}
body#company div#content iframe {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-style: none;
}
div#content table div.mpBox {
	padding: 0px 0px 15px;
}
body#company div#content dl dt	{
	clear: both;
	text-align: left;
	display: block;
	width: 90px;
	text-indent: 0px;
	padding: 0px;
	margin: 0px 0px 5px;
	float: left;
	*font-size: 77%;
}
body#company div#content dl dd	{
	margin-bottom: 15px;
	display: block;
	width: 360px;
	*font-size: 77%;
}
div#content table small a	{
	*font-size: 77%;
}
/*    お問い合わせ
----------------------------------------------------- */
body#contact div.wpcf7 p {
	margin-bottom: 5px;
	background-color: #EEE;
	padding: 5px 5px 10px 20px;
	margin-left: 20px;
}
body#contact div#content input {
	height: 18px;
	border: 1px solid #CCC;
}
body#contact div#content textarea {
	border: 1px solid #CCC;
}
body#contact div#content input.wpcf7-submit {
	height: 26px;
	width: 100px;
	background-image: url(images/btn_submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EEE;
	border-style: none;
	font-weight: bold;
	color: #333;
}
body#contact div#content input.wpcf7-submit:hover {
	background-position: left bottom;
	color: #666;
}
body#contact div#content div.text {
	margin-left: 20px;
	*margin-left: 10px;
	float: left;
}
body#contact div#content div.text p {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
body#contact div#content div.thread img {
	float: right;
	margin: 0px;
}

/*    新着情報一覧
----------------------------------------------------- */
body#newslist div#content div.thread	{
	padding-bottom: 0px;
}
body#newslist div#content h2	{
	margin-bottom: 20px;
}
body#newslist div#content h3	{
	background-image: none;
	font-size: 92%;
	font-weight: normal;
	padding-left: 10px;
	border-left: 6px solid #0073AA;
}
body#newslist div#content h3 a	{
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
body#newslist div#content h3 a:hover	{
	color: #999;
	text-decoration: underline;
}
body#newslist div#content div.thread p.newsdate	{
	float: left;
	margin: 0px 0px 10px 10px;
	*margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 5px;
	line-height: 1.8;
}
div#content div.thread div.entry	{
	line-height: 1.8;
	margin: 0px;
	width: 72%;
	padding-left: 10px;
	border-left: 1px solid #0073AA;
	float: right;
}
div#content div.thread div.entry a	{
	line-height: 1.8;
	text-decoration: none;
	*font-size: 92%;
	font-size: 85%;
}
div#content div.thread div.entry a:hover	{
	color: #666;
	text-decoration: underline;
}
div#content div.wp-pagenavi	{
	font-size: 77%;
	color: #666;
}
div#content div.wp-pagenavi	span.current {
	border: 1px solid #0073AA;
	color: #0073AA;
}
/*    新着情報詳細
----------------------------------------------------- */
div#content div.single_entry	{
	padding-left: 20px;
}
div#content div.single_entry p	{
	font-size: 77%;
	line-height: 1.8;
	color: #000;
	margin: 0px;
	padding: 0px 0px 10px;
}
div#content div.single_entry p.entry_date {
	font-size: 85%;
	font-weight: bold;
	color: #006;
	border-bottom: 1px dotted #006;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
div#content div.single_entry h3 {
	font-size: 85%;
	font-weight: bold;
	padding-left: 6px;
	border-left: 10px solid #333;
	margin-bottom: 5px;
}
div#content div.single_entry h4 {
	font-size: 77%;
	font-weight: bold;
	padding-left: 5px;
	border-left: 7px solid #333;
	margin-bottom: 5px;
}
div#content div.single_entry ol {
	margin-left: 20px;
	padding-bottom: 20px;
}
div#content div.single_entry ol li	{
	font-size: 77%;
	line-height: 1.8;
	list-style-type: decimal;
	margin-left: 20px;
}
div#content div.single_entry ul {
	margin-left: 20px;
	padding-bottom: 20px;
}
div#content div.single_entry ul li	{
	font-size: 77%;
	line-height: 1.8;
	list-style-type: disc;
	margin-left: 20px;
}
div#content div.single_entry p img.alignleft {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}
div#content div.single_entry p img.aligncenter {
	text-align: center;
	display: block;
	padding-bottom: 30px;
}
div#content div.single_entry p img.alignright {
	float: right;
	padding-bottom: 30px;
	padding-left: 30px;
}
div#content div.single_entry p.wp-caption-text	{
	font-size: 77%;
	padding-top: 5px;
	line-height: 1.3;
}
div#content div.single_entry a.backToNewslist	{
	font-size: 77%;
	color: #006;
	text-decoration: none;
	background-image: url(images/btn_return.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	padding-left: 20px;
	float: right;
	padding-right: 10px;
	clear: both;
}
div#content div.single_entry a.backToNewslist:hover	{
	color: #999;
	text-decoration: underline;
}
div#content div.single_entry table	{
	margin: 0px 0px 20px;
	padding: 0px;
	border: 1px solid #CCC;
	width: auto;
	border-collapse: collapse;
}
div#content div.single_entry table.right	{
	float: right;
}
div#content div.single_entry table.left	{
	float: left;
}
div#content div.single_entry table td	{
	margin: 0px;
	padding: 2px 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

/*    品質へのこだわり
----------------------------------------------------- */
div#content div.thread h4.interview	{
	background-image: url(images/interview.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	padding: 0px;
	height: 30px;
	width: 180px;
	margin-bottom: 15px;
	margin-left: 180px;
}
/*    サイトマップ
----------------------------------------------------- */
div#content div.leftBox	{
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
}
div#content div.rightBox	{
	float: right;
	width: 280px;
}
div#content div.map_cat	{
	margin-bottom: 25px;
	border-top: 1px solid #0073AA;
	border-left: 7px solid #0073AA;
	padding: 5px 5px 0px 10px;
}
div#content div.map_cat h3.cat_name	 {
	margin-bottom: 7px;
}
div#content div.map_cat h3.cat_name	a {
	font-size: 77%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
div#content div.map_cat h3.cat_name	a:hover {
	color: #999;
	text-decoration: underline;
}
div#content div.map_cat li a {
	font-size: 77%;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
	margin-left: 20px;
}
div#content div.map_cat li a:hover {
	color: #999;
	text-decoration: underline;
}
/*    サイドバー
----------------------------------------------------- */
div#sidebar	{
	float: right;
	width: 240px;
	padding-bottom: 20px;
}
div#sidebar div#submenu	{
	border: 1px solid #CCC;
	margin-bottom: 20px;
	width: 238px;
}
div#sidebar div#submenu h2	{
	font-size: 92%;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	padding: 5px 5px 5px 10px;
	margin: 1px;
}
div#sidebar div#submenu h3	{
	font-size: 77%;
	color: #333;
	border-bottom: 1px dotted #CCC;
	padding: 2px 0px;
	margin: 0px 2px 0px 10px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}
div#sidebar div#submenu li {
	list-style: none;
	border-bottom: 1px dotted #CCC;
	padding: 2px 0px;
	margin: 0px 2px 0px 10px;
}
div#sidebar div#submenu li.bottomEnd {
	border-style: none;
}
div#sidebar div#submenu li a {
	text-decoration: none;
	font-size: 77%;
	color: #333;
	display: block;
	margin: 0px;
	height: 20px;
	padding-left: 15px;
	line-height: 20px;
	background-image: url(images/ico_mini_menuarrow.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}
div#sidebar div#submenu li a:hover {
	background-color: #EEE;
}
div#sidebar ul.widget li#search-2	{
	border: 1px solid #CCC;
	width: 238px;
	margin-bottom: 10px;
}
div#sidebar li.widget_sp_image 	{
	margin-bottom: 10px;
}
div#sidebar li.widget_sp_image h2	{
	display: none;
}
div#sidebar ul.widget li#search-2	h2.widgettitle,
div#sidebar ul.widget li.widget_isp_businesscalendar h2	{
	font-size: 92%;
	font-weight: bold;
	color: #FFF;
	background-color: #0073AA;
	text-align: center;
	padding: 5px;
	margin: 1px 1px 5px;
}
div#sidebar ul.widget li#search-2	label {
	display: none;
}
div#sidebar ul.widget form#searchform	{
	margin: 10px; auto;
}
div#sidebar ul.widget input#s	{
	font-size: 77%;
	height: 16px;
	width: 160px;
}
div#sidebar ul.widget input#searchsubmit	{
	font-size: 77%;
	height: 22px;
	width: 50px;
	vertical-align: bottom;
	top: 1px;
	*top: 0px;
	position: relative;
}
div#sidebar ul.widget input#searchsubmit[value]	{
	line-height: 22px;
}
div#sidebar ul.widget li.widget_isp_businesscalendar	{
	border: 1px solid #CCC;
	width: 238px;
	margin-bottom: 15px;
}
/*    フッター
----------------------------------------------------- */
div#footer	{
	background-color: #0073AA;
	clear: both;
	width: 100%;
	background-image: url(images/bg_bottomBar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 160px;
}
div#footerBox	{
	margin: 0px auto;
	padding: 10px;
	width: 940px;
	position: relative;
	height: 140px;
}
ul#footerNavi	{
	height: 40px;
	width: 250px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/bg_footerNavi.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
ul#footerNavi li	{
	color: #FFF;
	text-align: center;
	display: inline-block;
	*display: block;
	*float: left;
	height: 10px;
	width: 115px;
	margin-top: 20px;
	line-height: 10px;
	border-right: 1px solid #FFF;
}
ul#footerNavi li.rightEnd	{
	border-style: none;
}
ul#footerNavi li a	{
	color: #FFF;
	text-decoration: none;
	font-size: 77%;
}
ul#footerNavi li a:hover	{
	text-decoration: underline;
}
ul#footerGnavi	{
	position: absolute;
	width: 700px;
	top: 60px;
	right: 0px;
	height: 16px;
	text-align: right;
	padding-right: 10px;
}
ul#footerGnavi li	{
	margin-left: 10px;
	display: inline-block;
	*display: inline;
}
ul#footerGnavi li a	{
	background-image: url(images/ico_mini_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 77%;
	*font-size: 69%;
	color: #FFF;
	text-decoration: none;
}
ul#footerGnavi li a:hover	{
	text-decoration: underline;
}
img#logo_footer	{
	position: absolute;
	left: 0px;
	bottom: 50px;
}
address	{
	font-size: 77%;
	color: #FFF;
}
address#address	{
	position: absolute;
	left: 0px;
	bottom: 30px;
}
address#copyright	{
	position: absolute;
	right: 10px;
	bottom: 30px;
}
