@charset "UTF-8";
/* CSS Document */

/* firefox、operaスクロールバー表示、フォントサイズ初期化 */
html{ height:100%; margin-bottom:1px;}

/* 文字色3グレー */
body{ color:#333333;}
	
/* 挙動初期化、ブラウザデフォルト抑制、余白0、行間1.8 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p{ margin:0; padding:0;}
div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,p{ line-height:1.6em;}

/* float解除 */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/* 画像初期化 */
img{ border:0; vertical-align:bottom;}

/* リンク */
a,a:visited{ color:#2251a9;}
a:hover,a:active{ color:#ffff00; background-color: #b91518;}

/* センター */
#center{ width:950px; margin:0 auto;}