@charset "UTF-8";

/*------ 各要素をリセット -----*/

* {
	margin: 0;
	padding: 0;
	}

html {
	margin: 0;
	padding: 0;
	}

fieldset, img { border:0; } 

strong { font-weight: bold; color:#ff1a1a; }

em { font-style: italic; }

table,img{
	border:0px;
	font-size: 13px;
}

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:7px; font-size:12px; }	

a,
a:visited,
a:hover {
	text-decoration: none;
	padding-bottom: 0;
}




/*----- 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 */

