@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
 margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
 text-align: center;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-height: 1.5;
	color: #666666;
	background: #FFFFFF url(../images/body_bg.gif) top repeat-x;
}
a {
	color: #333333;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #003366;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(../images/wrapper_bg.gif) top repeat-y;
}
#header {
 position: relative;
	width: 100%; /* for WIN IE6*/
 height: 89px;
	background: #FFFFFF url(../images/header_bg.gif) left top no-repeat;
}
#logo {
 position: absolute;
	left: 40px;
	margin: 0px;
}

/* ナビゲーション
---------------------------------------------*/
#navigation {
 position: absolute;
	margin-top: 44px;
	left: 350px;
	width: 500px;
}
#navigation ul {
 margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation li {
 float: left;
}


/* ボディー
---------------------------------------------*/
#content {
 position: relative;
	width: 100%;
	text-align: left;
}


/* フッター
---------------------------------------------*/

#footer {
 clear: both;
	text-align: right;
 height: 100px;
 background: url(../images/footer_bg_001.gif) top no-repeat;
}
#footer ul {
	list-style: none;
	padding-top: 35px;
}