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

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	background: #433823;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	line-height: 1.4;
	font-size: 14px;
	text-align: center;
	}
*html body {
	font-size: 87%;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
a {
	color: #000099;
	}
a:hover {
	color: #FF9900;
	}
strong {
	font-weight: bold;
	}
em {
	color: #FF3333;
	}
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	}
.imgR {
	float: right;
	margin: 0 0 10px 15px;
	}
.imgL {
	float: left;
	margin: 0 15px 10px 0;
	}
.imgC {
	text-align: center;
	}
.textR {
	text-align: right;
	}
.textC {
	text-align: center;
	}
/*==================parts==================*/
div#container {
	width: 800px;
	background: #FFFFFF url(../img/bottom.jpg) no-repeat 0 100%;
	margin: 0 auto 10px;
	text-align: left;
	}
/*==================header==================*/
div#header {
	height: 100px;
	background: url(../img/head.jpg) no-repeat;
	padding: 0 20px;
	}
div#header p.lead {
	font-size: 12px;
	background: #432A18;
	color: #FFFFFF;
	}
div#header h1 {
	float: left;
	}
div#header p.yoyaku {
text-align: right;
	}
/*==================navi==================*/
div#navi {
	width: 800px;
	}
div#navi ul {
	}
div#navi ul li {
	display: inline;
	}
/*==================footer==================*/
div#footer {
	border-top: 1px dotted #432A18;
	padding-top: 20px;
	padding-bottom: 1px;
	}
div#footer p,div#footer address {
	margin: 0 10px 10px 10px;
	}
