@charset "UTF-8";


h2{
	width:1000px;
	height:32px;
	margin-bottom:50px;
}




#phoneArea{
	border-bottom:#ddd 1px solid;
	padding-bottom:50px;
	margin-bottom:50px;
	text-align:center;
}

#phoneArea p{
	margin-bottom:20px;
	text-align:center;
	letter-spacing:2px;
}

h3{
	font-size:40px;
	text-align:center;
	font-family:Avian, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:2px;
}
  
  
#netArea{
	margin-bottom:50px;
	text-align:center;	
	border-bottom:#ddd 1px solid;
	padding-bottom:50px;
}

#netArea p{
	margin-bottom:20px;
	text-align:center;
	letter-spacing:2px;
}  


.send img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#netArea #hisu{
	text-align:left;
	margin-bottom:10px;
	font-size:12px;
	padding-top:20px;
}

#netArea #hisu span{
	color:#FF0033;
}


#netArea table{
	border:#ddd 1px solid;
	margin-bottom:40px;
}

#netArea table th{
	border:#ddd 1px solid;
	padding:10px 15px;
	width:280px;
	text-align:left;
	font-weight:normal;
	letter-spacing:1px;
	background-color:#f9f9f9;
	min-height:40px;
	vertical-align:middle;
}

#netArea table th span{
	color:#FF0033;
	font-size:12px;
	
}

#netArea table td{
	border:#ddd 1px solid;
	padding:10px 15px;
	width:680px;
	text-align:left;
	letter-spacing:1px;
	min-height:40px;
}


.textBox{
	border:#ddd 1px solid;
	font-size:16px;
	padding:4px 10px 6px 10px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	width:660px;
}

#netArea input{
	letter-spacing:2px;
 font-family:"Meiryo UI","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#netArea textarea{
	letter-spacing:2px;
	border:#ddd 1px solid;
	font-size:16px;
	padding:4px 10px 6px 10px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	width:660px;
	height:150px;
 font-family:"Meiryo UI","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.send input{
	background:url(../images/contact/btn_send.gif) no-repeat;
	width:294px;
	height:54px;
	display:block;
	font-size:0;
	letter-spacing:0;
	border:none;
	margin:0 auto;
}


.send input:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
	
.radio{
	vertical-align:-1px;
}












