@charset "UTF-8";
/*___________ common ___________ */
#header {
	width: auto;
	margin-bottom: 30px;
	background-image: url(../img/common/header.gif);
	background-repeat: repeat-x;
}
#header .contents {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 100px;
	background-repeat: no-repeat;
}
#header .contents .logo {
	float: left;
	width:167px;
	margin-top: 25px;
}
#header .contents .text {
	line-height: 20px;
	text-align: right;
	float: right;
	height: 20px;
	padding-top: 80px;
	font-size: 100%;
}
#header .contents .icon_browser {
	float: right;
	height: 20px;
	width: 20px;
	background-image: url(../img/common/header_icon_browser.gif);
	background-repeat: no-repeat;
	padding-top: 80px;
	background-position: bottom;
	padding-right: 5px;
}
