/*==================tag-reset==================*/
*{
	margin:0px;
	padding:0px;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	}
/*==================common-tag==================*/
body{
	font-family: Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","£Í£Ó £Ð¥´¥·¥Ã¥¯";
	font-size:75%;
	line-height:1.2;
	color: #333;
	text-align: center;
	}
a{
	color:#A24100;
	}
a:hover{
	text-decoration: none;
	}
img{
	border:0;
	}
.clear{
	clear: both;
	line-height: 0;
	}
ul{
	list-style: none;
	}
.alC{
	text-align:center;
	}
.alR{
	text-align:right;
	}
.flL {
	float: left;
	margin-bottom:10px;
	}
.flR {
	float: right;
	margin-bottom:10px;
	}

/*==================parts==================*/
#bgcontainer{
	width: 820px;
	background: url(../img/container-bg.jpg) repeat-y;
	margin: 0 auto;
	}
#container{
	width: 800px;
	margin: 0 10px;
	text-align: left;
	}
#head{
	width:800px;
	height:255px;
	background:url(../img/head.jpg);
	}
#navi {
	width: 800px;
	}
#inner {
	width: 800px;
	}
#foot{
	width: 800px;
	text-align: center;
	padding:10px 0;
	}

/*==================head==================*/
#head h1{
	text-indent:-9999px;
	}

/*==================navi==================*/
#navi li {
	float:left;
	}
#navi li a{
	display: block;
	text-indent: -9999px;
	width: 160px;
	height:35px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration:none;
	}	
#navi li a:hover {
	background-position: 0 -50px;
	}
#navi li a#navi01 {
	background-image: url(../img/navi1.jpg);
	}
#navi li a#navi02 {
	background-image: url(../img/navi2.jpg);
	}
#navi li a#navi03 {
	background-image: url(../img/navi3.jpg);
	}
#navi li a#navi04 {
	background-image: url(../img/navi4.jpg);
	}
#navi li a#navi05 {
	background-image: url(../img/navi5.jpg);
	}

/*==================foot==================*/
#foot p{
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px dashed #663300;
	}
#foot address {
	font-size: 90%;
	}

