@charset "shift_jis";

/* Layout
----------------------------------------- */
#container-head {	
	width: 100%;
	background: url(../img/back_s_head.gif) center top repeat-y;
	background-color: #E6E6CF;
	}
#header {
	width: 800px;
	height: 73px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	}

#container {	
	width: 100%;
	background: url(../img/back_s_body.gif) center top repeat-y;
	background-color: #D0CFBB;
	}
#navi {
	width: 800px;
	height: 232px;
	margin: 0 auto;
	text-align: left;
	background-color: #005D1F;
	}
#content {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	}
#content-wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	}
#footer {
	width: 800px;
	height: 85px;
	margin: 0 auto;
	text-align: left;
	}
	
/* Header
----------------------------------------- */
#header h1 {
	width: 675px;
	height: 73px;
	float:left;
	text-indent: -9999px;
	background: url(../img/head_img_01.jpg) center top no-repeat;
	}
#header p {
	height: 73px;
	float:left;
	}
#navi h2 {
	width: 800px;
	height: 191px;
	float:left;
	text-indent: -9999px;
	background: url(../img/head_img_03.jpg) center top no-repeat;
	}
#navi ul {
	width: 800px;
	height: 41px;
	}
#navi ul li {
	display: inline;
	float:left;
	text-indent: -9999px;
	}
#navi ul li a {
	display: block;
	}
#navi ul li a#navi01 { background: url(../img/menu_off.jpg) 0px 0px no-repeat;  width: 106px; height: 41px; }
#navi ul li a#navi02 { background: url(../img/menu_off-02.jpg) 0px 0px no-repeat;  width: 131px; height: 41px; }
#navi ul li a#navi03 { background: url(../img/menu_off-03.jpg) 0px 0px no-repeat;  width: 173px; height: 41px; }
#navi ul li a#navi04 { background: url(../img/menu_off-04.jpg) 0px 0px no-repeat;  width: 97px; height: 41px; }
#navi ul li a#navi05 { background: url(../img/menu_off-05.jpg) 0px 0px no-repeat;  width: 168px; height: 41px; }
#navi ul li a#navi06 { background: url(../img/menu_off-06.jpg) 0px 0px no-repeat;  width: 125px; height: 41px; }
#navi ul li a:hover#navi01 {background: url(../img/menu_on.jpg) 0px 0px no-repeat; }
#navi ul li a:hover#navi02 {background: url(../img/menu_on-02.jpg) 0px 0px no-repeat; }
#navi ul li a:hover#navi03 {background: url(../img/menu_on-03.jpg) 0px 0px no-repeat; }
#navi ul li a:hover#navi04 {background: url(../img/menu_on-04.jpg) 0px 0px no-repeat; }
#navi ul li a:hover#navi05 {background: url(../img/menu_on-05.jpg) 0px 0px no-repeat; }
#navi ul li a:hover#navi06 {background: url(../img/menu_on-06.jpg) 0px 0px no-repeat; }

/* Content
----------------------------------------- */
div.box01 {
	width: 750px;
	margin: 15 auto;
	background-color: #F2F2F2;
	}
div.box01 div.wrapper {
	width: 730px;
	margin: 10px;
	}
div.box01 div.wrapper div {
	float: left;
	margin-bottom: 10px;
	}
div.box01 div dl {
	width: 160px;
	margin: 0px 0px 0px 10px;
	}
div.box01 div p {
	width: 540px;
	height: 80px;
	margin-top: 10px;
	}
	
div.box02 {
	width: 750px;
	margin: 0px auto 15px auto;
	background-color: #E8EBB9;
	}
div.box02 div.wrapper {
	padding: 20px 25px;
	}
	
div.box03 {
	width: 750px;
	margin: 15px auto 15px auto;
	background-color: #F2F2F2;
	}
div.box03 div.wrapper {
	width: 720px;
	padding: 15px;
	}
	
div.box-contactform {
	width: 530px;
	margin-left: 80px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	
	}
div.box-contactform div {
	width: 450px;
	margin-left: 20px;
	padding: 20px;
}
div.box-contactform div img {
	margin: 0px 0px 30px 40px;
}
div.box-contactform div p {
	width: 470px;
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

/* Footer
----------------------------------------- */
#footer p {
	width: 800px;
	height: 25px;
	text-indent: -9999px;
	background: url(http://www.tikara.net/img/copyright.gif) right top no-repeat;
	}