@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#fff0a7;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
	color:#444;
	text-decoration:none;
}
a img {
	border-style:none;
}

#container {
	background: url(../img/bg2.jpg) fixed repeat-x;
	background-position:bottom;
}

#wrapper {
	width: 800px;
	margin:0 auto;
	background:#F9FFDF;
}

#header {
	background:#E5EAD6;
	color:#5F5C00;
	font-size:12px;
}

#header p {
	margin:5px;
	line-height:1.8em;
}

#header img {
	margin:0;
	*margin-bottom:-2px;
	padding:0;
}

#g_navi {
	height:50px;
	background:url(../img/g_navi.jpg) no-repeat center;
	font-family:"ＭＳ Ｐゴシック";
	margin:15px auto;
	font-size:12px;
	color:#4E5E54;
	font-weight:bold;
}
#g_navi ul {
	padding-top: 18px;
	*padding-top:20px;
}
#g_navi ul li {
	display: block;
	list-style: none;
	background: url(../img/li.jpg) no-repeat 0 0;
	float: left;
	padding-left: 1.5em;
	margin-left: 2em;
}
#g_navi a {
	color:#006837;
	text-decoration:none;
}

#main {
	background:#f9ffdf;
	margin-top: 15px;
}
#main p {
	line-height: 1.8em;
	color:#2B0505;
	font-size:12px;
	margin-left: 70px;
	margin-right: 10px;
}

#left {
	width:500px;
	float:left;
	margin-left: 20px;
}
#left img {
	margin: 15px;
	margin-top:5px;
	margin-bottom:5px;
}
#img {
	text-align:center;
	margin:10px;
	margin-top:1.5em;
}

#right {
	width:200px;
	float:left;
	padding:1em;
	padding-right: 0;
	text-align:center;
	margin-left: 26px;
}
#right img {
	margin:5px;
}

#toiawase {
	clear:both;
	text-align:center;
	padding-top:2em;
	padding-bottom:1em;
}

#footer {
	padding:1em;
	background:#CFD1C9;
	text-align:center;
	font-size:10px;
	color:#444;
	clear:both;
}
#footer address {
	font-style:normal;
}