@charset "UTF-8";
/*@import url(global.css);*/
/* CSS Document */
body {
	background:#f6d65f url("../images/back_top.jpg") repeat-x;
	margin:0;
	padding:0;
}
h1 {
	background:url(../index/h1_back.png) no-repeat;
	font-size:12px;
	text-align:center;
	margin:0px auto;
	width:896px;
	padding:0px;
	font-weight:normal;
	color:#0071BC;
}
a{
	color:#0071BC;
}
#tel {
	text-align:center;
	position:relative;
}

#container {
	width:897px;
	margin:0 auto;
	border-width:0px 2px;
	border-style:solid;
	border-color:#F63;
}
#footer {
	/*border:1px solid black;*/
	background:#FFF url(../index/footer_back2.png) repeat-x bottom center;
	/*height:325px;*/
}
#footer img{
	vertical-align:bottom;
	/*display:block;*/
}
#copyright {
	font-size:12px;
	color:#C63;
	margin:5px;
	text-align:center;
}
p{
	margin:0;
}
p.appeal{
	font-size:15px;
	color:#F36;
	width:600px;
	padding:20px 0;
	margin:0px auto;
	font-size:12px;
}
img.block {
	display:block;
}

