/* Win_IE表示用 */
* {
	/*\*//*/
	*zoom: 1;
	/**/
}

/* COMMON */
body {
	font-family:"メイリオ",Meiryo, "ヒラギノ角ゴ Pro W3",  "Osaka","ＭＳ Ｐゴシック",verdana,arial,sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.8;
}

* {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	list-style-type: none;
}

a:link { 
	color: #fff;
	text-decoration: none;
}
a:active { 
	color: #fff;
	text-decoration: underline;
}
a:visited { 
	color: #fff;
	text-decoration: none;
}
a:hover { 
	color: #fff;
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: 0px;	
}

/* float */
.flL {	float: left !important; }
.flR {	float: right !important; }

/* margin */
.mt0 { margin-top: 0 !important; }
.mt20 { margin-top: 20px !important; }
.mt50 { margin-top: 50px !important; }
.mb12 { margin-bottom: 12px !important; }
.ml20 { margin-left: 20px !important; }