/* CSS Document */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
	margin: 0px;
	padding: 0px;
}
 .clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left0 {
	float: left;
	margin-right: 14px;
}
.right0 {
	float: right;
	margin-left: 14px;
}
.t_1em {
	margin-left: 1em;
}
.t_90 {
	font-size: 90%;
}
.t_80 {
	font-size: 80%;
}
.t_120 {
	font-size: 120%;
	font-weight: bold;
}
.t_130 {
	font-size: 130%;
	font-weight: bold;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.red {
	color: #FF3300;
}
.brown {
	color: #CC9966;
}

/* body
---------------------------------------------------- */
body {
	margin: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", osaka, sans-serif;
	text-align: center;
	background: url(../img/back.jpg) repeat;
}
/* header
---------------------------------------------------- */
#header {
	width: 100%;
	height: 100px;
	background: url(../img/header_back.jpg) no-repeat center top;
}
.header_box {
	width: 900px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
h1 a {
	width: 600px;
	height: 100px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	float: left;
	overflow:hidden;
	outline:none;
	background: url(../img/header.jpg) no-repeat 0px 0px;
}
#header address {
	width: 300px;
	height: 100px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	float: left;
	background: url(../img/header.jpg) no-repeat -600px 0px;
}
/* menu
---------------------------------------------------- */
#menu {
	width: 100%;
	height: 75px;
	background: url(../img/menu_back.jpg) repeat-x;
}
#menu ul {
	width: 900px;
	list-style: none;
	line-height: 0px;
	margin-left: auto;
	margin-right: auto;
}
* html #menu ul {
	/* no ie mac ¥*/
	width: 940px;
	font-size: 3px;
	/* */
 }
*:first-child+html #menu ul {
	width: 900px;
 }
#menu ul li a {
	overflow:hidden;
	outline:none;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
li.m01,
li.m07 {
	width: 130px;
	height: 75px;
	float: left;
}
li.m02,
li.m03,
li.m04,
li.m05,
li.m06 {
	width: 128px;
	height: 75px;
	float: left;
}
li.m01 a {
	background: url(../img/menu.jpg) no-repeat 0px 0px;
	width: 130px;
	height: 75px;
}
li.m01 a:hover {
	background-position: 0px -75px;
	text-decoration: none;
}
li.m02 a {
	background: url(../img/menu.jpg) no-repeat -130px 0px;
	width: 128px;
	height: 75px;
}
li.m02 a:hover {
	background-position: -130px -75px;
	text-decoration: none;
}
li.m03 a {
	background: url(../img/menu.jpg) no-repeat -258px 0px;
	width: 128px;
	height: 75px;
}
li.m03 a:hover {
	background-position: -258px -75px;
	text-decoration: none;
}
li.m04 a {
	background: url(../img/menu.jpg) no-repeat -386px 0px;
	width: 128px;
	height: 75px;
}
li.m04 a:hover {
	background-position: -386px -75px;
	text-decoration: none;
}
li.m05 a {
	background: url(../img/menu.jpg) no-repeat -514px 0px;
	width: 128px;
	height: 75px;
}
li.m05 a:hover {
	background-position: -514px -75px;
	text-decoration: none;
}
li.m06 a {
	background: url(../img/menu.jpg) no-repeat -642px 0px;
	width: 128px;
	height: 75px;
}
li.m06 a:hover {
	background-position: -642px -75px;
	text-decoration: none;
}
li.m07 a {
	background: url(../img/menu.jpg) no-repeat -770px 0px;
	width: 130px;
	height: 75px;
}
li.m07 a:hover {
	background-position: -770px -75px;
	text-decoration: none;
}
/* contents
---------------------------------------------------- */
#contents {
	width: 100%;
	background-color: #FFFFFF;
}
/* main
---------------------------------------------------- */
#main {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
/* 
---------------------------------------------------- */
hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #D6CAA6; /* 線色 */
   height: 1px; /* 高さ */
}
/* sub
---------------------------------------------------- */
.sub {
	width: 788px;
	height: 41px;
	float: left;
}
.sub p {
	color: #996633;
	font-size: 75%;
	line-height: 180%;
}
.sub p a {
	color: #996633;
	text-decoration: none;
}
.sub p a:hover {
	color: #996600;
	text-decoration: underline;
}
/* pagetop
---------------------------------------------------- */
.pagetop {
	width: 112px;
	height: 41px;
	float: left;
}
.pagetop a {
	width: 112px;
	height: 41px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	float: left;
	background: url(../img/pagetop.jpg) no-repeat;
	overflow:hidden;
	outline:none;
}
.pagetop a:hover {
	background-position: 0px -41px;
	text-decoration: none;
}


/* footer
---------------------------------------------------- */
#footer {
	width: 100%;
	background: url(../img/footer_back.jpg) repeat-x;
}
.footer_box {
	width: 900px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(../img/footer_space.jpg) no-repeat right top;
}
.ad {
	width: 669px;
	height: 44px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	display: block;
	background: url(../img/footer.jpg) no-repeat;
}
.copy {
	width: 427px;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	float: left;
	background: url(../img/copy.jpg) no-repeat;
}
.flash a {
	width: 242px;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	float: left;
	background: url(../img/flash.jpg) no-repeat 0px 0px;
}
.flash a:hover {
	background-position: 0px -25px;
	text-decoration: none;
}

