@charset "shift_jis";

/* ----------------------------------------------------------------
  TITLE : HIT-MALL Total E-Commerce Solution
  URI : http://www.hit-mall.jp/
  Copyright (C) ITEC HANKYU HANSHIN.Co.,Ltd. All Rights Reserved.
---------------------------------------------------------------- */

/*----------------------------
	1. Import
	2. Common
	3. Detail
------------------------------ */

/*   1. Import
---------------------------------------------------- */
@import "format.css";
@import "basic.css";

/*   2. Common
---------------------------------------------------- */
#top {
	background: url(../../images/bg_body_top.gif) left top repeat-x;
}

/*   3. Detail
---------------------------------------------------- */
#top h2 {
	margin: 28px 0 0;
}
#top #distressBox {
	margin: 20px 0 25px 0;
	padding: 6px;
	background: #dbdbdb;
	border: 1px solid #c8c8c8;
}
#top #distressBox img.left {
	float: left;
}
#top #distressBox .stressT {
	clear: both;
	margin-bottom: 6px;
	background: url(../../images/bg_distress_top.gif) left top no-repeat #fff;
}
#top #distressBox .stressB {
	padding: 13px;
	background: url(../../images/bg_distress_bottom.gif) left bottom no-repeat;
	overflow: hidden;
	_height: 1%;
}
#top #distressBox .stressB dl {
	float: right;
}
#top #distressBox .stressB dd {
	margin: 12px 0 0 13px;
	padding: 0 0 0 20px;
	background: url(../../images/arrow01.gif) left top no-repeat;
}
#top #serviceBox {
	padding: 6px;
	border: 1px solid #c8c8c8;
}
#top #serviceBox h2{
	margin: 0;
}
#top #serviceBox ul {
	background: url(../../images/bg_service.jpg) left top no-repeat;
	padding-bottom: 5px;
	overflow: hidden;
	_height: 1%;
}
#top #serviceBox li {
	width: 117px;
	padding: 22px 10px 12px 100px;
	display: block;
	float: left;
	background: url(../../images/arrow01.gif) 80px 23px no-repeat;
}
#top #news {
	margin-top: 17px;
	border: 1px solid #cdcdcd;	
}
#top #news dl {
	margin: 11px 15px;
}
#top #news dt {
	width: 90px;
	float: left;
	clear: both;
	margin: 0 0 7px 0;
	line-height: 1.75;
}
#top #news dd {
	margin: 0 0 9px 90px;
	padding: 0 0 0 15px;
	background: url(../../images/arrow02.gif) left 5px no-repeat;
	line-height: 1.75;
}
#top #news strong {
	font-weight: normal;
}
#top #sideCol {
	margin: 21px 0 0;
}
