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

html{
  height:100%;
}

html>/**/body{
  overflow:-moz-scrollbars-vertical;
}

html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}

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, li{
	list-style: none;
	text-indent: 0px;
}

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*/
/*9pt-76%, 10pt-84%, 11pt-92%, 12pt-100%, 13pt-109%, 14pt-117%, 15pt-126%, 16pt-134%, 17pt-142%, 18pt-150%, 20pt-167%, 21pt-175%, 22pt-184%*/
body{
	font:12px "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
	color: #202929;
}

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

/*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 */

