@charset "UTF-8";
/* CSS Document */


/* ブラウザデフォルトスタイルの統一 */
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,adress,
ul,ol,limdl,dt,dd,
table,th,td,form,fieldset{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

img {
	border:0;
}

ol,ul{
	list-style:none;
	text-decoration:none;
}

a{
	font-style:normal;
	text-decoration:none;
}

body{
	font: 10.5px/1.231 arial, helvetica, clean, sans-serif; /*通常ブラウザは13px*/
	*fontsize: small;	/*IE全般はsmall*/
	*font: x-small; /*IE6/7後方互換モードはx-small*/
}

/*IE6以前でtableへフォントサイズ継承がうまくいかない問題を回避*/
table{
	font-size: inherit;
	font: 100%;
}

/*IE全般でpreやcodeの等幅フォントサイズが小さくなるのを回避*/
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size: 108%;
	line-height: 100%;
}

*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*IE7に対するフォントの種類*/
*:first-child+html *{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*IE6に対するフォントの種類*/
*html *{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



	

