@charset "EUC-JP";
/*トップページ*/

/* アイキャッチ用 */

#eyecatchBox {
	margin: 10px 0 15px;
	padding:0;
	width:800px;
	height: 285px;
	background:url(../../image/top/eyecatch_top.jpg);
}

#eyecatchBox ul {
	margin:0;
	margin-left:499px;
	padding:0;
	padding-top:10px;
	list-style:none;
}

#eyecatchBox li {
	margin:0;
	padding:0;
	width:292px;
	
}

#eyecatchBox li a {
	display:block;
	text-indent:-9999px;
}

#eyecatchBox #eyec01{height:82px;background:url(../../image/top/bnr_top_01.jpg) no-repeat top left;}
#eyecatchBox #eyec02{margin-top:7px;height:85px;background:url(../../image/top/bnr_top_02.jpg) no-repeat top left;}
#eyecatchBox #eyec03{margin-top:9px;height:82px;background:url(../../image/top/bnr_top_03.jpg) no-repeat top left;}

/* 新着キャンペーン部分 */
#leftBox h3 {
	background:url(../../image/top/title_top_s01.gif) top left no-repeat;
	height:25px;
	width:38opx;
}

/*インフォメーション部分 */
#rightBox h3 {
	background:url(../../image/top/title_top_s02.gif) top left no-repeat;
	height:25px;
	width:380px;
}


#leftBox dl,
#rightBox dl
 {
	margin:10px 0 0;
	padding:0;
	
}

#leftBox dt,
#rightBox dt
 {
	float:left;
	margin:0;
	padding:0;
	width:65px;	
}

#leftBox dd,
#rightBox dd
 {
	margin:0;
	margin-left:65px;
	padding:0;	
}

#info {margin:10px 0px;padding:3px}
#info h4 {
	margin:0;
	padding:0 1px;
	padding-bottom:1px;
	text-indent:0;
	font-size:12px;
	border-bottom:3px solid #41a5d3;
	color:#666;
}

#info-inner{ margin:0;padding:3px;border:1px solid #CCC;}
#info-inner h5 {margin:0;padding:0;font-size:12px;border-bottom:1px dotted #CCC;}

