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

body{
	
}

/*=======================
	#wrapper
=======================*/
#wrapper{
	background-image:url(../img/contact/bg.gif);
	background-repeat:repeat-x;
	float:left;
}

/*=======================
	#container
=======================*/
#container{
	height:1005px;
	float:left;
}

/*=======================
	#main
=======================*/
#main{
	background-image:url(../img/contact/bg.jpg);
	background-repeat:no-repeat;
	height:755px;
}
#main h2{
	margin-bottom:23px;
}
#main h3{
	font-weight:normal;
	font-size:12px;
}
#main p{
	float:left;
}
#text01{
	width:600px;
	height:110px;
	margin-top:80px;
}
#mail_btn a{
	width:50px;
	height:12px;
	background-image:url(../img/contact/mail_btn.jpg);
	float:left;
	text-indent:-9999px;
}
#mail_btn a:hover{
	background-position:0 12px;
	
}