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

/* Reset
----------------------------------------------------*/

html {
	font-size: 16px;
	/**/
	font-size: 75%;	/**/
}
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;
}
table, th, td {
	font-size: 100%;
	border-collapse:collapse
}
caption, th {
	text-align: left;
	font-weight: normal;
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
ul, li {
	list-style-type: none;
}
img, a img {
	border:none;
	background:transparent;
	vertical-align:bottom;
}
/*--- default */
body {
	color: #333333;
	font-family: verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
 	background-image: url(../img/body_bg.gif);
	background-repeat: repeat;
	background-position: center top;
	line-height: 2em;
}
*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ", "Meiryo";
}

