@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: #efefef;
}
a {
	/*\*/
	overflow: hidden;
	color: #004387
	/**/
}
.clear {
	clear: both;
}
table {
	border-collapse: collapse;
}
.txt-right {
	text-align: right;
}

.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.mb-15 {
	margin-bottom: 15px;
}
#container #contents {
	clear: both;
}

/*-------------------------------------------------------------------------clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
table {
	border-collapse: collapse;
}
#container {
	width: 840px;
	margin: 0 auto;
	padding: 0 40px;
	background: #FFF;
}
#container #header {
	height: 135px;
	background: url(../images/bg_header.gif) no-repeat 0px 0px;
	width: 840px;
}
#container #header a {
	position: relative;
	text-indent: -10000px;
	display: block;
	height: 50px;
	width: 300px;
	top: 80px;
	left: 520px;
}
#container #gnavi {
	float: left;
	background: url(../images/bg_gnavi.gif) no-repeat 0px 0px;
	height: 39px;
	width: 799px;
	padding: 0 20px 0 21px;
	margin-bottom: 20px;
}
#container #gnavi li {
	float: left;
	border-left: #0e6eb8 1px solid;
	height: 39px;
	width: 132px;
}
#container #gnavi li.br {
	border-right: #0e6eb8 1px solid;
}
#container .gotop {
	text-align: right;
	margin: 0 auto 15px;
	clear: both;
	padding-top: 15px;
}
#container #footer {
	background: url(../images/bg_footer.gif) no-repeat 0px 0px;
	width: 840px;
	height: 35px;
}
#container #footer a {
	position: relative;
	height: 15px;
	width: 45px;
	text-indent: -10000px;
	display: block;
	top: 15px;
	left: 790px;
}
#pop {
	width: 690px;
	margin: 0 auto;
	border-right: 15px solid #dcdcdd;
	border-left: 15px solid #dcdcdd;
	padding: 35px;
}
