/* 全ページ共通部分 */
@import "unit_common.css";

/* サイドバーナシのレイアウト */
@import "unit_noside.css";

/* 内容が実際に入る箱 */
@import "unit_content.css";

/*
#mainVisual{
	position:			relative;
	width:				100%;
	height:				573px;
	background:			url("../img/index_main.jpg") left top no-repeat;
	
}
*/
/*
#mainVisual #spec{
	position:			absolute;
	left:				34px;
	top:				477px;
	padding-left:		9px;
	border-left:		solid 5px #ff0b01;
	font-size:			12px;
	
}
*/

#wrap{
	position:			relative;
}

/* PVボタン */
#banner{
	position:			absolute;
	top:				220px;
	left:				20px;
}
#banner li{
	padding-bottom:		4px;
	list-style-type:	none;
}
#banner li img{
	vertical-align:		top;
}



#spec{
	float:				right;
}

#history{
	position:			relative;
	width:				348px;
	height:				214px;
	background:			url( "../img/top/history_bg.jpg" ) left top no-repeat;
	float:				left;
	text-align:			left;
}
#history dl{
	position:			absolute;
	left:				18px;
	top:				46px;
	width:				260px;
	height:				150px;
	overflow:			auto;
	font-size:			12px;
	color:				#000000;
	scrollbar-3dlight-color: #ff7f00;
	scrollbar-arrow-color: #ff7f00;
	scrollbar-base-color: #ffddaa;
	scrollbar-darkshadow-color:#ff7f00;
	scrollbar-face-color: #ffddaa;
	scrollbar-highlight-color: #ff7f00;
	scrollbar-shadow-color: #ff7f00;
}
#history dt{
	font-weight:		bold;
	color:				#cc3300;
}
#history a{
	color:				#000000;
	font-weight:		bold;
}
#history a:hover{
	color:				#ffcc00;
	border-bottom:		dashed 1px #ffcc00;
}

