body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-image: url(../img/common/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
	background-color: #DDF2C6;
	line-height: 130%;
	color: #333333;
}

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#003399;
	text-decoration: none;
}
a:visited{
	color:#003399;
	text-decoration: none;
}
a:hover{
	color:#00ccff;
}
a:active{
	color:#00ccff;
}
.clearboth {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
}



#container {
	margin: 0px;
	padding: 0px;
	width: 840px;
}

/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header {
	background-image: url(../img/common/header.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 840px;
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 12px;
	color: #999999;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	_padding-left: 10px;
	margin: 0px;
	font-weight: lighter;
}
#spacer_H5 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
}
#spacer_H10 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 10px;
	font-size: 1px;
}
#top_link {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
}

#top_link a {
	display: block;
	height: 70px;
	width: 500px;
}
#top_link em {
	visibility: hidden;
}
#spacer_W105H75 {
	display: block;
	width: 105px;
	float: left;
	height: 80px;
	margin: 0px;
	padding: 0px;
}
#mail {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	float: left;
}

#mail a {
	height: 15px;
	width: 170px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-position: left;
}
*+html body #mail a {
	 width: 160px;
}
#line_upper {
	background-image: url(../img/common/line_upper.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 840px;
	background-repeat: no-repeat;
	font-size: 1px;
}
#line_bottom {
	background-image: url(../img/common/line_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 840px;
}
#footer {
	background-image: url(../img/common/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 93px;
	width: 840px;
	margin: 0px;
	padding: 0px;
}



/* ------------------------------------------------------------ */
/* Clearfix */
/* ------------------------------------------------------------ */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}

/*------------------------------------- ファイヤーフォックスで位置がずれるため矯正する */


/* 上記で入力した値を上書き */

#top_link a {
	height: 80px;
	_height: 60px; /* IE6のみ適用 */
}
/* IE7のみ適用 */
*+html body #top_link a {
	height: 80px;
}

#spacer_W180H55 {
	height: 61px;
	_height: 61px; /* IE6のみ適用 */
}
/* IE7のみ適用 */
*+html body #spacer_W180H55 {
	height: 61px;
}
form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

