html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

/*  CSS3 styles */

input, textarea {
    
    -mox-border-radius: 6px;
    -weblit-border-radius: 6px;
    border-radius: 6px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(../images/body_bg.png);
	font-weight: bold;
}

#wrapper {
    
    margin: 50px auto; /* 50px from the top and auto centered */
    width: 960px;
}

#form {
    margin:0 auto;
    width:400px;
} 

h2 {
	background-color: #F7B400;
	height: 32px;
	padding: 10px;
	background-image: url(../images/formti.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	-mox-border-radius: 6px;
    -weblit-border-radius: 6px;
    border-radius: 6px;
}

label {
    display: block;
    margin-top: 20px;
}

/* Style the text boxes */
input, textarea {
	width: 379px;
	background: #efefef;
	border: 1px solid #ddd;
	font-size: 0.9em;
	color: #666;
	height: 25px;	
	padding: 10px;
	margin-top: 3px;	
}



textarea {
	height:213px;
	color: #666;
}



input:focus, textarea:focus {
	
    border:2px solid #99cc66;
}

#submit {
	width:216px;
	height:36px;
	text-indent:-9999px;
	border:none;
	margin-top:20px;
	cursor:pointer;
	background-image: url(../images/send_btn.png);
	margin-right: 92px;
	margin-left: 92px;
}

	#submit:hover {
	    opacity:0.9;
	}


.message {
	background-color:#FFF;
	width:80%;
	height:auto;
	text-align:center;
	border-radius:20px;
	margin:100px auto;
	padding:50px;
	box-sizing:border-box;}