@charset "euc-jp";

/* リセット */

html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,a,address,em,img,s,strong,
dl,dt,dd,/*ol,*/ul,li,
fieldset,form,label,legend,
table,caption,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}


/*ol,*/ul {
	list-style:none;
}

a img{
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* html {
	overflow:scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x:scroll;
}*/

address,em {
	font-style:normal;
}

/* フォントサイズのリセット*/
body {
	font:0.9em arial,helvetica,clean,sans-serif; /*　通常ブラウザ　*/
	*font-size:small; /*　IE全般　*/
	*font:x-small; /*　IE6/7　後方互換モード　*/
}　

/*　IE6以前対策　
table {
	font-size:inherit;
	font:100%;
}*/

/* フォントの種類　*/

* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* IE7用　*/
*:first-child+html {
	font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*　IE6用　*/
* html * {
	font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*　IE8以下用　*/
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
　　display:block;
}