﻿@charset "utf-8";
/* CSS Document */

/*リセット*/

/* --HTML-- */  
html {   
color:#666666;   
overflow-y:scroll;   
}   
  
/* --BODY-- */  
body {   
font:12px/1.5  'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif,SimSun;   
margin:0;   
overflow:visible;   
padding:0;  
text-decoration: none;
background: url(../images/all/back.gif);
}   
  
    /* for IE7 */  
    *+html body {   
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',SimSun;   
    font-size:75%;   
    }   
  
    /* for IE6 */  
    * html body {   
    font-family:'ＭＳ Ｐゴシック','MS PGothic',SimSun;   
    font-size:75%;   
    }
		
a {
text-decoration: none;
}		
  
/* --OTHER TAGS-- */  

img {border:none;}

a img {border:none;}

  
quote, dd, div, dl, dt,   
h1, h2, h3, h4, h5, h6,   
li, ol, p, pre, span, td, th, ul {   
margin:0;   
padding:0;   
}   
  
abbr, acronym {   
border:0;   
}   
  
address, caption, cite, code, dfn, em, th, strong, var {   
font-style:normal;   
font-weight:normal;   
}   
  
caption, th {   
text-align:left;   
}   
  
code, kbd, pre, samp, tt {   
font-family:monospace;   
line-height:100%;   
}   
  
    /* for IE7 */  
    *+html code, kbd, pre, samp, tt {   
    font-size:108%;   
    }   
  
h1, h2, h3, h4, h5, h6 {   
font-size:100%;   
font-weight:normal;   
}   
  
ol, ul {   
list-style:none;   
}   
  
q:before, q:after {   
content:'';   
}   
  
/* form */  
button, fieldset, form, input, label, legend, select, textarea {   
font-family:inherit;   
font-size:100%;   
font-style:inherit;   
font-weight:inherit;   
margin:0;   
padding:0;   
vertical-align:baseline;   
}   
  
/* tables still need 'cellspacing="0"' */  
table {   
border-collapse:collapse;   
border-spacing:0;   
font-size:100%;   
}  

/*ここから指定*/

/*ページ*/


h1, h2, h3,h4 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	border-bottom:#666666 1px solid;
	color: #666666;
}

h2 {
	font-size: 1.6em;
	padding-left: 10px;
	border-left:#3AA9DE 5px solid;
	font-weight: bold;
	color:#3AA9DE;
	margin:10px 0 10px 0px;

}

h2 span{
	display:block;
	font-size:0.8em;
	color:#666666;
}

h3 {
	font-size: 1.2em;
border-bottom:1px dashed #cccccc;
padding:5px 0 5px 0;
margin:10px 0 10px 0px;
}

h4{font-size: 1.6em;}

h5 {
	font-weight:bold;
	font-size: 1.2em;
border-bottom:1px dashed #cccccc;
padding:5px 0 5px 0;
margin:10px 0 10px 0px;
}

.led_library_smt {
	float:left;
	background-color: #3AA9DE;
	width:565px;
	color: #FFFFFF;
	margin:0px 0 0px 0px;
}

.led_library_lamp {
	background-color: #3AA9DE;
	width:180px;
	color: #FFFFFF;
	margin:0px 0 0px 575px;

}

.float_led_library_title{
	width:565px;
	float:left;
	}

ul, ol {
}

/*ラインの装飾*/
hr {
display: none;
}

div.line {
border-bottom:1px dashed #cccccc;
margin:10px 0 10px 0;
}

/* Hヘッダー */

#header {
	width: 1024px;
	height: 45px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#wrapper .btm {
	background-color:#FFFFFF;
}



/* ロゴ*/

#logo {
	float: left;
	width: 700px;
    height: 45px;
	background:url(../images/all/nichia_logo.png) no-repeat;
}


/*言語選択*/
#select {
	text-align: right;
	padding-right: 10px;
	margin-top:10px;
	line-height: 2em;
	}
	
#select a:link {	
	color: #0044CC;
	text-decoration: none;
	border-bottom: #0044CC 1px dotted;
	background: url(../images/all/link.png) no-repeat;
	padding-left: 14px;
}

#select a:visited {	
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	background: url(../images/all/link.png) no-repeat;
	padding-left: 14px;
}
	
/*Topへ*/
#fortop {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	margin-top:20px;
	line-height: 2em;
}
	
#fortop a:link {
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	background: url(../images/all/top.png) no-repeat;
	padding-left: 14px;
}

#fortop a:visited {
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	background: url(../images/all/top.png) no-repeat;
	padding-left: 14px;
}	
	

/*パンくずリスト*/

#plist{
	font-size:0.9em;
	padding-right: 10px;
	padding-top: 3px;
	text-align: right;
	line-height: 2em;
}

#plist a:link{
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
}

#plist a:visited{
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
}

/* Menu */

#menu {
	width: 1024px;
	height: 34px;
	background: url(../images/all/img04.png) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}


/* Content */

#content {
	float: right;
	width: 784px;
	padding: 20px 10px 0 10px;
	padding-bottom: 30px;
	line-height: 1.8em

}


#content p {
	padding: 10px 10px 10px 10px;
	line-height: 1.8em
}

/*テキストへのリンク*/
.textlink{
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	}
	
/*テキストへのリンク*/
.textnolink{
	color: #666666;
	}


/*トップページのみ*/
#indexcontent {
	width: 1000px;
	padding: 10px 10px 0 10px;
}

.standard TABLE {
	width: 780px;
	margin: 0px;
	padding: 0px;
	display: table;
	border-collapse: collapse;
	line-height: 1.8em

}

.standard TD {
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: table-cell;
	padding: 3px;
	width: fixed;
}

.standard TH {
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color:#efefef;
	display: table-cell;
	padding: 3px;
	width: fixed;
	vertical-align:top;
	
}

.noline TABLE {
	width: 780px;
	margin: 0px;
	padding: 0px;
	display: table;
	border-collapse: collapse;
	line-height: 1.8em

}

.noline TD {
	margin: 0px;
	display: table-cell;
	padding: 3px;
	width: fixed;
}
	
#events TABLE {
	width: 520px;
	margin: 0px;
	padding: 0px;
	display: table;
	border-collapse: collapse;
	line-height: 1.8em
}

#events TD {
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: table-cell;
	padding: 3px;
	width: fixed;
}

#events TH {
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color:#efefef;
	display: table-cell;
	padding: 3px;
	width: 100px;
	vertical-align:top;
}
#catalogue TABLE {
	width: 620px;
	margin: 0px;
	padding: 0px;
	display: table;
	border-collapse: collapse;
	line-height: 1.8em
}

#catalogue TD {
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: table-cell;
	padding: 3px;
	width: fixed;
}

#catalogue TH {
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color:#efefef;
	display: table-cell;
	padding: 3px;
	width: 100px;
	vertical-align:top;
}
	
/*ここまで消せる？*/

#archives {
	float: left;
	width: 210px;
	padding: 25px 0px 0 10px;
}

#archives ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#archives li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#archives li ul {
	padding-bottom: 30px;
	list-style-type: none;
}

#archives li li {
	line-height: 35px;
	border-bottom: 1px dashed #BCBCBC;
}


#archives li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-style: italic;
	color: #BCBCBC;
}

#archives .mini{
		font-size: 0.8em;}

#archives .classlist{
		font-size: 1em;
		font-weight:bold;}
		
input.search { width: 100px; }

/* フッター部分*/

#footer {
	width: 1024px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: url(../images/all/footer.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
}

/*プライバシーポリシー*/
#privacy {
	text-align: right;
	padding-right: 10px;
	line-height: 2em;
}
	
#privacy a:link {
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	background: url(../images/all/link.png) no-repeat;
	padding-left: 14px;
}

#privacy a:visited {
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	background: url(../images/all/link.png) no-repeat;
	padding-left: 14px;
}

/*トップページ:プレスリリース*/

#press_back {
	width:610px;
	text-align: right;
	padding-right: 10px;
	line-height: 2em;
}
	
#press_back a:link {
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	background: url(../images/all/link.png) no-repeat;
	padding-left: 14px;
}

#press_back a:visited {
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	background: url(../images/all/link.png) no-repeat;
	padding-left: 14px;
}

/*トップページ:whatsnew*/

#whats_back {
	width:987px;
	text-align: right;
	padding-right: 10px;
	line-height: 2em;
}
	
#whats_back a:link {
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	background: url(../images/all/link.png) no-repeat;
	padding-left: 14px;
}

#whats_back a:visited {
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
	background: url(../images/all/link.png) no-repeat;
	padding-left: 14px;
}

/*メニューリスト*/
ul.dropdown                         { position: relative; text-decoration: none; list-style-type: none;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; list-style-type: none; position: relative;}
ul.dropdown a:hover		            { color: #FFF; text-decoration: none;list-style-type: none;}
ul.dropdown a:active                { color: #FFF; text-decoration: none; list-style-type: none;}
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #FFF;
	 								  color: #FFF;text-decoration: none; list-style-type: none;}
ul.dropdown li:last-child a         { border-right: none; list-style-type: none;} /* Doesn't work in IE */
ul.dropdown li:hover                {
	background: #1853A2;
	color: FFF;
	position: relative;
	text-decoration: none;
	list-style-type: none;
}
/*ul.dropdown li.hover a              { color: #FFF; }*/
ul.dropdown li.hover               { 
	background: #1853A2;
	color: FFF;
	position: relative;
	text-decoration: none;
	list-style-type: none;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
list-style-type: none;}
ul.dropdown ul li 					{ font-weight: normal;
background: #3AA9DE;
color: #fff;
border-bottom: 1px solid #FFF;
float: none;
list-style-type: none;}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none;
width: 100%;
display: inline-block;
_display:inline; 
_zoom:1; 
list-style-type: none;} 

ul.dropdown .page	{background: #1853A2;
	color: FFF;
	position: relative;
	text-decoration: none;
	list-style-type: none;
}

/*製品情報を表示するとこ*/
.productbox
      {
         width: 720px;
         /*height: 500px;*/
         padding: 0.5em;
         /*overflow: auto;*/
      }

.searcbox
      {
				border: solid 1px #808080;
         width: 210px;
         height: 300px;
         padding: 0.5em;
      }

/*led色度図*/
#list_led_color TABLE {
	width: 200px;
	margin: 0px;
	padding: 0px;
	display: table;
	border-collapse: collapse;
}

#list_led_color TD {
	font-size: 10px;
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: table-cell;
	padding: 1px;
	width: fixed;
}

.list_led_color_rankname
{
	font-size: 12px;
}

/*float_left_ledcolor
 {
	float: left;
	height:250px;
  margin-right: 1em;
}

/*左寄せ・右寄せ*/
.float_left
 {
	float: left;
  margin-right: 1em;
}

.float_right
 {
	float: right;
  margin-left: 1em;
}

.float_left_led
 {
	float: left;
	width:370px;
  margin-right: 1em;
	margin-bottom: 1em;

}

.float_left_ledcolor
 {
	float: left;
  margin-right: 1em;
	margin-bottom: 1em;

}

.float_left_led_text
 {
	float: left;
	width:500px;
  margin-right: 1em;
	margin-bottom: 1em;

}

.float_left_product
 {
	float: left;
	height:135px;
  margin-right: 1em;
}

.float_left_ledinfo
 {
	float: left;
	height:100px;
	width:125px;
  margin-right: 1em;
  
}

.float_left_ledinfo_text
 {
	float: left;
	width:600px;
  margin-right: 1em;
}

.float_left_ledwhat
 {
	float: left;
	height:100px;
	width:125px;
  margin-right: 1em;
	margin-bottom: 1em;
}

.float_left_ledcatalogue_mini
 {
	float: left;
	width:150px;
  margin-right: 1em;
}

.floatclear
      {
clear: both;
overflow: hidden; 
      }

/*プレスリリース:問い合わせ先*/
.press_contact
 {
	float: left;
	margin-left: 1em;
  margin-right: 3em;
}

/*イベント情報*/
.eventban
{width:200px;
height:180px}

/*イベント情報*/
.eventban_n
{width:200px;
height:130px}


/*thickbox*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*ledのページ*/

.ui-dropdownchecklist
{
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(dropdown.png) no-repeat center right;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url(dropdown_hover.png); 
	border-color: #5794bf;
}

.ui-dropdownchecklist-text
{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-right: 17px; /* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer
{
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item
{
	
}

.ui-dropdownchecklist-item-hover
{
	background-color: #39f;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text
{
	color: #fff;
}

.ui-dropdownchecklist-group
{
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent
{
	padding-left: 20px;
}



/*プレスリリース*/

#press ul{
	margin:0;
	padding:0;
	width:750px;
	list-style:none;
	
}

#press ul li.title{
	margin:0;
	padding:0;
	float:left;
	width:750px;
border-bottom:1px dashed #cccccc;
margin:0px 0 5px 0;
	padding-bottom: 5px;
	list-style-type: none;
}

#press ul li.date{
	margin:0;
	padding:0;
	float:left;
margin:0px 10px 0px 0;
	list-style-type: none;

}

/*トップページ_プレスリリース*/

.emp{color: #0044CC;
font-weight:bold;}

#index_01{
	width:370px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 1em;
	}
	
	
#index_02{
	width:620px;
	float: left;
	padding-top: 5px;
	padding-left:10px;
	line-height: 2em;
	
	}

#index_02 a:link{
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
}

#index_02 a:visited{
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
}
	
	
#index_03{
	width:1000px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 2em;
}

#index_03 .newtitle{
	text-decoration: none;
	background: url(../images/all/link.png) no-repeat;
	padding-left: 14px;
}


#index_03 a:link{
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
}

#index_03 a:visited{
	color: #0044CC;
	text-decoration: none;
	border-bottom: 1px dotted #0044CC;
}


/*採用情報のページ*/
.job table
{
	width:600px;}
	
/*画像周りの点線をけすよ*/	
a:focus{
outline:none;
} 

/*サイトマップ*/
#sitemap a {
		color: #0044CC;

}


#sitemap ul {
    list-style-type: none;
    width: 350px;
    margin: 0 0 0 10px;
    padding: 12px 0 1px 0;
    border-left: 1px solid #CCCCCC;

}
 
#sitemap ul li {
    position: relative;
    z-index: 1;
    margin: 0 0 3px 0;
    padding: 0 0 1px 0;
    border-top: 1px solid #CCCCCC;
    zoom: 1;
}
 
#sitemap ul li a {
    display: block;
    position: relative;
    z-index: 2;
    margin: -0.6em 0 10px 5px;
    padding: 0 0 0 5px;
    border: 1px solid #cccccc;
    background-color: #FAFAFA;
    color: #0044CC;
    font-size: 0.9em;
    line-height: 1.5;
    text-decoration: none;
    zoom: 1;

}
 
#sitemap ul li a:hover,
#sitemap ul li a:active {
    color: #0044CC;
}
 
#sitemap ul ul {
    width: auto;
    margin: -10px 0 10px 20px;
}

.sitemap{padding-left:150px;}

/*LEDカタログ*/
.led_catalogue_title {
	font-size: 1.2em;
border-bottom:1px dashed #cccccc;
padding:0px 0 5px 0;
margin:0px 0 10px 160px;
}

.float_left_ledcatalogue
 {
	float: left;
	height:450px;
  margin-right: 1em;
}

/*電池材料*/
.float_left_battery
 {
	float: left;
	height:180px;
  margin-right: 1em;
}

/*LEDトップページ*/

#led_what TABLE {
	width: 230px;
	height:90px;
	margin: 0px;
	padding: 0px;
	display: table;
	border-collapse: collapse;
}

#led_what TD {
	font-size: 11px;
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: table-cell;
	padding: 2px;
	width: fixed;
}

/*LEDライブラリ*/
#led_library TABLE {
	width: 180px;
	margin: 0px;
	padding: 0px;
	display: table;
	border-collapse: collapse;
}

#led_library TD {
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	display: table-cell;
	padding: 2px;
	width: fixed;
}

#led_library TH {
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color:#efefef;
	display: table-cell;
	padding: 3px;
	vertical-align:top;
}

.float_left_ledlibrary
 {
	float: left;
	width:180px;
	height:780px;
  margin-right: 1em;
}


.location_sub
{  padding-left: 0em;}


iframe {
height: 300px;
width: 770px;
border: 1px solid #FFFFFF;

}

#led_whatsnew {
	background-color:#FFFFFF;
	padding: 10px 0px 0 10px;
	line-height: 1.8em;
    width: 750px;
}

/* DOWNLOAD用の追加 */
#file_confirm {
  position: absolute;
  display: none;
  background-color: #E8E8E8;
  padding: 1.5em;
  border-bottom: solid 1px;
  border-right: solid 1px;
}

.float_left_confirm1 {
	float: left; 
}
.float_left_confirm2 {
    margin-left:1.5em;
}
.confirm_strong {
	color: #ff3030;
	font-weight: bold;
}
.confirm_strong2 {
	background-color:#FFFF99;
	color:#444444;
/*	font-weight: bold; */
}

