@charset "utf-8";
@import "../common.css";
@import "../reset.css";
/*///////////////////////////////////////

 font-size

/////////////////////////////////////////

	10px = 77%		11px = 85%
	12px = 93%		13px = 100%
	14px = 108%		15px = 116%
	16px = 123.1%

////////////////////////////////////////*/

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


	news common item


_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

body{
	background-color:#eeeeee;
}

#main {
	background:url(../../images/main_mid.png) repeat-y;
}


#contents{
	background:url(../../images/main_top.png) no-repeat 0 top;
	width:770px;
	_margin-right:-72px;
	}


#main_contents {	
	margin-top:43px;
}

#sub_contents {
	margin-top:41px;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#main_contents {	
	margin-top:42px;
}

#sub_contents {
	margin-top:40px;
}
}

#navi{
	background:transparent url(../../images/main_btm.png) no-repeat 0 bottom;
	margin:0 auto;
	text-align:center;
	padding-bottom:30px;
}


#footer a{
	text-decoration: underline;
}


/*//////////////////////////////////////////
 sub_contents
//////////////////////////////////////////*/

#sub_contents h3 {
	background:url(../../images/labs/menu_top.png) no-repeat;
	padding:4px 0 4px 13px;
	overflow:hidden;
	color:#ffffff;
}

#sub_contents .back {
	background:url(../../images/labs/menu_back.png) repeat-y;
	margin-bottom:20px;
}


#sub_contents ul {
	padding:10px 0 10px 15px;
	background:url(../../images/labs/menu_bottom.png) no-repeat 0 bottom;
	font-size: 100%;
}

#sub_contents li {
	font-weight:bold;
	margin:0 0 0px 0px;
	background:url(../../images/labs/labs_side_dot.gif) no-repeat left 6px;
	padding-left: 7px;
	line-height: 140%;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


	News


_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


#news #main_contents {
	float:left;
	height:auto;
	padding-left:40px;
	width:480px;
}

#news #sub_contents {
	float:right;
	padding-right:40px;
	width:190px;
}

#news #main_contents h3 {
	border-bottom:1px solid #ABABAB;
	color:#999999;
	margin:0 0 8px;
	padding-bottom:2px;
}

#news .right {
	text-align:right;
	display:block;
	font-weight:bold;
	margin-bottom:20px;
}

#news .days {
	color:#999999;
}

#news #main_contents p {
	margin-bottom:10px;
}

#news .date {
	padding-right:10px;
	float: left;
	
}

#news .center {
	display:table-cell;
	margin-bottom:1px;
	vertical-align:top;
}

#news .news_title {
	width:383px;
}

#news a.title {
	border-bottom:1px solid;
	display:block;
	float:left;
	line-height:115%;
	overflow:hidden;
	text-decoration:none;
	margin-top: 3px;
}

#news .box {
	clear: left;
	font-size: 93%;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


	PressRelease


_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

#press #main_contents {
	float:left;
	height:auto;
	padding:0px 60px 0;
	width:650px;
}

#press h2{
	margin:0px 0px 20px 0px;
	color:#999999;
}

#press .date {
	color:#aaaaaa;
	font-size:93%;
	display:block;
	margin-bottom:10px;
}

#press h2 strong {
	font-size:131%;
	color:#000000;
}

#press .image {
	margin:10px auto;
	text-align:center;
}

#press h3 {
	border-bottom:1px solid #ABABAB;
	color:#1F1F1F;
	margin:30px 0 8px;
	padding-bottom:2px;
}

#press p {
	margin-bottom:10px;
}