@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size:14px;
	background:#f0efe8 url(../images/bg3_02.gif) top repeat-x;
}

/* header */

#header {
	margin: 0 auto 0 auto;
	width: 900px;
	border:#333333 0px solid;
	height:132px;
}
#headbox {
	height:90px;
	position:relative;
}

#logo {
	border:#333333 0px solid;
	text-indent:-9876px;
	width:300px;
	height:55px;
	background:url(../images/logo2a.gif) bottom left no-repeat;
	padding-top:24px;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
}
#logo a {
	display:block;
	width:300px;
	height:55px;
}

#headline h1 {
	float: right;
	padding:5px 5px 0px 0px;
	margin-bottom: 6px;
	width: 400px;
	font-weight: normal;
	font-size: 10px;
	text-align:right;
	border:#333333 0px solid;
}
#head-menu {
	float:right;
	width:510px;
	position:absolute;
	top:67px;
	right:0px;
}

#head-menu ul {
	margin-top:0px;
}

#head-menu li {
	float: left;
	background: url(../images/point.gif) no-repeat center left;
	list-style: none;
	font-size:12px;
}
#head-menu li a {
	text-decoration:none;
	text-indent:-9876px;
	display:block;
	height: 23px;
}
#head-menu li#menu1 {
	background: url(../images/submenu2_01.gif) no-repeat;
	width:172px;
	height: 23px;
}
#head-menu li#menu2 {
	background: url(../images/submenu2_02.gif) no-repeat;
	width:165px;
	height: 23px;
}
#head-menu li#menu3 {
	background: url(../images/submenu2_03.gif) no-repeat;
	width:173px;
	height: 23px;
}
#head-menu li#menu1 a:hover {
	background: url(../images/submenu2_01.gif) no-repeat;
	width:172px;
	height: 23px;
}
#head-menu li#menu2 a:hover {
	background: url(../images/submenu2_02.gif) no-repeat;
	width:165px;
	height: 23px;
}
#head-menu li#menu3 a:hover {
	background: url(../images/submenu2_03.gif) no-repeat;
	width:173px;
	height: 23px;
}


@media only screen and (max-width:640px){
	body {
		margin: 0;
		padding: 0;
		font-size:0.9em;
		background-image: none;
		background-color: #FFFFFF;
	}

	/* header */

	#header {
		margin: 0 auto 0 auto;
		width: 100%;
		border:#333333 0px solid;
		height:auto;
	}
	#headbox {
		height:auto;
	}
	#logo {
		border:#333333 0px solid;
		text-indent:-9876px;
		width:300px;
		height:55px;
		background:url(../images/logo2a.gif) bottom left no-repeat;
		padding-top:4px;
		margin: 15px auto 0px auto;
		float:none;
	}
	#logo a {
		display:block;
		width:300px;
		height:55px;
	}

	#headline h1 {
		clear: both;
		display: none;
	}
	#head-menu {
		clear: both;
		display: none;
	}
}