@charset "Shift_JIS";

/*--- Basic ---
----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS pro W3", Osaka, sans-serif;
	line-height: 140%;
	color: #333;
}
em, strong{	font-style: normal;}
ul,li,ol{	list-style: none;}
hr{	display: none;}
iframe{	background: #FFF;}
a{	text-decoration: underline; color: #63A021;}
a:hover{ text-decoration: none;}
a img {	border: none;}



/*--- Full Flash
----------------------------------------------------------------------------*/

/* hide from ie on mac \*/
html{
	height: 100%;
	overflow: hidden;
}
#main{
	height: 100%;
}
/* end hide */

body.flash{
	height: 100%;
	background-color: #FFF;
}



/*--- Error ---
----------------------------------------------------------------------------*/

body#error, body#error #container{
	background: #000;
	height: 100%;
}
body#error h1{
	font-size: x-small;
	color: #FFF;
	font-weight: normal;
}

