@charset "utf-8";

@import url("setup.css");

/* ***************************************************
   tools
   *************************************************** */
/* ------------------------------------- 
 *	clear
 * ------------------------------------- */
.clearF{
	zoom: 100%;
}
.clearF:after { 
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clear{
	clear: both;
}
/* ------------------------------------- 
 *	negative 
 * ------------------------------------- */
.noRight{
	margin-right: 0px !important;
} 
 
/* ***************************************************
   layout
   *************************************************** */
/* ------------------------------------- 
 *	bg
 * ------------------------------------- */
body {
	background-image:url(../../images/bg_top.gif);
	background-repeat:repeat-x;
	background-color:#7F8B69;
}

/* ------------------------------------- 
 *	center
 * ------------------------------------- */
body{
	text-align: center;/*Quirks mode*/
}
body #wrapper{
	margin-right: auto;/*standard mode*/
	margin-left: auto;/*standard mode*/
	text-align: left;/*Quirks mode*/
}

.contents_btm{
	width:804px;
	margin-left:4px;
	clear:both;
}

/* ------------------------------------- 
 *	build
 * ------------------------------------- */
#wrapper {
	width: 882px;
}

/*- #logo ------------- */
#logo{
	margin:62px 0 60px 0;
	text-align:center;
}


/*- #menu ------------- */
#menu{
	margin:0;
	padding:0;
	text-align:center;
	height:49px;
}

#menu li{
	float:left;
}

#menu li img{
	display:block;
}


/*- #footer ------------- */
#footer{
	width:100%;
	font-size:0.9em;
	margin:55px 0 0 0;
	text-align:center;
	clear:both;
}


#footer p{
	clear:both;
	color:#333333;
	text-align:center;
}