@charset "Shift_JIS";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", Osaka, "EE EゴシチE", Frutiger, Helvetica, sans-serif;
}


#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	border      :0;
}
/* header styles
------------------------------*/
#header {
	height: 73px;
	position: relative;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#header #logo {
	top: 18px;
	position: absolute;
	left: 20px;
}
#header ul {
	width: 400;
	float: right;
	position: absolute;
	top: 41px;
	right: 5px;
}
#header ul li {
	float: right;
	list-style-type: none;
	list-style-image: none;
}
#header ul li a {
	text-decoration: none;
}

/* 
------------------------------*/
#flashcontent {
	height: 560px;
	width: 1000px;
	float: left;

}

#attention {
	text-align  :left;
	height: 300px;
	width: 800px;
	margin-top: 130px;
	margin-left: 100px;
}
#attention #explanation {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
#attention #atn_img {
	float: right;
	margin-right: 30px;
}


#attention h1 {
	font-size: 14px;
	margin-bottom: 10px;
}


#attention h2 {
	margin-bottom: 10px;
	font-size: 14px;
}


#attention p {
	margin-bottom: 10px;
}


#attention ul {
	list-style-type: none;

}


/* link styles
------------------------------*/
#attention a {
	color       :#CC0000;
	}

#attention a:visited {
	color       :#660000;
	}

#attention a:hover {
	color       :#CC0000;
	}

#attention a:active {
	color       :#CC0000;
	}
	
/* footer style
------------------------------*/
#footer {
	background-color: #000000;
	width: 1000px;
	clear: both;
	height: 300px;
	padding-top: 15px;
}
#footer p {
	color: #CCCCCC;
	float: left;
	margin-left: 10px;
	font-size: 90%;
}

#footer ul#sub {
	float: right;
	height: 25px;


}
#footer ul#sub li {
	list-style-type: none;
	float: right;
	margin-right: 5px;
}
#footer ul#link {
	float: right;
	height: 25px;


}
#footer ul#link li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
}
#footer address {
	float: right;
	font-size: 10px;
	color: #FFFFFF;
}
