@charset "utf-8";

/* --top-- */
div#top_mainBox {
	width:742px;
	margin:0px auto;
}
div#top_mainBox:after {
	  content:".";
	  display:block;
	  height:0;
	  line-height:0;
	  visibility:hidden;
	  clear:both;
}

div#top_contents {
	width:350px;
	float:left;
}
div#top_contents h2 {
	margin-top:20px;
}
div#top_contents p {
	margin-top:10px;
}
div#top_contents dl {
	width:350px;
	margin-top:15px;
}
	div#top_contents dt {
		clear:both;
		float:left;
		width:140px; 
	}
	div#top_contents dd {
		width:200px;
		height:100px;
		float:right;
		padding-top:10px;
		color:#7e7e7e;
	}

div#top_pressRelease {
	width:371px;
	float:right;
	background:url(../img/bg_top_pressRelease.jpg) no-repeat;
}
div#top_pressRelease h2 {
	padding:25px 0px;
	color:#7e7e7e;
	font-size:250%;
	text-align:center;
}
div#top_pressRelease ul {
	background:#f5f5f5 url(../img/list_img_3.jpg) 10px 0px no-repeat;
}
	div#top_pressRelease ul li {
		padding:15px 10px 15px 60px;
		background:url(../img/bg_top_pressRelease_list.jpg) left bottom no-repeat;
	}
	div#top_pressRelease ul li#learnMore {
		padding:10px 45px 10px 0px;
		text-align:right;
		background:url(../img/bg_learnMore.jpg) left bottom no-repeat;
	}
		div#top_pressRelease ul li#learnMore a {
			color:#000000;
		}