@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: 530px;
}

#main {
	float: none;
	width: 950px;
}

#main_flash {
	margin-bottom: 10px;
	position: absolute;
	left: 0;
	top: 125px;
}

#quick_menu {
	overflow: hidden;
}

#quick_menu div {
	float: left;
}

#about_area,
#products_area,
#customer_area {
	width: 308px;
	height: 126px;
	position: relative;
}

#products_area {
	margin: 0 10px;
}

#about_area h2,
#products_area h2,
#customer_area h2 {
	text-indent: -5000em;
}

#products_area ul {
	position: absolute;
	left: 150px;
	top: 50px;
}

#customer_area ul {
	position: absolute;
	left: 150px;
	top: 90px;
}

#products_area ul li a,
#customer_area ul li a {
	padding-left: 15px;
	background: url(../images/share/arrow1.jpg) 0 center no-repeat;
	letter-spacing: 0;
}

#about_area {
	background: url(../images/top/title_about.jpg) 0 0 no-repeat;
}

#products_area {
	background: url(../images/top/title_products.jpg) 0 0 no-repeat;
}

#customer_area {
	background: url(../images/top/title_support.jpg) 0 0 no-repeat;
}

#about_area ul li {
	position: absolute;
	left: 0;
	top: 0;
}

#about_area ul li a {
	display: block;
	width: 308px;
	height: 126px;
	text-indent: -5000em;
	overflow: hidden;
}

#info_area {
	width: 950px;
	position: relative;
}

#pickup_area {
	width: 626px;
	overflow: hidden;
}

#pickup_area h2,
#news_area h2 {
	width: 626px;
	height: 40px;
	margin-top: 36px;
	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_info.jpg) 0 0 no-repeat;
}

#news_area {
	clear: both;
	width: 626px;
	overflow: hidden;
	position: relative;
}

#news_area table {
	width: 626px;
	font-size: 1em;
	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 2.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 {
	text-align: right;
}

#news_area #news_btn a {
	padding-left: 16px;
	background: url(../images/share/arrow1.jpg) 0 center no-repeat;
}

#pickup_area ul {
	overflow: hidden;
}

#pickup_area ul li {
	float: left;
	padding: 0 0 10px 13px;
}

#inquiry_area {
	width: 308px;
	background-color: #f4f4f4;
	position: absolute;
	top: 40px;
	right: 0;
}

#inquiry_area h2 {
	display: none;
}

#inquiry_area h3 {
	height: 15px;
	background: url(../images/top/title_related.jpg) 12px 0 no-repeat;
	text-indent: -5000em;
}

#inquiry_area ul {
	margin: 10px 0 20px 0;
}

#inquiry_area ul li {
	margin-bottom: 1em;
	text-align: center;
}

#pickup_area ul li a img,
#inquiry_area ul li a img {
	padding: 1px;
	border: 1px solid #999;
}

#pickup_area ul li a:hover img,
#pickup_area ul li a:active img,
#inquiry_area ul li a:hover img,
#inquiry_area ul li a:active img {
	border: 1px solid #0c3086;
}

