@charset "utf-8";
/* CSS Document */

body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic;
	font-size: 12px;
	line-height: 1.2em;
	background-color: #FFF;
}


/*--------header----------*/

#header {
	height: 80px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	height: 20px;
	width: 100px;
	margin-top: 25px;
}
.gohome {
	background-image: url(../img/home02_on.gif);
	height: 29px;
	width: 220px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 35px;
	margin-right: 70px;
}
.gohome a {
	display: block;
	height: 29px;
	width: 220px;
	background-image: url(../img/home02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
.gohome a:hover {
	background-image: none;
}


/*--------body_base----------*/
#body_base {
	width: 900px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	position: relative;
}
.catch {
	font-size: 14px;
	margin-left: 100px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.jisoku {
	margin-left: 100px;
}



.note {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 770px;
	margin-left: 100px;
}

.note dt {
  position: relative;
}
.note dt span {
	position: absolute;
}
.note dd {
  padding-left: 1em;
}






/*--------footer----------*/
#footer {
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer .copy {
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	text-align: center;
}

.clear {
	clear: both;
}
