@charset "shift_jis";
body {
	background: url(../images/bg.gif) repeat;
    text-align: center;
    color: #333;
	font-family: Tahoma, Verdana, 'MS UI Gothic','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
}

/* リンクの設定 */
a:link {
	color: #1D4FB3;
	text-decoration: none;
}
a:visited {
	color: #1D4FB3;
	text-decoration: none;
}
a:hover {
	color: #1D4FB3;
	text-decoration: underline;
}
a:active {
	color: #1D4FB3;
	text-decoration: none;
}

/* HEAD LINE */
h1{ font-size: 167%; }
h2{ font-size: 153.9%; }
h3{ font-size: 123.1%; }
h4{ font-size: 108%; }
h5{ font-size: 100%; }
h6{ font-size: 93%; }

/* ClearFix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
