@charset "UTF-8";
/* CSS Document */

/*---全ページ基本設定とIE6・7バグ回避 ------*/
body {
	font: normal 13px 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo ,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	*font-size: small; /* IE 7・6向け */
	color: #3c3c3c;
	margin: 0;
	padding: 0;
	line-height: 145%;
}

table,td,th {
	font: normal 13px 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo ,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	color: #3c3c3c;
	line-height: 145%;
}

/* 各要素マージン無効化 */
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: left;
	font-weight: normal;
}

/* イメージの下部スペースの解消、及びボーダーの消去 */
img {
	vertical-align: bottom;
	display: block;
	border-style: none;
}

/* リンク疑似クラスの設定 */
a:link {
	color: #1224d1;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1224d1;
}
a:hover {
	text-decoration: underline;
	color: #bb111a;
}
a:active {
	text-decoration: underline;
	color: #bb111a;
}

	/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
	div{
    zoom:1;/*for IE 5.5-7*/
	}
	div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	}
	/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */

/* 最外部コンテナ */
#Container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* ヘッド、ボディ、フットメインスペース確保 */
#HEADspc, #BODYspc, #FOOTspc {
	width: 960px;
	clear: both;
}

/* IE6用バグ回避要素 */
.IE6BUG {
	display: none;
}

