@charset "UTF-8";
	
/*上書き
----------------------------------------------------------------*/
body {
	background-image:url(../common_img2/body_bg2.gif);
}

/*ヘッダ
----------------------------------------------------------------*/
#header {
	background-image:url(../common_img2/head_bg2.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:85px;
	background-color:#FFF;
	}
	#header .flo_l {
		width:175px;
		}

	#header h1 {
		position: relative;
		top: 0px; left: 0px;	
		width:175px;	
		height:80px;
		}
	#header h1 img {
		position: absolute;
		top: 0px; left: 0px;
		width:175px;	
		height:80px;
		background-image:url(../common_img2/head_logo2.gif);
		background-repeat:no-repeat;
		background-position:0 0;
		}
	#header .flo_r {
		width:195px;
		}	
	#header li {
		float:right;
		}	




