@charset "utf-8";

/********************************************
  ブラウザ間での差異のため各要素のリセット
  この項目は基本的に変更不可
********************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
	color:#333;
}
body {
	font:10px/1 "メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
* html body { font-size: medium; }
*:first-child+html body { font-size: medium; }
head~/* */body { font-size: medium; }
html:not(:target) body { font:10px/1; }
fieldset {
	border:0;
}
img {
	border: 0;
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,li,dt,dd,th,td,strong,em,span {
	font-size: 90%;
	font-style: normal;
}
ul,dl {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
table {
	border-collapse: collapse;
}
th,td {
	text-align: left;
	vertical-align: top;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
}

html, body {
	height: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	outline:none;
}
body a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
