/* ----------------------------------------
*	Index-style
---------------------------------------- */
div#contents{
	background:#FFFFFF;
}
div#main_contents{
	width:507px;
	float:left;
	padding:24px 0px 25px 25px;
}
div#information{
	width:240px;
	float:right;
	padding-top:14px;
}

/*	leading_manufacturer
---------------------------------------- */
div#leading_manufacturer{
	margin-bottom:20px;
}
div#leading_manufacturer h2{
	background:url(../imgs/index/title_manufacturer.png);
	width:507px;
	height:33px;
/*	text-indent:-9999px;*/
	margin-bottom:20px;
}
div#leading_manufacturer div{
/*	background:url(../imgs/index/text_manufacturer.png);*/
	width:500px;
	height:165px;
}
div#leading_manufacturer div p{
/*visibility:hidden;*/
}


/*	whats_new
---------------------------------------- */
div#whats_new{
	position:relative;
}
div#whats_new h2{
/*	background:url(../imgs/index/title_whats_new.png) no-repeat top left;*/
	width:507px;
	height:33px;
	margin-bottom:20px;
}
div#whats_new h2 span{
/*	display:none;*/
}
div#whats_new h2 a{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
/*	background:url(../imgs/index/to_more.png) no-repeat top left;*/
	width:50px;
	height:12px;
/*	text-indent:-9999px;*/
	margin:10px 5px 0px 0px;
}
div#whats_new li{
	border-bottom:solid 1px #EEEEEE;
	padding-bottom:10px;
	margin-bottom:10px;
}
div#whats_new li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	word-break:keep-all;
}


/*	information
---------------------------------------- */
div#information{
}
div#information dl{
	border-top:solid 1px #119034;
	margin-bottom:15px;
	clear:both;
    zoom: 100%;
}
div#information:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#information dt{
	border-left:solid 3px #119034;
	height:25px;
	padding-left:8px;
}
div#information dt a{
	display:block;
	outline:none;
	height:25px;	
}
div#information dt a img{
	margin-top:7px;
}
div#information dd{
	border-left:solid 3px #EAEAEA;
	padding-top:5px;
    zoom: 100%;
}
div#information dd:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#information dd img{
	float:right;
}
div#information dd p{
	width:140px;
	height:38px;
	margin-left:10px;
	word-break:keep-all;
	float:left;
	line-height:1;
	font-size:12px;
/*	text-align:justify;*/
	font-family:Arial, Helvetica, sans-serif;
}
div#information p#info_report a{
	display:block;
	background:url(../imgs/index/title_scientific_report.png) no-repeat;
	width:240px;
	height:61px;
	text-indent:-9999px;
	outline:none;
}


