@charset "utf-8";
body {
	background-image: url(../img/body_bg.jpg);
	background-position:bottom ;
	background-attachment:fixed ;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* CSS Document */
#wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 860px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
}

#header {
	background-image: url(../img/body_bgmain.gif);
	background-repeat:repeat-x
	width: 860px;
	padding-bottom: 4px;
	height: 100px;
}

#header .header_left {
	float: left;
}
#header .header_right {
	background-color: #FFF;
	height: 90px;
	width: 355px;
	float: right;
	text-align: left;
	padding: 5px;
	color: #000;
	background-image: url(../img/logo_002.gif);
	background-repeat: no-repeat;
	background-position: 258px;
}
#wrap #header .header_right p .mail {
	color: #000;
	text-decoration: none;
}
#wrap #header .header_right p .mail:hover {
	text-decoration: underline;
}
#wrap #contents .contents_txet .mail:hover {
	text-decoration: underline;
}

#wrap #guidebtn {
	clear: both;
	height: 49px;
	width: 860px;
	background-color: #FFF;
}
#guidebtn ul .guidebtn_li {
	display: inline;
	height: 45px;
	width: 172px;
	background-image: url(file:///C|/Users/OWNER/Desktop/%E6%96%B0%E7%8C%AB%E7%BE%8E%E8%A1%93%E9%A4%A8%EF%BC%A8%EF%BC%B0/img/logo_002.gif);
}
#wrap #footer {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer .footer_link {
	height: 14px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer .copyright {
	font-size: 10px;
	line-height: 20px;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #900;
	text-decoration: underline;
}
