@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  reset, body default settings
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,/*em,strong,*/th,var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight:normal;
}
img,abbr,acronym,fieldset {
	border: 0;
	font-variant:normal;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,textarea,select {*
	font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
del,ins {
	text-decoration:none;
}


/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	line-height: 1.6;
}
*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ","Meiryo";
}