@charset "Shift_jis";



/*----------------------------------------------------------

TOP ページだけで使う[En]付きの id はこの top.css で上書きする。
common から include する共通の id で[En]付きのものは各個別の css で指定する。

----------------------------------------------------------*/

#containerEn {
	width: 900px;
	background: url(/english/img/common/bg_container.png) repeat-y top center;
	margin: 0 auto;
	padding: 0 8px;
}

* html #containerEn {
	width: 916px;
}

#contentsEn {
	width: 900px;
}

#mainAreaEn {
	float: left;
	width: 610px;
	background: #fff url(/english/img/common/bg_contentsMainTop.jpg) no-repeat;
	text-align: left;
	padding: 20px;
}

* html #mainAreaEn {
	width: 650px;
}

#sideAreaEn {
	float: right;
	width: 250px;
	height: 450px;
	background: url(/english/img/common/bg_contentsSideTop.jpg) no-repeat;
	padding: 10px 0 0 0;
}

#newsSectionEn {
	margin: 15px 0 0 0;
}

#newsSectionEn #titleEn {
	border-bottom: 1px solid #073b69;
}

/* -- clear float -- */ 
#newsSectionEn #titleEn {
	min-height:0;
	display: inline-table;
}

#newsSectionEn #titleEn:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #newsSectionEn #titleEn {height:0;}
#newsSectionEn #titleEn {display: block;}
/* */
/* -- end clear float -- */

#newsSectionEn #titleEn h2 {
	float: left;
	color: #073b69;
	font-size: 130%;
	font-weight: bold;
}

#newsSectionEn #titleEn p {
	float: right;
	font-size: 90%;
	margin: 0;
}

#newsSectionEn #titleEn p a {
	color: #009966;
	background: url(/english/img/common/icon_triangleGreen.gif) no-repeat left center;
	padding: 0 0 0 10px;
}

#newsSectionEn dl {
	width: 600px;
	padding: 10px 0 0 0;
	text-align: left;
}

#newsSectionEn dl dt {
	float: left;
	width: 130px;
	color: #009966;
	background: url(/english/img/common/icon_triangleOrange.gif) no-repeat 0 3px;
	padding: 0 0 10px 20px;
	clear: both;
}

* html #newsSectionEn dl dt {
	width: 150px;
}

#newsSectionEn dl dd {
	padding: 0 0 10px 0;
	margin: 0 0 0 130px;
}

* html #newsSectionEn dl dd {
	margin: 0 0 0 150px;
}



/*----------------------------------------------------------
	contents:TOP
----------------------------------------------------------*/

h1 {
	margin: 0 0 15px 0;
}





