
/* ===========================
   ======= Body style ======== 
   =========================== */
#center{text-align:center;}
body {
	padding: 50px 100px;
	font-size: 12px;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN"; 
	
}

h3 {
	margin-bottom: 10px;
	color:rgb(4,4,4);
}
h4{	font-size: 12px;
	margin-bottom:20px;
	color:rgb(108,108,108);
		font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN"; 
}

/* ===========================
   ====== Contact Form ======= 
   =========================== */

input, textarea {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 280px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
	height: 25px;
	font-size:12px;
}

textarea {
	width: 280px;
	height: 150px;
	line-height: 20px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	color: #999999;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	width: 100px; 
	height: 40px;
	background-color:rgb(4,4,4);
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}
