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

トップページ用定義

=========================================
*/

/* import
---------------------------------------------------------------------------- */
@import "default.css";
@import "shared_class.css";
@import "header.css";
@import "footer.css";


/* メインイメージ
---------------------------------------------------------------------------- */
#mainImgBox {
	height: 366px;
	background: url(../img/top/main_img.jpg) no-repeat;
	position: relative;
	margin: 13px 0 7px 0;
}
#mainImgBox ul {
	position: absolute;
	left: 0;
	bottom: 0;
}
#mainImgBox ul li {
	float: left;
	
	width: 264px;
	margin: 0 0 0 2px;
}
#mainImgBox ul li.flash {
}
#mainImgBox ul li a {
	display: block;
	height: 109px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#mainImgBox ul li.shop a {
	background: url(../img/top/main_panel_shop.png) 0 0 no-repeat;
}
#mainImgBox ul li.shop a:hover {
	background: url(../img/top/main_panel_shop.png) 0 -109px no-repeat;
}
#mainImgBox ul li.recruit a {
	background: url(../img/top/main_panel_recruit.png) 0 0 no-repeat;
}
#mainImgBox ul li.recruit a:hover {
	background: url(../img/top/main_panel_recruit.png) 0 -109px no-repeat;
}
* html #mainImgBox ul li a {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
	cursor: pointer;
}

/* 新着とバナーの包括ボックス
---------------------------------------------------------------------------- */
#topContent {
	clear: both;
	margin: 0 0 2px 0;
	background: url(../img/top/content_back.gif) repeat-y;
}

/* メインカラム（新着とインフォ） */
#mainClm {
	float: left;
	width: 560px;
}
#newsBox {
	clear: both;
	margin: 0 0 20px 0;
}
#newsBox h2 {
	margin: 0 0 22px 0;
}
#newsBox ul {
	width: 564px;
	overflow: hidden;
	margin: 0 0 0 -9px;
}
#newsBox ul li {
	float: left;
	display: inline;
	width: 162px;
	margin: 0 0 0 26px;
}
#newsBox ul .pic {
	margin: 0 0 14px 0;
	padding: 2px;
	border: 1px solid #cccccc;
}
#newsBox ul .pic img {
	width: 156px;
}
#newsBox ul .head {
	margin: 0 0 8px 0;
}
#newsBox ul .date {
	color: #005e15;
}
#newsBox ul .head .icon {
	margin: 0 0 0 5px;
	vertical-align: bottom;
}
#newsBox ul .content {
	line-height: 1.5;
}
#infoBox {
	clear: both;
	margin: 0 0 20px 0;
}
#infoBox h2 {
	margin: 0 0 20px 0;
}
#infoBox table {
	margin: 0 20px 0 25px;
}
#infoBox table th ,
#infoBox table td {
	line-height: 1.5;
	vertical-align: top;
}
#infoBox table th {
	color: #fb632d;
	white-space: nowrap;
	padding: 0 30px 10px 0;
}
#infoBox table td {
	padding: 0 0 10px 0;
}
#mainClm .loading {
	text-align: center;
	padding: 20px 0 20px 0;
}
#mainClm .SpryHiddenRegion {
	visibility: hidden;
}
#mainClm .jsNGBox {
	line-height: 1.5;
	border: 3px solid #ff0000;
	padding: 20px;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
}

/* サブカラム（バナーリスト） */
#subClm {
	float: right;
	width: 224px;
	padding: 7px 0 0 0;
}
#subClm ul.bannerList {
	padding: 0 0 5px 0;
}
#subClm ul.bannerList li {
	margin: 0 0 5px 0;
	text-align: center;
}
#subClm .bannerList a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}
