@charset "UTF-8";
/* CSS Document */
html{
	min-width:1024px;
	font-size:12px;
}

body{
	margin:auto;
	color:#ccc;
	background:#000 url(bg.gif);
}

form{
	margin:0;
	padding:0;
	border:none;
}

input.default-value{
	color:#999999;
	border:none;
}
input[type="text"] {
   background-color: #ffffff;
   border:none;
   font-size:12px;
   float:left;
}
input[type="text"]:focus {
   background-color: #ffffff;
   border:none;
}
input[type="image"] {
margin-top:2px;
}

#header {  
   /* position: fixed !important; */
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
	display:inline-block;
    /* IE6対策（位置固定） 
    _position: absolute; 
    _top: expression(eval(document.documentElement.scrollTop+0)+'px');  */
	background:url(bg_mailform.gif) repeat-x;
}

div#header #head{
	float:left;
	width:330px;
	height: 105px;
	margin:0 0 0 6px;
	padding:28px 0 0 10px;
	background:transparent url("textarea.png") no-repeat left top;
	color:#FFFFFF;
	line-height:0.8;
	display:inline;
}

div#header #head a{
	color:#FFFF00;
}

div#header #head span{
	color:#000000;
	font-size:10px;
}

div#header .bnrBox {
	float:left;
	width:180px;
	display:inline;
	padding:10px 0 0 20px;
}

div#header .stepBox {
	float:left;
	width:348px;
	display:inline;
	padding:10px 0 0 20px;
}

#contents{
	margin:auto;
	background:#fff;
}

#main {
	margin:auto;
}

div#mail {  
    bottom: 0;
    left: 5px;
	width:352px;
    height: 60px;
}

#form{
color:#000000;
padding-top:2px;
}

.copy{
	padding-top:1em;
	text-align:center;
}
