@charset "utf-8";

/*
	Site Name: JLEDS 2009
	Description: Top
	Version: 2009.10.
	Author: el dirigible inc
*/

/* -------------------------------------------------------
   element
--------------------------------------------------------*/
/* margin set */
.mar-A {
	margin-bottom: 5px;
}
.mar-B {
	margin-bottom: 10px;
}
.mar-C {
	margin-bottom: 15px;
}
.mar-D {
	margin-bottom: 20px;
}
.mar-E {
	margin-bottom: 30px;
}
.mar-F {
	margin-bottom: 35px;
}

/* href set */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}


/* -------------------------------------------------------
   flash area
--------------------------------------------------------*/
#font_size img {
	margin-right: 4px;
}


/* -------------------------------------------------------
   update
--------------------------------------------------------*/
#update {
	position: relative;
	margin: 7px 0 5px 0;
	border: 1px solid #808080;
	border-left-width: 0;
	border-right-width: 0;
	padding: 10px 0 10px 15px;
}

/* -------------------------------------------------------
   contents
--------------------------------------------------------*/
#boxTop {
	float: right;
	width: 519px;
}

.news_box {
	border: 1px solid #808080;
	padding: 5px;
}
.news_boxLed{
	overflow: auto;
	height: 29em;
}
.news_boxTopics{
	overflow: auto;
	height: 20em;
}

ul.news_list {
	clear:both;
	list-style-type:none;
}

ul.news_list li {
	clear:left;
	margin:10px 5px 10px 5px;
	padding:2px 0;
	background-image: url(../../../img/news_list_bar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 86%;
}
ul.news_list li p.date {
	float:left;
	color: #ff9900;
	font-weight: bold;
	margin:0;
	padding:0;
	width:6.5em;
	white-space:nowrap;
	line-height:1.5;
}
ul.news_list li p.company {
	font-weight: bold;
	margin:0 0 0 6.5em;;
	padding:0 0 0 5px;
	line-height:1.5;
}
ul.news_list li p.title {
	padding-bottom: 8px;

	line-height:1.6em;
}







/* -------------------------------------------------------
   clearfix
--------------------------------------------------------*/
.clearfix{
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
