/***********************************************/
/*                                             */
/*       CSS file For 高円寺BLUE SKY           */
/*           FileName: mailmag.css             */
/*             data:2012/03/08                 */
/*                                             */
/***********************************************/

h1 {
	width: 960px;
	height: 460px;
	margin: 0 auto;
}


#Main {
	width: 100%;
	background: -moz-linear-gradient(top, #5bcaff 50%, #00acff); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #5bcaff),color-stop(0, #00acff));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5bcaff', endColorstr='#00acff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5bcaff', endColorstr='#00acff')";
}


.main_bg {
	width: 100%;
	background: url("../img/bg/main_bg.gif");
}


#mailForm {
	width: 860px;
	height: 225px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 75px 0 0 100px;
	background: url("../img/bg/mailmagform_bg.png");
}


form {
	width: 640px;
	margin: 0 auto;
}