@charset "EUC-JP";

/*--------------------------------------
  全ページ共通
---------------------------------------*/
body {
	background-color: #FFFFFF;
	margin: 0;
	font-size: 80%;
	color: #000000;
	line-height: 150%;
	text-align: center;
}
.clear {clear: both;}

#sideline {
	width:762px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 762px;
	height: 81px;
	background-color: #492100;
	background-image: url(../images/logo.gif);
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	/*以下コードは、Mac IE5.0のみ適用させません。*/
	/*\*/
	overflow: hidden;
	/* */
}
#header h1 a {
	display:block;
	width: 762px;
	height: 81px;
}
#sideline2 {
	width:760px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 auto;
	text-align: center;
}
#menu {
	width: 760px;
	text-align: left;
}

#menu ul {
	width: 760px;
	margin: 0;
	padding: 0;
}

#menu ul li{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}
#menu li img{
	vertical-align: top;
}
#footmenu {
	width: 747px;
	height: 19px;
	border-top: 1px solid #999999;
	padding-left: 13px;
	clear: both;
	text-align: left;
}

#footmenu ul {
	width: 747px;
	margin: 0;
	padding: 0;
}

#footmenu ul li{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}
#footmenu li img{
	vertical-align: top;
	margin-right: 24px;
}
#footer {
	width: 762px;
	height: 24px;
	background-color: #FFFFFF;
	clear: both;
}