@charset "shift_jis";
/*-------------------------------------------------
set
-------------------------------------------------*/
html {
	background-color: #BDD6D7;
}
body {
	height:100%;
	font-family: "‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace;
	margin: 0;
	padding: 0;
	color: #555555;
	background-color: #BDD6D7;
	font-size: 0.78em;
	line-height: 1.5em;
	letter-spacing: 1px;
}
/* for WinIE6*/
* html body {
	font-size: 0.78em;
	letter-spacing: 1px;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body {
	font-size: 0.78em;
	letter-spacing: 1px;
}
/* for WinIE8*/
*+html>/**/body body {
	font-size: 0.78em;
	letter-spacing: 1px;
}
/* win ff3.5 only \*/
html:not(:nth-child(n)) body, x:not(:target):-moz-system-metric(mac-graphite-theme) {
	font-size: 0.78em;
	letter-spacing: 1px;
}
/* win safari only \*/
body:first-of-type {
	font-size: 0.78em;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	letter-spacing: 0px;
	line-height: 1.7em;
}
/* for Mac safari \*/ 
html:\66irst-child body {
	font-size: 0.78em;
	letter-spacing: 0px;
	line-height: 1.7em;
}
/* win opera only \*/
body:not(\*|*) {
	font-size: 0.78em;
	letter-spacing: 0px;
}
/* for WinIE6backimg*/
* html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

