@charset "utf-8";
body {
	font-family: メイリオ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Verdana","sans-serif";
	font-size:12px;
	background: #000000;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
h1 {
	margin:0;
	padding:0;
	text-indent : -9999px ;
}
#container {
	position:absolute;
	width:970px;
	height:605px;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -303px;
	text-align: left; 
}
#navi {
	width: 100%;
	margin: 0;
	padding: 0;
	height:30px;
	background-color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
}
#navi ul.ms_action {
	margin : 0 ;
	padding : 0 ;
	padding-left:33px;
	list-style-type : none ;
}
#navi ul.ms_action li {
	margin : 0;
	padding : 0 ;
	list-style-type : none ;
	float : left ;
}
/*ナビメニュー PROFILE */
#navi ul.ms_action li#profile {
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_01.gif);
	background-repeat:no-repeat;
	text-indent : -9999px;
}
#navi ul.ms_action li#profile a {
	text-decoration:none;
	display:block;
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_01.gif);
	text-indent : -9999px ;
	background-repeat : no-repeat ;
}
#navi ul.ms_action li#profile a:hover {
	width:113px;
	height:30px;
	background-image:url(../images/menu_dn_01.gif);
	background-repeat:no-repeat;
}
/*ナビメニュー NEWS */
#navi ul.ms_action li#news {
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_02.gif);
	background-repeat:no-repeat;
	text-indent : -9999px;
}
#navi ul.ms_action li#news a {
	text-decoration:none;
	display:block;
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_02.gif);
	text-indent : -9999px ;
	background-repeat : no-repeat ;
}
#navi ul.ms_action li#news a:hover {
	width:113px;
	height:30px;
	background-image:url(../images/menu_dn_02.gif);
	background-repeat:no-repeat;
}
/*ナビメニュー EVENT */
#navi ul.ms_action li#event {
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_03.gif);
	background-repeat:no-repeat;
	text-indent : -9999px;
}
#navi ul.ms_action li#event a {
	text-decoration:none;
	display:block;
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_03.gif);
	text-indent : -9999px ;
	background-repeat : no-repeat ;
}
#navi ul.ms_action li#event a:hover {
	width:113px;
	height:30px;
	background-image:url(../images/menu_dn_03.gif);
	background-repeat:no-repeat;
}
/*ナビメニュー BLOG */
#navi ul.ms_action li#blog {
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_04.gif);
	background-repeat:no-repeat;
	text-indent : -9999px;
}
#navi ul.ms_action li#blog a {
	text-decoration:none;
	display:block;
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_04.gif);
	text-indent : -9999px ;
	background-repeat : no-repeat ;
}
#navi ul.ms_action li#blog a:hover {
	width:113px;
	height:30px;
	background-image:url(../images/menu_dn_04.gif);
	background-repeat:no-repeat;
}
/*ナビメニュー PHOTO */
#navi ul.ms_action li#photo {
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_05.gif);
	background-repeat:no-repeat;
	text-indent : -9999px;
}
#navi ul.ms_action li#photo a {
	text-decoration:none;
	display:block;
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_05.gif);
	text-indent : -9999px ;
	background-repeat : no-repeat ;
}
#navi ul.ms_action li#photo a:hover {
	width:113px;
	height:30px;
	background-image:url(../images/menu_dn_05.gif);
	background-repeat:no-repeat;
}
/*ナビメニュー AWARDED */
#navi ul.ms_action li#awarded {
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_06.gif);
	background-repeat:no-repeat;
	text-indent : -9999px;
}
#navi ul.ms_action li#awarded a {
	text-decoration:none;
	display:block;
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_06.gif);
	text-indent : -9999px ;
	background-repeat : no-repeat ;
}
#navi ul.ms_action li#awarded a:hover {
	width:113px;
	height:30px;
	background-image:url(../images/menu_dn_06.gif);
	background-repeat:no-repeat;
}
/*ナビメニュー LINKS */
#navi ul.ms_action li#links {
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_07.gif);
	background-repeat:no-repeat;
	text-indent : -9999px;
}
#navi ul.ms_action li#links a {
	text-decoration:none;
	display:block;
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_07.gif);
	text-indent : -9999px ;
	background-repeat : no-repeat ;
}
#navi ul.ms_action li#links a:hover {
	width:113px;
	height:30px;
	background-image:url(../images/menu_dn_07.gif);
	background-repeat:no-repeat;
}
/*ナビメニュー MAIL */
#navi ul.ms_action li#mail {
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_08.gif);
	background-repeat:no-repeat;
	text-indent : -9999px;
}
#navi ul.ms_action li#mail a {
	text-decoration:none;
	display:block;
	width:113px;
	height:30px;
	background-image:url(../images/menu_up_08.gif);
	text-indent : -9999px ;
	background-repeat : no-repeat ;
}
#navi ul.ms_action li#mail a:hover {
	width:113px;
	height:30px;
	background-image:url(../images/menu_dn_08.gif);
	background-repeat:no-repeat;
}
#copyright_box {
	width:100%;
	height:20px;
	margin:0;
}
#copyright_cont {
	margin-left:auto;
	margin-right:auto;
	text-indent : -9999px;
	width:250px;
	height:20px;
	background-image:url(../images/copyright.gif);
	background-repeat:no-repeat;
}
