@charset "utf-8";
/* Safari対策 */
#safari {
}

/* MacIE 向け*/
@media screen,print{ 
body,td,tr {
	line-height: 1.3;
}
}

/* リセットスタイル */

html, body, div, span, aplet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: medium;
}
ol, ul, li {
	list-style: none;
}


/* Win IE 7向け */

*:first-child+html * {
	font-family: Meiryo, "メイリオ", sans-serif;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	border-width: 0px;
	border-style: none;
}

/* IE <br/> 対策  */
br{
	letter-spacing:0;
}

/* Firefoxスクロールバー対策  */
html{
    height:100%;
	overflow-y:scroll;
}
