@charset "utf-8";
/* CSS Document　ブラウザーリセット2012.03- */

* { margin:0; padding:0;}
html {
	overflow-y: scroll;
}
img {
	border: 0;
	vertical-align:bottom;
	padding: 0px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:100%;
}
li {list-style-type: none;}
ul {list-style:none;}

a {
	overflow:hidden;
	color:#0B60B0;
	text-decoration: underline;
}
a:hover {
	color:#ff9900;
}
a img {
	border:none;
	outline:none;
}
a:focus {
	outline:none;
}
form {
  margin-bottom:0;
  margin-bottom:0;
}

/* ----------------------- Basic Style */

/* ------------ Font Style */

/*--- default01 IE8対応 フォントサイズ変更可 */

* html body {
	font-size: 82%;
	vertical-align: baseline;
} /* for lte ie6 */

*:first-child+html body {
	font-size: 82%;
} /* for ie7 */

html>/**/body {
	font-size: 82%;
} /* for ie8 */

html:not(:target) body {
	font-size: 140%;
} /* for modern browser not ie8 */

/*--- fireFoxバグ */
.foo, x:-moz-any-link { } /* FireFox 2 */
.foo, x:-moz-any-link, x:default { } /* FireFox 3 */
html>/**/body .foo, x:-moz-any-link, x:default { } /* Only FireFox 3 */
