@charset "UTF-8";

/* トップページ
---------------------------------------------------------- */

/* メインビジュアル */

#mainv {
	margin-bottom: 6px;
}

/* ニュース */

#news_top {
	position: relative;
	color: #555555;
	margin: 0 0 48px 0;
}

#news_top h2 {
	background: url(/img/english/top/news_title_bg.jpg) repeat-x;
	margin-bottom: 10px;
}

ul.news_tab {
	position: absolute;
	top: 0;
	right: 0;
	width: 637px;
}

ul.news_rss li,
ul.news_tab li {
	float: left;
}

ul.news_tab li img {
	display: block;
}

ul.news_rss {
	position: absolute;
	top: 5px;
	right: 0;
	width: 105px;
}

ul.news_rss li img {
	display: block;
	margin-right: 5px;
}

