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


/*===============これよりマクロ設定===================*/

body {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}


/*===============これよりコンテンツ=================*/
#wrapper {
    width:766px;
	margin:0 auto;
	text-align:left;
}

#header {
    width:766px;
	height:;
	margin:0 auto;
	padding:0;
	position:relative;
}

#contents {
    width:766px;
	margin:0 atuo;
	position:relative;
	clear:both;
}
	
#footer {
    width:766px;
	height:69px;
	margin:30px auto;
	background-image:url(../img/footer.gif);
	text-align:center;
	position:relative;
	color:#FFFFFF;
}

#foot_box {
    position:absolute;
	top:20px;
	left:190px;
}

#footer a {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	color:#FFFFFF;
	margin-top:10px;
	text-decoration:none;
    color:#FFFFFF;
}

#copyright {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	color:#FFFFFF;
	margin-top:10px;
}

#foot_box a:hover{text-decoration:underline;}

/*============これよりボタン系設定==================*/
#globalnavi {
    width:766px;
	height:55px;
	margin:0;
	padding:0;
	position:relative;
}

#city {
    position:absolute;
	top:0;
	right:0;
}

#globalnavi li{
    float:left;
}


#tokyo a{
	display:block;
	width:125px;
	background:url(../img/h_on.gif) no-repeat;
	height:55px;
	text-decoration:none;
	text-indent:-9999px;
}

#tokyo a:hover{
	background:url(../img/h_on.gif) no-repeat;
	text-indent:-9999px;
}

#shanghai a{
	display:block;
	width:125px;
	background:url(../img/s.gif) no-repeat;
	height:55px;
	text-decoration:none;
	text-indent:-9999px;
}

#shanghai a:hover{
	background:url(../img/s_on.gif) no-repeat;
	text-indent:-9999px;
}

#san a{
	display:block;
	width:125px;
	background:url(../img/san.gif) no-repeat;
	height:55px;
	text-decoration:none;
	text-indent:-9999px;
}

#san a:hover{
	background:url(../img/san_on.gif) no-repeat;
	text-indent:-9999px;
}

#paris a{
	display:block;
	width:125px;
	background:url(../img/t.gif) no-repeat;
	height:55px;
	text-decoration:none;
	text-indent:-9999px;
}

#paris a:hover{
	background:url(../img/t_on.gif) no-repeat;
	text-indent:-9999px;
}

#side a{
	display:block;
	width:266px;
	background:url(../img/side.gif) no-repeat;
	height:55px;
	text-decoration:none;
	text-indent:-9999px;
}

/*======================ここから全員集合設定===========================*/
#staff {
    width:766px;
	height:721px;
	position:relative;
}


#voice {
    width:300px;
	height:150px;
	position:absolute;
	top:30px;
	left:250px;
}

/*ボタン設定*/
#goto2 {
    clear:both;
	margin:0 0 0 250px;
}

#goto2 a{
	display:block;
	width:250px;
	background:url(../img/goto4.gif) no-repeat;
	height:30px;
	text-decoration:none;
	text-indent:-9999px;
}

#goto2 a:hover{
	background:url(../img/goto3.gif) no-repeat;
	text-indent:-9999px;
}
































