@charset "UTF-8";
/* CSS Document */


/* ------------------------------------------------------------ Flash表示エリア ------------ */
#flash_area {
	height: 255px;
	width: 565px;
	margin-bottom: 5px;
}

/* ----------------------------------------------- メインコンテンツ内wrapper ---------------- */
#top_wrapper {
	float: left;
	width: 565px;
}
#top_wrapper #top_left {
	float: left;
	width: 400px;
}
#top_wrapper #top_right {
	float: right;
	width: 160px;
	padding-left: 5px;
}
#top_left .top_lineup_box {
	float: left;
	margin-bottom: 10px;
}


/* ------------------------------------------------------------- ラインナップタイトル ------------------------------------------ */
#lineup_title {
	background-image: url(../images/top/title/lineupTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 17px;
	width: 400px;
	margin-bottom: 10px;
}
.lineup_list {
	font-size: 13px;
	width: 200px;
	display: block;
	float: left;
	line-height: 1.5;
}
.lineup_list li {
	color: #333;
	background-image: url(../images/top/title/hyphen.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.lineup_list li a {
	color: #333;
}
.lineup_list li a:hover {
	color: #990000;
}

/* ------------------------------------------------------------- 歴史タイトル ------------------------------------------ */
.history_title {
	background-image: url(../images/top/title/history.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 17px;
	width: 400px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
#history_box {
	font-size: 13px;
	background-image: url(../images/top/pict/engine_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 140px;
	line-height: 1.5;
}
#history_list {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}
#history_list li {
	display: inline;
	background-image: url(../images/common/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#history_list li a {
	color: #333;
	text-decoration: none;
}
#history_list li a:hover {
	color: #990000;
	text-decoration: none;
}
#top_right ul #news_akasaka_link a {
	background-image: url(../images/top/linkimage/newsAkasaka.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 74px;
	width: 160px;
	margin-bottom: 5px;
}


/* ------------------------------------------------------------- リンクプレート設定 ------------------------------------------ */
#top_right ul #toshika_link a {
	background-image: url(../images/top/linkimage/ir.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 74px;
	width: 160px;
	margin-bottom: 5px;
}
#top_right ul #saiyo_link a {
	background-image: url(../images/top/linkimage/recruit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 74px;
	width: 160px;
	margin-bottom: 5px;
}
#top_right ul #eco_link a {
	background-image: url(../images/top/linkimage/eco_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 74px;
	width: 160px;
}


/* ------------------------------------------------------------- ニュースリリースタイトル ------------------------------------------ */
.news_title {
	background-image: url(../images/top/title/newsTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 17px;
	width: 190px;
	margin-bottom: 10px;
	overflow: hidden;
}
#news_area {
	height: 300px;
	width: 190px;
	overflow: auto;
}
