@charset "Shift_JIS";
/* default_css */
/*ブラウザ間フォントサイズ統一指定（変更禁止）*/

body{
	font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;    
	line-height: 1.6;
}

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;
}