@charset "UTF-8";

/*------ 各要素をリセット -----*/

* {
	margin: 0;
	padding: 0;
	}

html {
	margin: 0;
	padding: 0;
	}

fieldset, img { border:0; } 

strong { font-weight: bold; color: #F09; }

em { font-style: italic; }

table,img{border:0px;}

body {
	font:13px arial, verdana, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #333322;
	* font-size: 81.25%; /*for IE6,IE7*/
	}
address { text-align:center; font-style:normal; padding-top:4px; font-size:12px; }	

a,
a:visited,
a:hover {
	text-decoration: none;
	padding-bottom: 0;
}

a { color: #009; }
a:visited { color: #F06; }
a:hover { color: #F06; }

/*----- floatをclearするための汎用クラス定義 -----*/

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
