@charset "utf-8";

/* =======================================

	全体のlayout

========================================== */

#wrapper {
	margin: 8px auto;
	padding: 0;
	width: 767px;
	color: #333333;
	text-align: justify;
	text-justify: inter-ideograph;
}




/* =======================================

	header

========================================== */

#header {
	width: 767px;
	height: 124px;
	background: url(../img/header_back.png) no-repeat;
	position: relative;
}

#header h1 {
    position: absolute;
	top: 32px; left: 142px;
	color: #ffffff;
	font-size: 93%;
	font-weight: bold;
}


/* Globalnavi
================================ */
#header ul {
	padding: 58px 0 0 142px;
}

#header li {
    float: left;
	margin-right: 8px;
}

#logo {
    position: absolute;
	top: 27px; left: 45px;
}






/* =======================================

	footer

========================================== */

#footer {
	font-size: 60%;
	text-align: center;
}

#footer a {
    text-decoration: none;
	color: #999999;
}

