﻿@charset "utf-8";

@import "init.css";

a:link		{ color: #ffffaa; }
a:visited	{ color: #999999; }
a:hover		{ color: #ffffff; text-decoration: underline; }
a:active	{ color: #00bbff; }

body {
	background: #010718 url("../images/index/index_x_bg.gif") center 500px repeat-x;
	line-height: 1.5;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Verdana, sans-serif; */
	color: #ffffff;
	font-size: 12px;
}
#container {
	background: url("../images/index/bg.jpg") center top no-repeat;
	text-align: center;
}



#header {
	height: 610px;
}
#header p {
	height: 45px;
	padding-top: 25px;
}



#main {
	background: url("../images/index/main_bg.jpg") center top no-repeat;
}

#main .caution	{ height: 65px; }
#main ul		{ margin-bottom: 30px; }
#main .over {
	display: block;
	overflow: hidden;
	width: 360px;
	height: 35px;
	margin: auto;
}
#main .over a		{ display: block; }
#main .over a:hover	{ margin-top: -35px; }

#main .proof {
	width: 190px;
	height: 93px;
	margin: 5px auto;
	padding-top: 25px;
	background: url("../images/index/proof_bg.png") center top no-repeat;
}



#footer address {
	margin: 30px 0 100px;
	/padding-bottom: 1px;
	font-style: normal;
}
