@charset "UTF-8";

/***************************************************************/
/* Common						       */
/***************************************************************/

body{
	font-size:0.8em;
	line-height:12pt;
}

a{
	color:#00c;
}

a:hover{
	color:#08f;
}

h1{
	padding-top:10px;
	line-height:18px;
	color:#694d03;
	font-weight:bold;
	text-align:center;
}

h2{
	margin:15px 15px 5px 0px;
	padding:3px 0px 2px 18px;
	line-height:32px;
	color:#3f2100;
	font-size:1.4em;
	font-weight:bold;
	background:url(../img/common/h2.jpg) no-repeat left;
}

div#container{
	width:800px;
	margin:5px auto;
	border:#a97735 1px solid;
}

div#header{
	text-align:left;
	background:url(../img/common/header_bg.gif) no-repeat top;
	min-height:90px;
	height:90px;
	overflow:hidden;
}
div#header a#logo{
	display:block;
	width:323px;
	min-height:70px;
	height:70px;
	line-height:70px;
	background:url(../img/common/logo.png) no-repeat;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	margin:10px 0px 10px 30px;
}
div#header address{
	position:relative;
	top:-35px;
	left:420px;
	text-align:left;
	font-size:1.2em;
	font:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color:#694d03;
}
div#flash{
	margin:0;
	padding:0;
}
div#navi{
	background:url(../img/common/navi_bg.jpg) no-repeat bottom center;
	min-height:90px;
	height:90px;
	overflow:hidden;
}
div#navi ul {
	width:616px;
	background:url(../img/common/navi_title.jpg) no-repeat 60px 10px #b8b173;
	margin:20px auto 10px auto;
	min-height:60px;
	padding-left:180px;
	text-align:left;
	height:60px;
	overflow:hidden;
}
div#navi li {
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}
div#navi li a {
	height:60px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}
div#navi li.navi01 a {
	background:url(../img/common/navi.png) no-repeat 0px 0px;
	width:123px;
}
div#navi li.navi02 a {
	background:url(../img/common/navi.png) no-repeat -123px 0px;
	width:123px;
}
div#navi li.navi03 a {
	background:url(../img/common/navi.png) no-repeat -246px 0px;
	width:123px;
}
div#navi li.navi04 a {
	background:url(../img/common/navi.png) no-repeat -369px 0px;
	width:123px;
}
div#navi li.navi05 a {
	background:url(../img/common/navi.png) no-repeat -492px 0px;
	width:123px;
}
div#navi li.navi01 a:hover {
	background:url(../img/common/navi_on.png) no-repeat 0px 0px;
}
div#navi li.navi02 a:hover {
	background:url(../img/common/navi_on.png) no-repeat -123px 0px;
}
div#navi li.navi03 a:hover {
	background:url(../img/common/navi_on.png) no-repeat -246px 0px;
}
div#navi li.navi04 a:hover {
	background:url(../img/common/navi_on.png) no-repeat -369px 0px;
}
div#navi li.navi05 a:hover {
	background:url(../img/common/navi_on.png) no-repeat -492px 0px;
}

div#main_container{
	margin:0;
	padding:0px;
	background:url(../img/common/menu_bg.jpg) no-repeat 20px top;
}

div#main_container div#contents{
	width:600px;
	float:right;
	min-height:400px;
}

div#main_container div#menu{
	width:200px;
	float:left;
	text-align:center;
}

div#menu ul {
	width:138px;
	margin:10x auto;
	padding:5px;
	background-color:#fff;
}
div#menu li {
	padding:0;
	list-style-type:none;
}
div#menu li a {
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}
div#menu li.menu01 a {
	background:url(../img/common/menu01.png) no-repeat;
	width:128px;
	height:48px;
}
div#menu li.menu02 a {
	background:url(../img/common/menu02.png) no-repeat;
	width:128px;
	height:48px;
}
div#menu li.menu01 a:hover {
	background:url(../img/common/menu01_on.png) no-repeat;
}
div#menu li.menu02 a:hover {
	background:url(../img/common/menu02_on.png) no-repeat;
}

address{
	font-weight:bold;
	line-height:2em;
	text-align:center;
}

div#footer{
	clear:both;
	background:url(../img/common/footer.png) no-repeat center top;
	min-height:80px;
	height:80px;
	overflow:hidden;
	padding:15px 0 15px 0;
}

div#footer ul#foot_link{
	margin-top:30px;
}

div#footer ul{
	padding-left:200px;
	text-align:center;
}

div#footer ul li{
  display:inline;
  padding-right:7px;
  margin-right:7px;
  border-right:1px solid #c5c1ba;
}
div#footer ul li.lborder{
  padding-left:7px;
  margin-left:7px;
  border-left:1px solid #c5c1ba;
}