@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_menu.css";

/**************************
*/
#mainvisual{
	width:				750px;
	height:				351px;
	background:			url("../img/top/main.jpg") 0 0 no-repeat;
	position:			relative;
}
#mainvisual .button{
	position:			absolute;
}
#mainvisual #pvButton{
	position:			absolute;
	top:				8px;
	left:				8px;
}


/**************************
*/
#history{
	float:				left;
	width:				373px;
	height:				118px;
	background:			url("../img/top/history_bg.gif") 0 0 no-repeat;
}

#history dl{
	margin-left:		30px;
	margin-top:			10px;
	width:				330px;
	height:				100px;
	overflow:			auto;
}

#history dt{
	font-size:			10px;
	color:				#999999;
	font-weight:		bold;
	font-family:		Arial;
}
#history dd{
	font-size:			12px;
	color:				#666666;
	font-weight:		normal;
}
#history a{
	color:				#0066cc;
}
#history a:hover{
	background-color:	#eeffff;
}

/**************************
*/
#spec{
	float:				right;
}

/**************************
*/
#siteLink{
	float:				right;
	padding-right:		8px;
}
#siteLink li{
	padding:			0 0 0 15px;
	background:			url("../img/common/list-mark.gif") 0 2px no-repeat;
	list-style-type:	none;
	font-size:			12px;
}
#siteLink a{
	color:				#0763b2;
}
#siteLink a:hover{
	border-bottom:		dashed 1px #0763b2;
}



