@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :yourName (admin)
 style info :トップページ
=================================================================== */
body {
	background: url(../images/top/top_bg.jpg) 0 0 repeat-x #fff;
}

#header {
	height: 500px;
}

#main {
	float: none;
	width: 950px;
	margin-bottom:20px;
}

#main_flash {
	margin-bottom: 10px;
	position: absolute;
	left: 0;
	top: 125px;
}

#quick_menu {
	overflow: hidden;
}

#quick_menu div {
	float: left;
}

#info_area {
	position: relative;
}

#pickup_area {
	width: 626px;
	overflow: hidden;
}

#pickup_area h2,
#news_area h2 {
	width: 626px;
	height: 40px;
	margin-top: 0px;
	background: url(../images/top/title_pickup.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#pickup_area h2 {
	margin-bottom: 1em;
	background: url(../images/top/title_pickup.jpg) 0 0 no-repeat;
}

#pickup_area ul {
	width: 626px;
	overflow: hidden;
}

#news_area h2 {
	margin-bottom: 1em;
	background: url(../images/top/title_solutions.jpg) 0 0 no-repeat;
}

#news_area {
	clear: both;
	width: 626px;
	overflow: hidden;
	position: relative;
}

#news_area table {
	width: 626px;
	letter-spacing: 0;
}

#news_area table tr td {
	border-top: 1px dotted #999;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Osaka,verdana,Sans-Serif;
	line-height: 3;
}

#news_area table tr td.new_icon {
	background: url(../images/icon/icon_new.gif) right center no-repeat;
}

#news_area table tr td.firstChild {
	padding: 0 1.5em 0 0.5em;
}

#news_area table tr td.lastChild {
	padding: 0 1.5em 0 1em;
}

#news_area table tr td a {
	padding-left: 15px;
	background: url(../images/share/arrow2.jpg) 0 center no-repeat;
}

#news_area #news_btn {
	position: absolute;
	top: 50px;
	right: 12px;
}

#news_area #news_btn a {
	padding-left: 16px;
	background: url(../images/share/arrow1.jpg) 0 center no-repeat;
}

#products_area {
	width: 308px;
	margin-bottom:20px;
	position: absolute;
	top: 0px;
	right: 0;
}

#products_area h2 {
	display: none;
}

#products_area h3 {
	height: 15px;
	background: url(../images/top/title_related.jpg) 12px 0 no-repeat;
	text-indent: -5000em;
}

#products_area ul {
	margin: 10px 0 20px 0;
}

#products_area ul li {
	margin-bottom: 0.5em;
	text-align: center;
}

#products_area ul li a img {
	padding: 1px;
	border: 1px solid #999;
}

#products_area ul li a:hover img,
#products_area ul li a:active img {
	border: 1px solid #0c3086;
}

#products_area ul li a.blank {
	padding: 0;
	background: none;
}
