@charset "Shift_JIS";

/* ==================================================

iszw.com 共通スタイル

================================================== */

body,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6,td,form {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
li {
	list-style-type: none;
}
body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #444444;
	text-align: center;
}

/* フォント関連 */
.f1 {
	font-size: 70%;
	line-height: 130%;
}
.f2 {
	font-size: 80%;
	line-height: 130%;
}
.f3 {
	font-size: 100%;
	line-height: 130%;
}
.f1-hl {
	font-size: 70%;
	line-height: 110%;
}
.b {
	font-weight: bold;
}

#back {
	background: url(../graph/background.gif) repeat-y center;
	width: 758px;
	margin: 0 auto;
}
#main {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}
#top-blank {
	height: 50px;
	width: 750px;
	background: #000000;
}
#footer {
	width: 750px;
	background: #000000;
}
#footer2 {
	padding: 5px;
	font-size: 70%;
	color: #0099FF;
	text-align: center;
	letter-spacing: 1px;
}

a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0099FF;
}
