@CHARSET "UTF-8";
body{
	margin: 0;
	font-size: 0.8em;
	line-height: 1.5em; 
	color: #5F1919;
}
h1,h2,h3{
	margin: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
}
ol{
	margin: 0;
}
p{
	margin: 0;
}
img  {
	vertical-align: top;
	border: 0;
}
table{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
/*header section----------------------------------------------------------------------------------*/
#header{
	background: url("../img/common/head_bg.jpg") repeat-x;
	width: 100%;
	height: 70px;
}
#head_cent{
	margin: 0 auto;
	width: 780px;
}
#logo{
	float: left;
	padding-top: 20px; 
}
#head_navi{
	display: block;
	float: right;
	color: #FFF;
	padding-top: 40px; 
}
#this_page{
	color: #FFCC97 !important;
}
#head_navi a{
	color: #FFF;
}
#head_navi a:hover{
	color: #FFCC97;
}
/*main section----------------------------------------------------------------------------------*/
#main{
	background: url("../img/common/bg.jpg") repeat-x;
	background-color: #FFF;
	width: 100%;
}
#main_cent{
	margin: 0 auto;
	width: 780px;
	padding: 20px 0;
}
.bar{
	margin-top: 20px;
}
.box_bg160{
	background: url("../img/common/box_bg160.jpg") no-repeat scroll 0 0 #F2E8E4;
	border: solid 1px #C99E9B;
	width: 698px;
	height: auto;
	padding: 20px 40px;
}
.box_bg260{
	background: url("../img/common/box_bg260.jpg") no-repeat scroll 0 0 #F2E8E4;
	border: solid 1px #C99E9B;
	width: 698px;
	height: auto;
	padding: 20px 40px;
}
.main_box{
	background-color: #F4F0ED;
	border: solid 1px #C99E9B;
	width: 698px;
	height: auto;
	padding: 20px 40px;
}
/*navigation-----------------------------------------*/
#navigation{
	height: 25px;
}
#navigation li{
	float: left;
}
#navigation a{
	width: 156px;
	height: 0;
	display: block;
	padding-top: 25px;
	overflow: hidden;
}
#navi_home a{
	background: url("../img/common/home.jpg") no-repeat scroll 0 0;
}
#navi_home a:hover{
	background: url("../img/common/home.jpg") no-repeat scroll 0 -25px;
}
#navi_capacity a{
	background: url("../img/common/capacity.jpg") no-repeat scroll 0 0;
}
#navi_capacity a:hover{
	background: url("../img/common/capacity.jpg") no-repeat scroll 0 -25px;
}
#navi_event a{
	background: url("../img/common/event.jpg") no-repeat scroll 0 0;
}
#navi_event a:hover{
	background: url("../img/common/event.jpg") no-repeat scroll 0 -25px;
}
#navi_member a{
	background: url("../img/common/member.jpg") no-repeat scroll 0 0;
}
#navi_member a:hover{
	background: url("../img/common/member.jpg") no-repeat scroll 0 -25px;
}
#navi_webmaga a{
	background: url("../img/common/webmaga.jpg") no-repeat scroll 0 0;
}
#navi_webmaga a:hover{
	background: url("../img/common/webmaga.jpg") no-repeat scroll 0 -25px;
}
/*end of navigation-----------------------------------------*/


.PageTop{
	margin-top: 10px;
}
.PageTop a{
	color: #5F1919;
}
.PageTop a:hover{
	color: #C33445;
}
.PageTop a:visited{
	color: #C33445;
}


/*footer section----------------------------------------------------------------------------------*/
#footer{
	background: url("../img/common/foot_bg.jpg") repeat-x;
	width: 100%;
	height: 50px;
}
#foot_cent{
	margin: 0 auto;
	width: 780px;
	color: #FFF;
	padding-top: 10px; 
}
#copyright{
	float: left;
	display: block;	
}
#foot_navi{
	float: right;
}
#foot_navi a{
	color: #FFF;	
}
#foot_navi a:hover{
	color: #FFCC97;
}