@charset "utf-8";
#flash {
	width: 1000px;
	height: 373px;
	margin: auto;
	margin-top: 10px;
}

.apology{
background-color:#F2F2F2;
border:solid 1px #E4E4E4;
margin:20px auto auto;
width:870px;
padding:10px 15px;
}
.apology p a,
.apology p a:visited,
.apology p a:hover{
color:#F00;
font-size:123.1%;
}
#banner {
	width: 900px;
	margin: auto;
	margin-top: 20px;
	background-image: url(../img/index/bg_banner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 90px;
	position: relative;
}
#banner ul {
	left: 0px;
	bottom: 0px;
	position: absolute;
}

#banner li {
	float: left;
}

#banner img {
	margin: 0 20px 0 0;
}

#attention {
	font-size: 110%;
	font-weight: bold;
	color: #191919;
	line-height: 2em;
	border: 2px solid #191919;
	background-color: #fbe361;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 10px;
}

#attention a:link,
#attention a:visited {
	text-decoration: none; color: #191919;
}

#attention a:hover,
#attention a:active,
#attention a:focus {
	text-decoration: underline; color: #191919;
}

#attention a {
	background: url(../img/index/attention.gif) no-repeat left 50%;
	padding-left: 30px;
}
