@charset "utf-8";

/*初期化
---------------------------------------------------------*/
form,ul,ol,dl,dd,dt,label,input,body,h1,h2,h3,h4,p { margin:0; padding:0; }
body{ font-family:"Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif; }
ul	{ list-style:none; }
img { border:0; }


/*レイアウト
---------------------------------------------------------*/
#site		{ }
#header		{ }
#contents	{ }
#footer		{ }


/*フォント
---------------------------------------------------------*/
.txt100		{ font-size:100%; }
.txt90		{ font-size: 90%; }
.txt80		{ font-size: 80%; }
.txt75		{ font-size: 75%; }
.txt70		{ font-size: 70%; }
.coution	{ color	   :#F00; }


/*マージン
---------------------------------------------------------*/
.mb2		{ margin-bottom: 2px; }
.mb3		{ margin-bottom: 3px; }
.mb5		{ margin-bottom: 5px; }
.mb8		{ margin-bottom: 8px; }
.mb10		{ margin-bottom:10px; }
.mb20		{ margin-bottom:20px; }
.mb30		{ margin-bottom:30px; }
.mb55		{ margin-bottom:55px; }
.ml10		{ margin-left:	10px; }
.mr2		{ margin-right:	 2px; }
.mt5		{ margin-top:	 5px; }


/*clearFix
---------------------------------------------------------*/
.clears:after	{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clears			{ display:inline-table; zoom:100%; }
/* macIE \*/
* html .clears	{ height:1%; }
.clears			{ display:block; }
/* macIE */