@charset "utf-8";

/* reset------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, a,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */

/* hr 要素は不可視で使う */
hr { display: none; }

/* ------------------------------------------------- */
body {
	font-size: 13px;
	font-style: normal;
	color: #3B2213;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff5b2;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
* html body
{
	font-style: normal;
	color: #3B2213;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff5b2;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
h1  {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	color: #AA855F;
	text-align: center;
	font-size: 10px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
}
a {
	color: #3B2213;
	text-decoration: none;
}
a:hover {
	color: #3B2213;
	text-decoration: none;
}
#container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#navi1 {
	height: 21px;
	width: 840px;
	position: absolute;
	margin-left: 10px;
}
#mainContent {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/fotter_bg.gif);
	background-repeat: no-repeat;
	height: 80px;
	background-color: #fdec85;
	position: relative;
}
#footer ul {
	display: block;
	text-align: center;
	position: relative;
	top: 40px;
}
#footer li {
	font-weight: bold;
	color: #775D45;
	display: inline;
}
#footer a {
	font-weight: bold;
	color: #775D45;
}
#footer p {
	margin: 0;
	font-size: 10px;
	line-height: 1em;
	color: #775D45;
	text-align: center;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
