@charset "utf-8";
/* CSS Document */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: small;
	line-height: 1.5em;
	border-style: none;
}
body {
	text-align: justify;
	text-justify: inter-ideograph;
	background: #fff;
}
a {
	/*\*/
	overflow: hidden;
	color: #004387
	/**/
}
table {
	border-collapse: collapse;
}
.clear {
	clear: both;
}
table {
	border-collapse: collapse;
}
.txt-right {
	text-align: right;
}

.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-80per {
	font-size: 80%;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.mb-15 {
	margin-bottom: 15px;
}
.mg-n {
	margin: 0px;
}
.dark-blue {
	color: #004098;
}
.orange {
	color: #F39700;
}

/*-------------------------------------------------------------------------clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#container {
	width: 846px;
	margin: 0 auto;
}
#container h2 {
	margin-bottom: 10px;
}
#container .contents {
	clear: both;
	margin-bottom: 20px;
}
#container .contents h3 {
	background: #00A1E9;
	padding-left: 30px;
	margin-bottom: 15px;
}
#container .contents .copyBlock {
	width: 740px;
	margin: 0 auto;
}
#container .contents .copyBlock h4 {
	margin-bottom: 10px;
}
#container .contents .copyBlock h4:first-letter {
	color: #F39700;
}
#container .contents .copyBlock p {
	margin-bottom: 10px;
	padding: 5px;
}
#container .contents .copyBlock .caution {
	border-bottom: #00A1E9 solid 1px;
	border-top: #00A1E9 solid 1px;
	background: url(../images/img_caution.gif) no-repeat left center;
	padding: 10px 0 10px 60px;
	margin-bottom: 30px;
	text-align: center;
}
#container #header {
	height: 82px;
	width: 846px;
	padding-top: 22px;
	background: url(../images/img_fare.gif) no-repeat right center;
}
#container #header p {
	text-indent: -9999px;
}
#container #header p a {
	display: block;
	height: 70px;
	width: 210px;
	left: 630px;
	position: relative;
	top: -60px;
}
#container #gnavi {
	height: 35px;
	margin-bottom: 15px;
}
#container #gnavi li {
	float: left;
	margin-bottom: 10px;
}
#container .gotop {
	text-align: right;
	margin: 0 auto 15px;
	clear: both;
	padding-top: 15px;
}
#container #footer {
	background: url(../images/bg_footer.gif) repeat-x 0px 0px;
	width: 846px;
	height: 42px;
}
#container #footer p {
	text-align: right;
	margin-right: 12px;
}

