@charset "shift_jis";
/*
=========================================

　英語トップページ用スタイルシート

=========================================
*/

/* 共通スタイルシート
---------------------------------------------------------------------------- */
@import "shared_class.css";
@import "header_eng.css";
@import "gnavi_eng.css";
@import "footer_eng.css";
/*\*//*/ @import "macie5.css"; /**/

/* FLASH部分
---------------------------------------------------------------------------- */
#flashBox {
	width: 720px;
	margin: 0 0 8px 0;
}

/* What's Newとバナー群格納ボックス
---------------------------------------------------------------------------- */
#topBox {
	display: table;
	width: 720px;
	margin: 0 0 5px 0;
}

/* What's Newボックス
---------------------------------------------------------------------------- */
#newsBox {
	float: left;
	display: inline;
	width: 522px;
	margin: 0 0 4px 0;
	background: url("../img/top/news_back.gif") repeat-y;
}
#newsBox .newsBottom {
	width: 522px;
	height: 3px;
	font-size: 1%;
	background: url("../img/top/news_bottom.gif") no-repeat;
}
#newsBox table {
	margin: 10px 10px;
}
#newsBox table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0 0 5px 0;
	white-space: nowrap;
}
#newsBox table td {
	vertical-align: top;
	padding: 0 0 5px 5px;
}
#newsBox table img.newIcon {
	margin: 0 0 0 5px;
}
#newsBox p.more {
	text-align: right;
	margin: 0 10px 7px 0;
}
#newsBox p.more a:hover img {
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
/* バナーボックス
---------------------------------------------------------------------------- */
#bannerBox {
	float: right;
	display: inline;
	width: 188px;
}
#bannerBox ul {
	clear: both;
}
#bannerBox li {
	font-size: 1%;
	margin: 0 0 4px 0;
}
#bannerBox li a:hover img {
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
