@charset "shift_jis";


#header{
	width:			100%;
	height:			40px;
	background-image:	url(../image/header.gif);
	background-position:	center top;
	background-repeat:	repeat-x;
	background-attachment:	fixed;
	font-family:		"‚l‚r –¾’©","Times New Roman",serif;
	font-weight:		bold;
	font-style:		italic;
	font-size:		18px;
	color:			#FFFF66;
	overflow:		hidden;
	margin:			0;
	padding:		5px 0;
}

#top_l{
	width:			600px;
	height:			20px;
	overflow:		hidden;
	text-align:		left;
	margin:			0 auto;
	padding:		0;
}

#top_r{
	width:			600px;
	height:			20px;
	overflow:		hidden;
	text-align:		right;
	margin:			0 auto;
	padding:		0;
}

