@charset "utf-8";
/* default_css */

body {
	font: 14px  "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;    
	line-height: 1.6;
	color: #040000;
	background:#FFF;
	min-width: 960px;
}

/* html5 */
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

img {
	vertical-align: top;
}

/* clearfix */
.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	clear: both; 
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
}