@charset "Shift_JIS";
/* CSS Document */

/* 全体 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


html {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	background-image: url(../img/common/back1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-weight: normal;
}

h1,h2,h3,h4,h5 {
	font-size: 1px;
	line-height: 1;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

img{
vertical-align: top;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

#wrap {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 30px;
	background-image: url(../img/common/back_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 91px;
	background-color: #DECFA6;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 91px;
	background-color: #C8B88F;
    position: relative;
    top: 0;
    left: 0;
}

#header .header_img {
    position: absolute;
    z-index: 10;
}

#header ul {
    position: absolute;
    z-index: 20;
    width: 495px;
    height: 40px;
/*    background-color: rgba(0,0,0,0.6);*/
    bottom: 0;
    right: 0;
}

#header ul li a {
    float: left;
    width: 77px;
    height: 40px;
}

#header ul li {
    display: block;
    color: #fff;
    float: left;
    width: 77px;
    height: 40px;
/*    background-color: rgba(255,0,0,0.3);*/
	visibility: visible !important;/*ボックスの表示*/
    margin-right: 6px;
    text-indent: -9999em;
}

#main {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#footer {
	height: 49px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/common/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1px;
	line-height: 1;
	color: #FFFFFF;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

/*li {
	font-size: 1px;
	line-height: 1;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	list-style-type: none;
	float: left;
}*/
