@charset "utf-8";

/*　トップページ　*/

#topWrp {
/* 	width: 800px; */
	padding: 0px;
	margin:0 auto;
	background: url(/english/common/images/bg_top.gif) repeat-x;
}
#topWrp #header {
	height: 80px;
	width: 800px;
	margin:0 auto;
	padding:0;
	position:relative;
	
}
#topWrp #header #siteID {
	margin: 20px 0 0 16px;
	padding: 0px;
	display:inline;
	float:left;
}


#topWrp #topContents {
	background: url(/english/common/images/bg_contents.gif) no-repeat;
	background-position:590px 100%;
	width: 800px;
	margin:0 auto 20px auto;
	padding:0;
}
#topWrp #topContents #mainContents {
	float:left;
	width:560px;
	margin:0;
	padding:0 20px 0 0;
}
#topWrp #topContents #subContents {
	float:right;
	width:180px;
	margin:0;
	padding:0;
}
#topWrp #topContents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.topMianImg{
	width:808px;
	background: url(/english/common/images/bg_top_main_img.gif) repeat-y;
	margin:10px auto 20px auto;
	text-align:center;
}

h2.top{
	margin:0 0 15px 0;
}
#topWrp #globalNavi{
	margin:0 auto;
}
#topWrp #footer{
	margin:0 auto;
}

/*　サブNavi　*/
#topWrp #header #subNavi{
	padding:0;
	margin:20px 0px 0 0;
	float:right;
	background-image:url(/english/common/images/menu_line.gif.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
#topWrp #header #subNavi li{
	margin:0;
	padding:0 8px 0 10px;
	float:left;
	display:inline;
	font-size:10px;
	background-image:url(/english/common/images/menu_line.gif.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
}


#topWrp #header #subNavi li a{
	text-decoration:none;
}
#topWrp #header #subNavi li a:link{
	color:#444;
}
#topWrp #header #subNavi li a:visited{
	color:#444;
}
#topWrp #header #subNavi li a:hover{
	color:#00a8e6;
}
#topWrp #header #subNavi li a:active{
	color:#00a8e6;
}

/*　ENGLISHボタン　*/
#topWrp #header #ja {
	position:absolute;
	top:42px;
	left:750px;
	margin:0;
	padding:0;
}




/* ・更新情報／プレスリリース */
.topTopic{
 	margin:0;
}
.topTopic .date{
	border-left:2px solid #bb2010;
	font-weight:bold;
	font-size:62.5%;
	padding-left:8px;
	margin-bottom:5px;
	line-height:0.8;
}
.topTopic dl{
	padding-bottom:15px;
	margin-bottom:15px;
 	background-image:url(/english/common/images/dot.gif); 
	background-repeat:repeat-x;
	background-position:0% 100%;
}
.topTopic dt a{
	line-height:1.5;
 	font-size:87.5%;
	margin:10px;
}
.topTopic dd{
	font-size:75%;
	line-height:1.5;
	margin:5px 10px 0px 10px;
}



/* ・ピックアップ */
#pickUp {
	margin:0;
	padding:0;
}

/* ・関連サイト */
#relatedSite{
	margin:-1px 0 0 0;
	padding:0px;
}

#relatedSite p{
	font-size:62.5%;
	margin-bottom:15px;
}

