@charset "UTF-8";
/*date:080215*/
/*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, li {
	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;
}
/*fonts.css*/
/*9px-0.56em,10px-0.63em,12px-0.75em,14px-0.88em,16px-1em,18px-1.13em,21px-1.31em,24px-1.5em,32px-2em,36px-2.25em,42px-2.63em,48px-3em,54px-3.38em*/
body {
	color: #101919;
	font: 13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 _font-size: x-small;
}

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

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

select, input, textarea {
	font: 99% "Lucida Grande", Lucida, Verdana, sans-serif;
}
pre, code {
	font: 115% monospace;
 *font-size: 100%;
}
a, a:link, a:active, a:visited {
	color: #003388;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #000;
	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 */
