@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bg_shadow_body.gif) repeat-x left top;
}
#wrap {
	width: 810px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #fff url(images/bg_shadow_wrap.gif) repeat-y center top;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	color: #444;
	line-height: 1.5em;
}
#header {
	background: url(images/bg_header02.gif) no-repeat;
	height: 90px;
	width: 780px;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
}
#header p {
	padding-top: 16px;
	padding-bottom: 4px;
}
#header h1 span {
	display: none;
}
#header #tel {
	position: absolute;
	left: 550px;
	top: 55px;
}
#contents {
	background: #fff;
	width: 785px;
	margin-left: 10px;
}
#footer {
	background: url(images/bg_footer.gif) repeat-x left top;
	height: 110px;
	text-align: center;
	padding-top: 4px;
}
#footer #foot_content {
	background: url(images/bg_footer_in.gif) repeat-x left top;
	width: 798px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #fff;
}
#footer #foot_content img {
	margin-top: 20px;
	margin-bottom: 6px;
}
#footer #foot_content #copyright {
	margin-top: 16px;
	font-size: 84%;
}
#global_nav {
	list-style-type: none;
	margin-left: 15px;
	width: 780px;
	margin-top: 1px;
}
#global_nav li {
	float: left;
	width: 156px;
	text-align: center;
	display: block;
	font-size: 117%;
}
#global_nav li a {
	width: 156px;
	display: block;
	background: url(images/bg_nav.gif) no-repeat center center;
	height: 30px;
	padding-top: 10px;
}
#global_nav li a:hover {
	background: url(images/bg_nav_ov.gif) no-repeat center center;
	display: block;
	height: 30px;
	width: 156px;
	padding-top: 10px;
}
#global_nav  #thisPage a {
	background: url(images/bg_nav_ov.gif) no-repeat center center;
	width: 156px;
	display: block;
}
#content02 {
	margin-left: 15px;
}
