@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a img { border: none; }




/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  background:url(img/back.gif) no-repeat;
  font-size: 13px;
  text-align: center;
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding: 0;
  margin: 0 auto;
}


form,input,select,textarea{margin:0; padding:0; color:#000000;}


#head {
 width: 650px;
 background:url(img/head.gif) no-repeat;
 height:185px;
 }
 
 #main{
 width:650px;
 padding: 0;
 background:url(img/main_bg.gif) repeat-y;
min-height:200px;
}

#foot {
 width: 650px;
  background:url(img/foot.gif) no-repeat;
 padding-top:0; 
 height:103px;
 
}

 
 
 
.box {
margin:0 0 0 30px;
width:500px;
background:#fff;
top:20px;
bottom:50px;
border:0;
position:relative;



}

.box h1 { 
color:#ffffff;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;

}

.box label {
	width:100%;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;

}



.box label span {
display: block;
color:#000000;
font-size:12px;
float:left;
width:140px;
text-align:right;
padding:5px 20px 0 0;


}

.box .input_text {
	padding:2px;
	width:280px;
	background:#fff;
	border-bottom: 1px double #E1E1E1;
	border-top: 1px double #E1E1E1;
	border-left:1px double #E1E1E1;
	border-right:1px double #E1E1E1;
	margin:0;
	height:15px;


}

.box .message{
	padding:7px;
	width:400px;
	border-bottom: 1px double #E1E1E1;
	border-top: 1px double #E1E1E1;
	border-left:1px double #E1E1E1;
	border-right:1px double #E1E1E1;
	overflow:hidden;
	height:150px;


}

.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#E6B8E6;
border:0px;
width:100px;
position:absolt;
left:200px;
width:100px;


}
