@charset "shift_jis";



/* ---------------------------------------------------------------- *
	cssのリセット
 * ---------------------------------------------------------------- */

html, body,
h1, h2, h3, h4, h5, h6,
p, address, hr, img,
ul, li, ol, dl, dt, dd,
th, tr, td caption,
form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, address,
ul, li, ol, dl, dt, dd,
th, tr, td, caption {
	font-style: normal;
	font-weight: normal;
	/*font-size: 100%;
	line-height: 100%;*/
}

ul, li, ol { list-style: none;}

th, caption { text-align: left;}

hr {
	border-style: none;
	border-width: 0px;
}

strong, b {	font-style: normal;}



/* ---------------------------------------------------------------- *
	styles for print media
 * ---------------------------------------------------------------- */

@media print{

* html body {
   zoom: 90% /* WinIE6 only */
}

* html body img {
   zoom: 99%; /* WinIE6 only */
}

*+html body img {
   zoom: 99%; /* WinIE7 only */
}

#header,
#footerMenu,
#footer {	display: none;}

}

