@charset "UTF-8";

/* == 全体設定 ============================================================ */
html {
	margin: 0;
	padding: 0;
}
/* BODY指定（共通） */
body {
	font-size: 0.9em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}

/* -- 全体枠 -- */
#zentai {
	width: 100%;
}

/* == 共通パーツ ========================================================== */
/* -- 画像右寄せ -- */
.imgfloatright {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}
/* -- 画像左寄せ -- */
.imgfloatleft {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
/* -- 回り込みクリア -- */
.floatclear {
	clear: both;
	height: 0;
}
.floatclear hr {
	display: none;
}

/* IE7対応clearfix 
   http://stopnlisten.no.land.to/2006/11/ie7clearfixclear.html */
.clearfix {
    zoom:1; /* for IE 5.5-7 */
}
.clearfix:after { /* for modern browser */
    content:".";
    display: block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
