@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	background-color: #99CCFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
html {
	overflow: scroll;
}
img {
	border:0;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 7px;
	width: 333px;
}
h2 {
	height: 32px;
	width: 100px;
	position: absolute;
	left: 21px;
	top: 28px;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#header {
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
	position: relative;
}
#header #h_tel {
	height: 25px;
	width: 145px;
	position: absolute;
	left: 490px;
	top: 28px;
}
#header #h_inquiry {
	height: 25px;
	width: 145px;
	position: absolute;
	left: 645px;
	top: 28px;
}

#h_inquiry a {
	background-image: url(../img/btn_inquiry.jpg);
	height: 25px;
	width: 145px;
	display: block;
	text-indent: -9999px;
}
#h_inquiry a:hover {
	background-position: 0px -25px;
}

#header #assist_navi {
	height: 25px;
	width: 300px;
	position: absolute;
	left: 490px;
	top: 66px;
}
#assist_navi ul {
	background-image: url(../img/bg_assist_navi.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 300px;
	font-size: 12px;
}
#assist_navi li {
	float: left;
	list-style-type: none;
}
#assist_navi a:link {
	color: #3399FF;
	text-decoration: none;
}
#assist_navi a:visited {
	color: #3399FF;
	text-decoration: none;
}
#assist_navi a:hover {
	color: #3399FF;
	text-decoration: underline;
}

#assist_navi li#an01 {
	height: 25px;
	width: 75px;
	line-height: 25px;
	text-align: center;
}
#assist_navi li#an02 {
	height: 25px;
	width: 139px;
	line-height: 25px;
	text-align: center;
}
#assist_navi li#an03 {
	height: 25px;
	width: 86px;
	line-height: 25px;
	text-align: center;
}
#to_home {
	height: 11px;
	width: 47px;
	position: absolute;
	left: 15px;
	top: 80px;
}

#top_image {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 300px;
	margin-bottom: 10px;
}
#content {
	width: 600px;
	float: left;
	padding-bottom: 40px;
}

#right_side {
	float: right;
	width: 200px;
}
#bannar_area {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#bannar_area img {
	margin-bottom: 10px;
}

#global_navi {
	width: 180px;
	padding-right: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
}
#global_navi ul {
	width: 180px;
	padding-top: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
#global_navi li {
	list-style-type: none;
	height: 28px;
	width: 180px;
	display: block;
}
#global_navi a {
	background-image: url(../img/global_navi.jpg);
	height: 28px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#gn01 a {
	background-position: 0px 0px;
}
#gn01 a:hover {
	background-position: -180px 0px;
}
#gn02 a {
	background-position: 0px -28px;
}
#gn02 a:hover {
	background-position: -180px -28px;
}
#gn03 a {
	background-position: 0px -56px;
}
#gn03 a:hover {
	background-position: -180px -56px;
}
#gn04 a {
	background-position: 0px -84px;
}
#gn04 a:hover {
	background-position: -180px -84px;
}
#gn05 a {
	background-position: 0px -112px;
}
#gn05 a:hover {
	background-position: -180px -112px;
}
#gn06 a {
	background-position: 0px -140px;
}
#gn06 a:hover {
	background-position: -180px -140px;
}
#gn07 a {
	background-position: 0px -168px;
}
#gn07 a:hover {
	background-position: -180px -168px;
}
#gn08 a {
	background-position: 0px -196px;
}
#gn08 a:hover {
	background-position: -180px -196px;
}
#gn09 a {
	background-position: 0px -224px;
}
#gn09 a:hover {
	background-position: -180px -224px;
}
#gn_inquiry {
	height: 150px;
	width: 180px;
	background-image: url(../img/bottom_inquiry.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
}
#gn_inquiry_inbox {
	height: 105px;
	width: 158px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
}
#gn_inquiry_inbox p {
	margin-bottom: 5px;

}
#gn_inquiry_inbox p.bold {
	font-weight: bold;
	color: #000066;
}

#gn_inquiry a {
	background-image: url(../img/btn_inquiry.jpg);
	height: 25px;
	width: 145px;
	display: block;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
#gn_inquiry a:hover {
	background-position: 0px -25px;
}
#gn_tel {
	height: 25px;
	width: 145px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#renraku {
	height: 130px;
	width: auto;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #3366FF;
	text-decoration: underline;
}

#footer ul {
	width: 600px;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#footer li {
	display: inline;
	list-style-type: none;
	line-height: 150%;
}
#area {
	width: 800px;
	padding-bottom: 10px;
}


#footer dl {
	width:750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	line-height: 120%;
	padding-top: 20px;
}
#footer dt {
	float: left;
	width: 70px;
}
#footer dd {
	float: left;
	width: 680px;
	margin-bottom: 10px;
}

address {
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	clear: both;
}
#sub_image {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 230px;
	margin-bottom: 10px;
}
#pagetop {
	width: 570px;
	margin-bottom: 30px;
	text-align: right;
	clear: both;
}
.clear {
	clear: both;
}
