@charset "utf8";

/* -----------------------------------------------------------
CSS Information

 File name:      header.css
 Author:         Yoneda Ryo
 Style Info:     ヘッダー、ナビゲーション
 date:           2008/02/05

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

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	background-image: url(../image/basic/header.gif);
	background-repeat: no-repeat;
	height: 116px;
	width: 848px;
}

#header .main_logo {
	position: relative;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 318px;
	height: 54px;
}

#header .main_logo a {
	position: absolute;
	left: 13px;
	top: 17px;
	width: 363px;
	height: 43px;
	display: block;

}


/*	#menu
----------------------------------------------------*/

ul#menu{
	background-image:url(../image/basic/menu/menu_back.gif);
	background-repeat : repeat-x ;
	width: 848px;
}

ul#menu li {
	float: left;
}

ul#menu:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
