﻿@charset "utf-8";
.fixed {
            position:fixed;
        }
*html .fixed{
	position: absolute;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {
	clear: both;
}

#flashcontent {
	line-height: 0px;
	overflow:hidden;
}
#flashcontent #attention {
}
#flashcontent #attention #head {
	height: 80px;
	width: 100%;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
}

#flashcontent #attention #logo {
	position: absolute;
	left: 8px;
	top: 8px;
}
#flashcontent #attention #navi {
	position: absolute;
	top: 0px;
	right: 0px;
}
#flashcontent #attention #navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#flashcontent #attention #navi ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#flashcontent #attention #navi ul li a {
	display: block;
}
#flashcontent #attention #foot {
	left: 0px;
	bottom: 0px;
	background-color: #FFF;
	height: 30px;
	width: 100%;
}
#flashcontent #attention #foot #copyright {
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}
#flashcontent #attention #foot #footNavi {
	float: right;
}
#flashcontent #attention #foot #footNavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#flashcontent #attention #foot #footNavi ul li {
	float: left;
	margin-top: 9px;
	margin-right: 15px;
}
#flashcontent #attention #foot #footNavi ul li a {
	display: block;
}



#flashcontent #attentionWindow {
	position :absolute;
	left :50%;
	top :50%;
	width :818px;
	height :466px;
	line-height :0;
	margin-left :-416px;
	margin-top :-233px;
	text-align: center;
	background-image: url(../../images/main.jpg);
	background-repeat: no-repeat;
}


#flashcontent #attentionWindow #TEXT {
	color :#666666;
	font-size :75%;
	text-align :center;
	padding :30px;
	border :1px solid #CCC;
	background :#FFFFFF;
	line-height :150%;
	margin-top: 73px;
	margin-right: 89px;
	margin-bottom: 73px;
	margin-left: 89px;
}
#flashcontent #attentionWindow #TEXT h1 {
	color :#333333;
	font-size: 18px;
	margin-bottom: 30px;
}
#flashcontent #attentionWindow #TEXT img {
	border :0;
}
#flashcontent #attentionWindow #TEXT ul {
	list-style-type: none;

}
#flashcontent #attentionWindow #TEXT p.appendix {
	text-align :center;
}
