/* FontSizeSetting */
h1,h2,h3,h4,h5,h6,p,pre,button,caption,input,option,select,textarea,dl,ol,ul,table,tr,td,th,form,blockquote,dd,dt,address{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",osaka,Arial,Verdana,sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


/* LinkSetting */
A:link {text-decoration:none; color: #0068b6}
A:visited {text-decoration:none; color: #0068b6}
A:active {text-decoration:none; color: #729ab8}
A:hover {text-decoration:underline; color: #729ab8}


body {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

img{
	border: none;
}

#stage {
	background-image: url(../../images/bk.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}


#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}


/* clear—v‘f */
.cbox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cbox {display: inline-table;}

/* Hides from IE-mac \*/
* html .cbox {height: 1%;}
.cbox {display: block;}
/* End hide from IE-mac */
