@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*字間調整なし_欧文指定無*/
body {
	font: 12px/1.8 "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #545454;
	background: url(../images/pattern_bg.gif) repeat left top;
}
body div {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	height: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
a { color: #565656; }
a:hover {
	text-decoration: none;
}
em { font-style: normal; }
img {
	vertical-align: top;
	border: 0;
}

/*フロート対策*/
.clear {
	clear: both;
	visibility: hidden;
	height: 0px;
	display: block;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; 
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
