@charset "Shift_JIS";
/* ================================================================ *
	テキスト書式設定用 CSS
 * ================================================================ */

/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

body {
	font-size: 13px;
 *font-size: small;
 *font: x-small;
}
body {
  font-family: "Hiragino Kaku Gothic Pro",  Meiryo,  sans-serif;
  color: #333333;
}
a, a:link {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
p {
	line-height: 1.7;
	margin-top: 0px;
	margin-bottom: 8px;
}
ul, ol, dl {
	line-height: 1.5;
}
ul, ol, dl {
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	font-size: 140%;
	color: #039;
	line-height: 50px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(img/fd_bg13.jpg);
	background-repeat: no-repeat;
}
h2 {
	padding-left: 10px;
	background-image: url(img/fd_bg5.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	clear: both;
	border-top: 1px solid #CCCCCC;
	font-size: 120%;
	height: 20px;
	line-height: 20px;
}
h3 {
	font-size: 110%;
	padding-left: 17px;
	background-image: url(img/fd_bg7.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-bottom: 10px;
	right: 30px;
	white-space: normal;
	clear: both;
}
h4 {
	font-size: 110%;
	padding-left: 15px;
	background-image: url(img/fd_bg8.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-bottom: 10px;
	clear: both;
}
h5 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
h6 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
sup {
	font-size: 85%;
	_font-size: 90%;
	vertical-align: 0.2em;
	_vertical-align: 0.3em;
	line-height: 0.8;
}
/* ---------------------------------------------------------------- *
	各部分個別の設定
 * ---------------------------------------------------------------- */

#footer address {
	font-style: normal;
	text-align: right;
	float: right;
}
