@charset "UTF-8";
/*date:080401*/
/*reset css*/
html, body, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}



/*fonts.css*/
/*9pt-57%,10pt-63%, 11pt-69%, 12pt-75%, 13pt-82%, 14pt-88%, 15pt-94%, 16pt-100%, 17pt-107%, 18pt-113%, 19pt-119%, 20pt-125%, 21pt-132%, 24pt-150%, 26pt-163%*/
body {
	color: #303939;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	/**font-size: small;*/
	/**font: x-small;*/
}
* html body { 
  font-size: medium; /* IE 6 or sooner */
 }
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
select, input, textarea {
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
pre, code {
	font: 115% monospace;
	/**font-size: 100%;*/
}
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;
}
hr {
	display: none;
}


/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
	.clearfix {display: inline-block;} /* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;} /* End hide from IE-mac */

