/* CSS Document */

* {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family:'メイリオ',Meiryo,'EE EゴシチE','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 75%;
}

div, form, h1, h2, h3, h4, h5, h6, p, address, pre, dl, dt, dd, ul, ol, li, table, th, td {
	font-weight:normal;
	font-style:normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

li a {
	zoom: 1;
}


#fas {
	width:950px;
}





/* CLEAFIX */
/* ======================================== */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

* html .clearfix { height: 1%; }
.clearfix { display: block; }
