@charset "UTF-8";

/*****************************************
				Header
*****************************************/
#header {
	width: 100%;
	min-width: 960px;
	height: 260px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/header.jpg) center top repeat-x;
}
#header .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header .inner h1 {
	width: 410px;
	height: 114px;
	float: left;
	_display: inline;
	padding-top:18px;
	overflow: hidden;
}
#header h1 a {
	background: url(../img/title.png) left top no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/*****************************************
			Top Navigation
*****************************************/
#topNav {
	display: block;
	background: url(../img/righttop.png) 0 0 no-repeat;
	margin: 0 0 0 auto;
	width: 234px;
	height: 44px;
	padding: 0;
	/zoom: 1;
}
/* Text Size Changer */
#sizeChanger {
	height: 30px;
	margin: 5px 7px 0 0;
	padding: 0;
	float: right;
	/display: inline;
	/zoom: 1;
	overflow: hidden;
}
#sizeChanger dt,
#sizeChanger dd {
	float: left;
	_display: inline;
	overflow: hidden;
}
#sizeChanger dt {
	color: #FFF;
	font-size: 88%;
	/font_size: 75%;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
	margin: 1px 2px 0 0;
	padding: 0;
}
#textsize {
	font-size: 88%;
	/font_size: 75%;
}
#sizeChanger dd {
	width: 60px;
	height: 30px;
	margin: 0 0 0 5px;
}

#sizeChanger dd#df a { background: url(../img/buttan.jpg) 0 0px no-repeat; }
#sizeChanger dd#zf a { background: url(../img/buttan.jpg) -60px 0px no-repeat; }
#sizeChanger dd#df a:hover { background: url(../img/buttan.jpg) 0 -30px no-repeat; }
#sizeChanger dd#zf a:hover { background: url(../img/buttan.jpg) -60px -30px no-repeat; }
#sizeChanger dd a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	/zoom: 1;
}