@charset "UTF-8";


/* content
--------------------------------------------------------------*/
#content {
	padding-top:145px;
}

/* メインイメージ
--------------------------------------------------------------*/
#mainImage {
	height:280px;
	overflow:hidden;
}


/* ハイライト
--------------------------------------------------------------*/
#highlight {
	position:absolute;
	top:430px;
	left:0;
	text-align:center;
	padding:5px 0;
	width:100%;
	height:120px;
	/*background:#e5e4e3;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;*/
}
#highlight div {
	margin:0 auto;
	width:953px;
}
#highlight img {
	margin-right:14px;
}
#highlight img.end {
	margin-right:0;
}



/* top_left,top_right,top_bottom
--------------------------------------------------------------*/
#top_left {
	float:left;
	margin-bottom:17px;
	width:330px;
}
#top_right {
	float:right;
	margin-bottom:17px;
	width:600px;
}



/* 映像紹介
--------------------------------------------------------------*/
#top_movieArea {
	margin-bottom:16px;
	width:330px;
	height:252px;
}
#top_movieAreaTitle {
	height:40px;
}
#top_movieArea p {
	font-size:12px;
}



/* 新着情報
--------------------------------------------------------------*/
/* phpなしのtop */
#top_newsArea #top_newsAreaList {
	height:381px;/*340px*/
	width:328px;
	border-bottom:solid #ccc 1px;
	border-left:solid #ccc 1px;
	border-right:solid #ccc 1px;
	overflow-y:scroll;
}
/* phpありのtop */
#top_newsArea iframe  {
	height:381px;/*340px*/
	width:328px;
	border-bottom:solid #ccc 1px;
	border-left:solid #ccc 1px;
	border-right:solid #ccc 1px;
	overflow-y:scroll;
}
#top_newsAreaList dl {
	padding-top:10px;
	font-size:80%;
}
#top_newsAreaList dl dt {
	margin-bottom:10px;
	width:35%;
	height:45px;
	text-align:center;
	font-weight:bolder;
}
#top_newsAreaList dl dt img {
	margin-top:5px;
}
#top_newsAreaList dl dd {
	margin-top:-55px;
	margin-bottom:10px;
	padding-left:36%;
	min-height:45px;
}



/* 市場別ソリューションのご案内
--------------------------------------------------------------*/
#top_solutionArea {
	margin-bottom:16px;
	height:250px;
	/*background:#E7F1FB;*/
	border:solid #ccc 1px;
}
#top_solutionAreaTitle {
	margin:14px 16px;
}
#top_solutionArea ul {
	margin-left:16px;
}
#top_solutionArea ul li {
	float:left;
	margin:0 17px 10px 0;
}



/* いちおし！製品情報　＋　サイドバナー
--------------------------------------------------------------*/
#top_picupArea {
	clear:both;
	padding:0 10px;
	height:auto;
	min-height:420px;
	background:#fff;
	border:solid #ccc 1px;
}
#top_picupArea:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
#top_picupAreaLeft {
	float:left;
	width:300px;
}
#top_picupAreaLeft #top_picupAreaLeft_ban {
	margin-top:10px;
}
#top_picupAreaLeft #top_picupAreaLeft_img {
	margin-bottom:5px;
	padding:2px;
	border:solid #ccc 1px;
}
#top_picupAreaLeft #top_picupAreaLeft_title {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid #ccc 1px;
	text-align:left;
	font-size:80%;
	font-weight:bolder;
	color:#000;
}
#top_picupAreaLeft #top_picupAreaLeft_title span {
	font-size:160%;
}
#top_picupAreaLeft #top_picupAreaLeft_title a {
	text-decoration:none;
	color:#000;
	display:block;
}
#top_picupAreaLeft #top_picupAreaLeft_title a:hover,
#top_picupAreaLeft #top_picupAreaLeft_title a:hover span {
	color:#666;
}
#top_picupAreaLeft #top_picupAreaLeft_text {
	font-size:95%;
}

/* サイドバナー */
#top_picupAreaRight {
	float:right;
	margin-top:10px;
	width:270px;
	height:400px;
	overflow:hidden;
}
#top_picupAreaRight li {
	margin-bottom:10px;
}



/* top_bottom
--------------------------------------------------------------*/
#top_bottom {
	clear:both;
	width:950px;
	height:100px;
}
#top_bottom div {
	margin-right:20px;
	float:left;
}
#top_bottom div.end {
	margin-right:0;
}
