@charset "UTF-8";
/* CSS Document */

/* 全ページ共通項目　*/


body {
	margin:0px;
	background-image:url(img/background_top.gif);
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック"
	text-align:center; 
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
	
#top_container{
	margin:130px auto 0px auto;
	width:760px;
	height:305px;
	}
	
#flash{
	width:480px;
	height:180px;
	padding:70px 0px 55px 60px;
	}
	
#logo{
	width:100px;
	padding:0px 120px 0px 0px;
	}
	
#menu{
	width:760px;
	height:25px;
	margin:0px auto;
	}
	
#language{
	width:760px;
	height:12px;
	margin:15px auto;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	color:#CC0000;
	line-height:1.0;
	}
	
#copyright{
	width:760px;
	margin:52px auto 70px auto;
	text-align:center;
	height:25px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	color:#666666;
	line-height:1.3;
	}