@charset "utf-8";

/* ------------------------------------------------------------
	html,body
   ------------------------------------------------------------ */

body {
	width:100%;	
	height: 100%;
	background-color: #000;
	margin: 0;
	padding: 0;
}
html{
	width:100%;	
	height: 100%;
    overflow: auto;
}

/* ------------------------------------------------------------
	font,anchor
   ------------------------------------------------------------ */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}

body {
	color:#fff;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
}
/* IE7 */
*:first-child+html body{
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

a:link,
a:visited { color: #df0615; text-decoration: underline; }

a:hover,
a:active  { color: #fe3946; text-decoration: underline; }

a:active,
a:focus { outline: 0; }

a img{ border: none; }


/* ------------------------------------------------------------
	id
   ------------------------------------------------------------ */

#FlashContent {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
} 

#attention {
    position: relative;
	width:710px;
	height:355px;
	top: 50%;
	left:50%;
	margin-left: -355px;
	margin-top: -177px;
	background: url(../img/bg_attention.gif) repeat left top;
}
#attention h1{
	height: 100px;
	margin:0;
	padding:0;
	text-align: center;
}
#attention h1 img{
	margin:38px 0 0;
}
#attention h2{
	width:454px;
	margin:0 auto 13px;
	padding:0;
	font-size:100%;
	color: #df0615;
}
#attention p{
	width:454px;
	margin:0 auto 24px;
	padding:0;
	font-size:93%;
}
#attention p.note{
	width: 426px;
	margin:0 auto 5px;
	padding: 0 0 0 28px;
}
#attention address{
	margin: 64px 0 0;
	text-align:center;
}
#attention address img{
	margin: 0 8px;
	vertical-align: middle;
}
