@charset "utf-8";
/* CSS Document */

body{ background: url(img/bg.gif) repeat-x top;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%; }
	
a{ color:#007FFF;}
a:hover{ color:#0064C8; text-decoration:none; }	

/* 大枠設定 ////////////*/
#CONTENA{
	width: 100%;
	height:auto;
	margin: 0 auto;
}

header{ height:145px; }
header img{ display:block; margin:auto; }
header h1 img{ margin-top:30px; }

/**/

.INNER{ width:580px; margin: 50px auto; }

/* form */

textarea{ width: 580px; margin-top: 5px; padding:5px; }
input{ padding:5px; }
span.formTitle{ display:inline-block; width:130px; margin-top:25px; }
button{ display: block; margin:40px auto 20px auto; padding: 15px 30px; background:#1E1F26; border: 0 none; color: #FFF; font-weight: bold; cursor: pointer !important;  }

button:hover{ background:#E0CF34; color:#1E1F26; }

/* pp */

h2{ margin-top:30px; margin-bottom:10px; font-size:108%; font-weight:bold; }
p.read{ margin-bottom: 10px; line-height:1.5em; }
p.detail{ font-size:93%; }

div.sign{ font-size:93%; margin-top:30px; }

