@charset "utf-8";
/* CSS Document */

/* 全体
————————————————-*/
body {
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bg.gif);
	background-color: #FFF;
	line-height: 1.5em;
		font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

h1, h2, h3, h4, p, ul, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hover {
	color: #666;
	text-decoration: underline;
}
hr {
    display: none;
}
a {
	color: #BE7C50;
	text-decoration: none;
}
a:hover {
	color: #666;
}

h1 {
	text-indent: -10000px;
	margin:0;
	padding: 0;
	position: absolute;
}

/*ヘッダー
————————————————-*/
#wrapper {
	background-color: #FFF;
	width: 940px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}#header {
	background-color: #BFA87B;
	height: 50px;
}
#header img {
	float: left;
}
#header ul {
	float: right;
	margin-top: 30px;
}

#header ul li {
	float: left;
	width: 100px;
	line-height: 12px;
	background-image: url(../img/ball12.gif);
	background-repeat: no-repeat;
}

#header ul li a {
	color: #FFF;
	font-size: 90%;
	padding-left: 16px;
}
#header a:hover{
	color:#666;
}

/*上部メニュー
————————————————-*/

#menu {
	height: 50px;
	width: 940px;
	clear: left;
	background-color: #FFF;
}
#menu ul {
	width: 760px;
	margin:0 auto;
	padding-top: 5px;
}

#menu ul li {
	float: left;
}

/*サイドメニュー
————————————————-*/

#side {
	float: left;
	width: 260px;
	padding-top: 5px;
	text-align: center;
}
#s_menu ul li {
	padding-bottom: 5px;
	display: block;
	height: 40px;
	width: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(../img/s_btn.jpg) no-repeat;
}

#s_menu ul li a{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	padding-left: 20px;
	display: block;
	text-align: left;
	color: #000;
}


#s_menu ul li a:hover{
	color: #666;
	background-image: url(../img/s_btn_f2.jpg);
	background-repeat: no-repeat;
}

#side img {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;

}
.img_border {
	border: 1px solid #000;
}

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

#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	line-height: 2em;
}
