﻿*{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a:link{
	text-decoration: underline;
	color: #ffff80;
}

a:visited{
	text-decoration: underline;
	color: #ffff80;
}

a:hover{
	text-decoration: none;
	color: #ffff80;
}


#header{
	width: 100%;
	height: 38px;
	background: url(images/logo.jpg) no-repeat #E8E8E8;
	text-indent: -5000px;
	margin-bottom: 30px;
	padding: 5px;
}

#container{
	width: 700px;
	margin: 0 auto;
	background: #333;
}

#futa{
	width;700px;
	height: 17px;
	margin: 0 auto;
}

#wrapper{
	width: 700px;
	background: url(images/gradation.jpg) repeat-x #333;
	text-align: left;
	padding-top: 20px;
}

#contents{
	width: 640px;
	margin: 30px 30px 30px 30px;
}

#footer{
	width: 700px;
	height: 18px;
	background: url(images/shita.jpg);
	text-align: center;	
	font-size: 10px;
	clear: both;
}

.nomargin{
	margin: 0;
}

.btn_box{
	width: auto;
	text-align: right;
	margin-bottom: 5px;
}

.inoxia_box{
	width: auto;
	text-align: center;
	margin-top: 50px;
}

form{
	display: inline;
}

h1{
	width: 680px;
	height: 46px;
	margin: 0px auto 20px auto;
	background: url(images/preorder.jpg);
	text-indent: -5000px;
}

h2{
	font-size: 16px;
	margin-bottom: 0px;
	color: #fad320;
}

h3{
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
}

h4{
	font-size: 14px;
	color: #f729ff;
	border-bottom: solid #fad320 1px;
	margin-bottom: 10px;
}

p{
	margin-bottom: 1em;
}

dl{
	width: 600px;
	margin: 0 auto 50px auto;
}

dt{
	width: 200px;
	float: left;
}

dd{
	width: 382px;
	float: right;
}

dl:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

dl{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html dl{height: 1%;}
dl{display: block;}
/*--ここまでMAC IEは非適用 */

.br_clear{
	clear: both;
}