@charset "utf-8";

/*
==================================================================================

CSS HACK

==================================================================================
*/

.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 */

/*
==================================================================================

フォントサイズ指定

==================================================================================
*/
/*
	Font-size Adjustment.
	1.0em = 10px
	1.2em = 12px
	1.4em = 14px
	1.6em = 16px
	1.8em = 18px
*/

body {
	font-size:10px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000;
}

*:first-child+html body { 
	font-family: "メイリオ","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}

* html body { 
	font-family: "メイリオ","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}

/*
==================================================================================

共通タグ

==================================================================================
*/

html,body{
	padding:0;
	margin:0;
}

div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,dl,dt,dd,table,th,td{
	padding:0;
	margin:0;
}

ul,ol {
	list-style:none;
}

img{
	border-width:0px;
}

hr{
	display:none;
}

/*
==================================================================================

画像の位置指定

==================================================================================
*/

.iright{
	float:right;
	padding:0px 0px 0px 0px;
}

.ileft{
	float:left;
	padding:0px 0px 0px 0px;
}

.icenter{
	text-align:center;
}

.tright{
	text-align:right;
}
