@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------
	CSS Reset
-------------------------------------------- */

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td , img
{margin: 0;padding: 0;}
input, textarea{margin: 0;font-size: 100%;}
label { cursor: pointer;}
table{border-collapse: collapse;border-spacing: 0;font-size: 100%;}
fieldset, img{border: 0;}
address, caption, cite, code, dfn, em, 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{content:'';}
abbr,acronym {border: 0;}




/*-----------------------------------------------
clearfix
-----------------------------------------------*/
.clearfix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
/* exlude IE6 \*/
* html .clearfix{
	height: 1%
}
.clearfix {
	display:block;
}

/* for IE7 */
.clearfix{
	zoom:1;
}



/* ============================================
	IE Print
============================================ */
@media print {
	html,
	body {
		_zoom: 0.65 !important;
		font-family:'\30E1\30A4\30EA\30AA',Meiryo,'\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6f\20\57\36','\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6f\20\57\33','\48\69\72\61\67\69\6e\6f\20\4b\61\6b\75\20\47\6f\74\68\69\63\20\50\72\6f','\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',Verdana,Osaka,sans-serif !important;
		background:#003787;
	}
}


/* ============================================
	ハック
============================================ */

IE6のみ適用
* html body { }

IE7のみ適用
*:first-child+html body { }

IE6を除外（モダンブラウザ）
html > body { }

IE6、IE7を除外（モダンブラウザ）
html>/**/body { }

Operaに適用
*+html:first-child body { }

Safariに適用
/*\*/
html:\66irst-child { }
/* end */

Mac IE適用
body { /*\*//*/ ●●●●●●● /**/ }
