@charset "UTF-8";

/* ************************************************************
Title: home.css
Since: 2010-03-17
Last Modified: 2010-09-06
************************************************************ */

/* =structure
====================================================*/

body {
	background: url(../../../images/body_base_bg.gif) top left repeat-x;
}

#contents-second {
	font-size: 12px;
}

#contents-second a {
	color: #000000;
}

#contents-second a:link {
	color: #000000;
}

#contents-second a:visited {
	color: #000000;
}

#contents-second a:hover {
	color: #000000;
	text-decoration: none;
}

#contents-second a:focus {
	color: #000000;
}

#contents-second a:active {
	color: #000000;
}


#contents-second div.main {
	display: inline;
	float: left;
	width: 561px;
	margin-left: 26px;	
}

#contents-second div.sub {
	display: inline;
	float: right;
	width: 208px;
	margin: 8px 25px 0 0;
}

/* =news
====================================================*/
#contents-second div.main ul li {
	line-height: 180%;
}

#contents-second div.main ul.news {
	margin: 10px 0 25px 18px;
}

#contents-second div.main ul.news li img {
	margin: 0 8px;
	vertical-align: middle;
}

dl.news02 {
	margin: 10px 0 25px 18px;
}
dl.news02 dt {
	margin-bottom: 6px;
	clear: both;
	float: left;
	display: inline;
	width: 10.85em;
}
dl.news02 dt img {
	margin:0 6px;
	vertical-align: middle;
}
dl.news02 dd {
	margin-bottom: 6px;
	display: block;
	margin-left: 10.85em;
	width: auto;
}

/* =product-block
====================================================*/
#contents-second div.main div.product-block {
	float: left;
	width: 276px;
}

/* =technology-block
====================================================*/
#contents-second div.main div.technology-block {
	float: right;
	width: 275px;
}

/* =product-block technology-block common
====================================================*/
#contents-second div.main div.product-block ul,
#contents-second div.main div.technology-block ul {
	margin: 8px 0 0 16px;
}

#contents-second div.main div.product-block ul li a,
#contents-second div.main div.technology-block ul li a{
	padding-left: 9px;
	background: url(../../../common/images/arrow_ic02.gif) 0 3px no-repeat;
}

/* =banner
====================================================*/
#contents-second div.sub ul li {
	margin-bottom: 5px;
}

#contents-second div.sub ul li a {
	display: block;
	width:208px;
	height: 59px;
	font-size:1px;
	text-indent:-10000px;
	text-decoration:none;
	outline:none;
}

#contents-second div.sub ul li#exclusive a {
	background: url(../../images/exclusive_banner_en.jpg) top left no-repeat;
}

#contents-second div.sub ul li#company a {
	background: url(../../images/company_banner_en.jpg) top left no-repeat;
}

#contents-second div.sub ul li#inquiry a {
	background: url(../../images/inquiry_banner_en.jpg) top left no-repeat;
}

#contents-second div.sub ul li a:hover {
	background-position:0 -59px !important;
}








