@charset "UTF-8";
/*reset css*/
* {
	margin: 0;
	padding: 0;
}

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;
}

a, a:link, a:active, a:visited {
	color: #003355;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #000000;
	border: none;
	background-color: transparent;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
}

abbr, acronym {
	border: 0;
}



/*fonts.css*/
/*10pt-77%, 11pt-85%, 12pt-92%, 13pt-100%, 14pt-107%, 15pt-114%, 16pt-122%, 17pt-129%, 18pt-136%, 20pt-152%, 21pt-159%, 24pt-182%, 25pt-189%, 26pt-197%*/
body {
	font:13px "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
	color: #000000;
}

table {
	font-size: inherit;
	font: 100%;
}

select, input, textarea {
	font: 99% "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}

pre, code {
	font: 115% monospace;
	*font-size: 100%;
}

hr {
	display: none;
}
