@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::

	name:			contents.css;
	last-modified:	2009-12-24;

::::::::::::::::::::::::::::::::::::::::::::: */

/* css start ------------ */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	layout
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
	base
::::::::::::::::::::::::::::::::::::::::::::: */


body {
	background: url(../img/body_bg.gif) ; 
}

#wrapper{
	text-align: center;
}

#container{
	width: 972px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/contents_bg.png) ;
	
}

#contents {
	width: 918px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#contents h3{
	text-align: left;
	padding: 26px 0 10px 0;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
	main
::::::::::::::::::::::::::::::::::::::::::::: */

#main{
	background: url(../img/main_bg.gif) no-repeat #1D0E06;
	padding-bottom: 22px;
	position: relative;

}

#vegerock_title{
	position: absolute;
	top: 91px;
	left: 0;
	z-index: 100;
}

#top_info {
	background: #30221B;
	margin-bottom: 22px;
	color: #B8A765;
	width: 849px;

}

#top_info th,#top_reserve th{
	text-align: right;
	padding:5px 0px;
}


#top_info td,#top_reserve td{
	padding:5px 0px;
	}

#top_reserve{
	border: solid 1px #E03E23;
	background: #30221B;
	color: #B8A765;
	width: 847px;
	}




/* :::::::::::::::::::::::::::::::::::::::::::::
	header
::::::::::::::::::::::::::::::::::::::::::::: */

#header{
	height: 114px;
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/header_bg.png) no-repeat ;
	position: relative;
}


/*#header{
	height: 114px;
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/header_bg_new.png) no-repeat ;
	position: relative;
} */



h1#logo {
	float: left;
	margin: 28px 0 0 34px;	
	display: inline;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
	footer
::::::::::::::::::::::::::::::::::::::::::::: */


#footer{
	background: url(../img/footer_bg.png) no-repeat;
	width: 972px;
	height: 88px;
	position: relative;
	margin-top: 20px;
}

#copyright{
	float: left;
	margin: 45px 0 0 22px;
	display: inline;
}

#pagetop{
	float: right;
	margin: 2px 29px 0 0;
	display: inline;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
	other
::::::::::::::::::::::::::::::::::::::::::::: */


.bgred{
	background: #E03E23;
}

.white{
	color: #FFF;
	font-weight: bold;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
	globalnavi
::::::::::::::::::::::::::::::::::::::::::::: */

#navi{
	float: right;
	width: 615px;
	padding-top: 78px;
	height: 35px;
	padding-right: 7px;
	overflow: hidden;
}




ul#globalNav{
	width: 615px;
	height: 35px;
	

}

ul#globalNav li{
	float: left;
	height: 35px;
}


/* css end ------------ */
