@charset 'utf-8';
/*-----------------------------------------------------index CSSファイル*/
/*-------------------------------------------------------------global*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #660000;
	font: normal 12px Arial, sans-serif;
	color: #ffffff;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, sans-serif;
}
a {
	color: #ffcc33;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
form,fieldset,img {
	margin: 0;
	padding: 0;
	border: none;
}
dl,ul,ol,li,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
.spc {
	clear: both;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
/*-------------------------------------------------------------head*/
h1 a {
	display: block;
	width: 800px;
	height: 400px;
	background: url(../img/index_title.jpg) no-repeat;
}
h1 span,
h2 span,
h3 span {
	display: none;
}
#head ul {
	margin-left: 175px;
}
#over18 {
	width: 300px;
	height: 60px;
	float: left;
}
#under18 {
	width: 150px;
	height: 60px;
	float: left;
}
#over18 a {
	display: block;
	width: 300px;
	height: 60px;
	background: url(../img/18_over.jpg) no-repeat;
}
#over18 a:hover {
	background: url(../img/18_over_on.jpg) no-repeat;
}
#under18 a {
	display: block;
	width: 150px;
	height: 60px;
	background: url(../img/18_under.jpg) no-repeat;
}
#under18 a:hover {
	background: url(../img/18_under_on.jpg) no-repeat;
}
#head li a span {
	display: none;
}
#news_box {
	width: 600px;
	height: 130px;
	margin: 20px auto 0;
	border: 1px solid #330000;
	background: #990000;
}
h3 {
	width: 300px;
	height: 30px;
	margin: 0 auto 0;
	background: url(../img/index_news.jpg) no-repeat;
}
#index_news {
	width: 600px;
	height: 100px;
	overflow: auto;
}
#index_news dl {
	margin: 3px 10px;
	text-align: left;
}
#index_news dt {
	margin: 0 0 5px;
	color: #ff3333;
}
#index_news dt strong {
	color: #ffff99;
	font-weight: normal;
	font-size: 15px;
}
#index_news dd {
	margin: 0 10px 5px;
	font-size: 14px;
}
#index_link {
	width: 600px;
	padding-top: 20px;
	margin: 0 auto;
}
#index_link li {
	width: 200px;
	height: 40px;
	float: left;
}
#index_link li a span {
	display: none;
}
h6 {
	text-align: right;
	margin-top: 5px;
	border-top: 1px solid #cccccc;
	font: 10px Arial, sans-serif;
}