/* -----------------------------------------------------------------------------

clearfix

-------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height:1%;  /* for IE 7*/
}

/* except Mac IE5 \*/

*html .clearfix { height: 1%; }

.clearfix {display: block;}

/* end of Holly Hack */



/* -----------------------------------------------------------------------------

navi

-------------------------------------------------------------------------------- */

#g_navi {
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}

#g_navi ul {

}

#g_navi ul li {
	display: block;
	float: left;
}



/* -----------------------------------------------------------------------------

box

-------------------------------------------------------------------------------- */

.box_left {
	float:left;
	width:429px;
}

.box_right {
	float:right;
	width:416px;
}


/* -----------------------------------------------------------------------------

header

-------------------------------------------------------------------------------- */
#header{
	display: block;
	width: 860px;
	margin-top: 18px;
	margin-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
}

#header #logo{
	display: block;
	padding-left: 5px;
	float: left;
	padding-top: 12px;
}

#header #banner{
	display: block;
	float: right;
	padding-right: 25px;

}



/* -----------------------------------------------------------------------------

footer

-------------------------------------------------------------------------------- */

#address {
	width:860px;
	padding-bottom: 5px;
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-y;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#footer {
	width: 860px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#footer ul {
	text-align: center;
	display: inline;
}

#footer ul li {
	color: #666666;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #55BE47;
	text-decoration: underline;
}

