/********************************************************************* */
/* 基本設定
********************************************************************* */
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3" , "sans-serif";
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#FFFFFF;
}

div,h1,h2,h3,h4,h5,ul,p,img {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	list-style: none;
}

/* オーバーフロー設定 */
.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* オーバーフロー設定  hides fromIE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* end hides fromIE-mac */

