@charset "utf-8";


body {
	background-color: #ffffff;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	margin: 25px 0px;
	padding: 0px;
	text-align: center;
}
hr {
	display: none;
}
img {
	border: none;
}

a {
	color: #7d9596;
	text-decoration: underline;
}
a:hover {
	color: #707070;
}





#base {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
.clearboth { clear: both; }





/*-----------------------------------------------------------------------------------------------*/
/* 見出し ---------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.midashi {
	background-color: #f0eeee;
	height: 46px;
}
.midashi h2 {
	background-repeat: no-repeat;
	color: #999a9a;
	float: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 25px;
	font-weight: bold;
	height: 38px;
	line-height: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 8px;
	width: 500px;
}





/*-----------------------------------------------------------------------------------------------*/
/* ページトップへ -------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#main .gotop {
	margin: 20px 0px 80px;
	text-align: right;
}
#main .gotop a {
	background: url(../images/arrow.gif) no-repeat 0px 3px;
	font-size: 90%;
	padding-left: 13px;
}
