/*---------- 共通設定 ----------*/

body {
	text-align: center;
	min-width: 900px;
	font-family: sans-serif;
	font-size: 80%;
	margin:0px;
}

a {
	color: #004477;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	list-style-image: none;
}

li {
	list-style-image: none;
}

#wrapper {
	color: #333333;
	letter-spacing: 0.1em;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

/*---------- ヘッダー ----------*/
#header {
	width: 900px;
}

#header_navi ul { 
	list-style: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

#header_navi li {
	display: inline;
	list-style: none;
	letter-spacing: -0.01em;
}



/*---------- メニュー ----------*/
#menu {
	float: left;
	width: 220px;
}

#menu ul { 
	list-style: none;
	line-height: 2em;
	margin: 20px 0px 0xpx 0px;
	padding: 0px;
}

#menu li {
	width: 150px;
	height: 30px auto;
	line-height: 2em;
	list-style: none;
	letter-spacing: -0.05em;
	background: url('../images/bg_menu.gif') no-repeat;
	padding: 3px 80px 0px 15px;
}



/*---------- コンテンツ ----------*/
#content {
	float: right;
	width: 670px;
	padding: 0px 10px 20px 0px;
}



/*---------- フッター ----------*/
#footer {
	clear: both;
	width: 900px;
	height: 50px;
	font-size: 90%;
	letter-spacing: -0.01em;
	background: url('../images/bg_footer.gif') no-repeat;
	padding-top: 25px;
}

#footer ul {
	float: right;
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer .copyright {
	float: left;
	display: inline;
	color: #ffffff;
	margin-left: 20px;
}

#footer .iseifu {
	font-size: 80%;
}

