@charset "utf-8";

/* Imports
----------------------------------------*/
@import url("./default.css");


/* レイアウト
----------------------------------------*/
html	{
	height: 100%;
}

body	{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000 url("../images/bg_base.jpg") no-repeat center top;
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #9a9a9a;
}

#wrapper	{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 680px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #000000;
}

#container,
#content	{
	margin: 0 20px;
	background: #000000;
}


/* リンク
----------------------------------------*/
a,
a:hover,
a:visited	{
	font-weight: bold;
	text-decoration: none;
	color: #adad05;
}
a:hover	{
	color: #a01708;
}


/* float解除
----------------------------------------*/
hr.separator	{
	visibility: hidden;
	display: none;
	clear: both;
}
br.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


/* ヘッダ
----------------------------------------*/
#header	{
	text-align: center;
}

#header .mainimg	{
	text-align: center;
	margin: 0 auto;
}


/* コンテンツ
----------------------------------------*/
h1	{
	height: 92px;
	width: 462px;
	margin: 0 auto 0 auto;
	background: url("../images/h1.jpg") no-repeat;
	text-indent: -9999px;
	z-index: 1000;
}

h2	{
	height: 36px;
	width: 516px;
	margin: 10px 0;
	background: url("../images/h2.png") no-repeat;
	text-indent: -9999px;
}
.details h2	{background-position: 0 0;}
.sendurl h2	{background-position: 0 -72px;}
.voices h2	{background-position: 0 -36px;}
.inquiry h2	{background-position: 0 -108px;}

p	{
	margin-bottom: 30px;
	font-size: 1.4em;
	line-height: 1.6em;
}
.terms p	{
	margin-bottom: 10px;
}
.inquiry p	{
	margin-bottom: 0;
	padding-bottom: 50px;
	text-align: center;
}

ul	{
	margin: 0 0 30px 40px;
}
li	{
	font-size: 1.4em;
	line-height: 1.6em;
	list-style-type: circle;
}


/* 表組み
----------------------------------------*/
table	{
	position: relative;
	left: 20px;
	width: 600px;
	margin: 10px 0 30px 0;
	border: 1px solid #4d4b4b;
	border-left: none;
}
table th,
table td	{
	border-left: 1px solid #4d4b4b;
	border-bottom: 1px solid #4d4b4b;
	font-size: 1.4em;
}
table th	{
	width: 100px;
	padding: 5px;
	background: #302f2f;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
table td	{
	padding: 5px;
	text-align: left;
	line-height: 1.6em;
}
div.details table td	{
	text-align: center;
}
table td h4	{
	margin-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
table td.left	{
	background: #302f2f;
	vertical-align: middle;
}
table td.left img	{
	margin: 10px 0;
}
table td.left p	{
	margin-bottom: 0;
	text-align: left;
	font-size: 1em;
}
table td.right,
#IEroot #IE8only table td.right	{
	border-top: 1px solid #4d4b4b;
	line-height: 16px;
	vertical-align: middle;
}
#IEroot table td.right	{
	border-top: none;
}
table td.right img	{
	padding: 15px 0;
}
table td span	{
	font-size: 0.8em;
}
table td span.red	{
	color: #ff0000;
}

table td label	{
	float: left;
	display: block;
	position: relative;
	top: 3px;
	width: 140px;
}

table td input.addmargin	{
	margin-bottom: 4px;
}


/* 応募フォーム
----------------------------------------*/
.submit_button	{
	margin: -10px 0 30px 0;
	text-align: center;
}

.submit_button input	{
	padding: 2px 30px;
	background-color: #ff0099;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#IEroot	.submit_button input	{
	padding: 2px 20px 0 20px;
}
.sendurl p	{
	margin-bottom: 10px;
	text-align: center;
}
.sendurl p.note	{
	margin: -10px 0 20px 0;
}


/* フッタ
----------------------------------------*/
#footer p.copyright	{
	width: 640px;
	margin: -20px auto 0 auto;
	padding: 20px 0;
	border-top: 1px solid #4d4b4b;
	text-align: center;
	line-height: 12px;
	font-family: Arial,Helvetica;
	font-size: 10px;
}
