@charset "UTF-8";


/*------------------------------------------ Flash領域*/
#flashAarea{
	width:760px;
	height:192px;
	}


/*------------------------------------------ メインメニュー*/
#menuTable{
	width:760px;
	/*height:400px;*/
	}
#menuTable td.mainMenu{
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-image:url(../img/topMenuBg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:249px;
	}
#menuTable td.rMargin{
	border-right:4px solid #ffffff;
	}
#menuTable td.sukima1{
	width:4px;
	}
#menuTable td.sukima2{
	width:3px;
	}
.menuSammary{
	color:#000000;
	margin:14px;
	}


/*------------------------------------------ 「更新情報」とサブメニュー*/
/*clearfix start*/
#infoArea:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
#infoArea {
	display:inline-block;/*--------IE7 clearfix*/
	margin:25px 0 0 0;
}
/*clearfix end*/


/*------------------------------ 「更新情報	」*/
#whatsNew{
	width:502px;
	padding:0 24px 0 0;
	background-image:url(/ja/common/img/lineWhatsnew.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	float:left;
	}
#whatsNew #newHead{
	color:#000000;
	line-height:100%;
	padding:4px 0 0 16px;
	}
#whatsNew dl{
	margin:18px 0 0 20px;
	}
#whatsNew dl dt,
#whatsNew dl dd{
	float:left;
	padding:3px 0;
	}
#whatsNew dl dt{
	width:70px;
	clear:both;
	}
#whatsNew dl dd{
	width:395px;
	}
#whatsNew dl dd a{
	text-decoration:underline;
	}
#whatsNew dl dd a:link,
#whatsNew dl dd a:visited{
	color:#000000;
	}
#whatsNew dl dd a:hover{
	color:#cc0000;
	}


/*------------------------------ サブメニュー*/
#subMenu{
	width:234px;
	float:left;
	}
#subMenu dl{
	}
#subMenu dl dt{
	}
#subMenu dl dd{
	color:#000000;
	padding:0 0 15px 30px;
	}

