@charset "utf-8";
/*==========================================================

Reset and Base Style Sheet
Last Update 2008-05-22
Copyright (c) 2008, Phiria System.,ltd. All rights reserved.

===========================================================*/
* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	letter-spacing: 0em;
}
body {
    font-size: small; /* IE 向け */
}
html>/**/body {
    font-size: 13px; /* モダンブラウザ向け */
}
body {
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	color: #333333;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-weight:inherit;
	font-style:inherit;
}
table, caption, tbody, tfoot, thead, tr, th, td {
 margin:0;
	padding:0;
	border:none;
	outline:none;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
 border-collapse:collapse;
}
img {
	vertical-align: bottom;
	border: none;
	margin: 0px;
	padding: 0px;
}


