@charset "utf-8";
/* CSS Document */


/*======== content ========*/
#main_top {
	width:1024px;
	height:88px;
	margin:0 auto;
	background:url(../img/common/main_top.png) no-repeat center top;
	text-align:center;
}
#main_middle {
	width:1024px;
	height: auto;
	margin:0 auto;
	background:url(../img/common/main_middle.png) repeat-y center top;
}
#main_bottom {
	width:1024px;
	height:58px;
	margin:0 auto;
	position:relative;
	z-index:0;
	background:url(../img/common/main_bottom.png) no-repeat center top;
	padding-bottom:90px;
}

#content {
	width:960px;
	height: auto;
	margin:0 auto;
}
/*======== title ========*/

#page_title {
	padding:15px;
	margin-top: 25px;
	font-size:24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	display:inline-block;
	background-color:#FFF;
	color: #754c24;
   -webkit-box-shadow:0 0 7px 4px #fff;
   -moz-box-shadow:0 0 7px 4px #fff;
	box-shadow:0 0 7px 4px #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin-left: auto;
}

*:first-child+html #page_title {  /*ie7*/
	display:inline;
	background-color:#FFF;
	color: #754c24;
	white-space:nowrap;
	margin-top: 25px;
}
