/* FontSizeSetting */
body,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-size: small;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", osaka, Arial, Verdana, sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
}


/* LinkSetting */
A:link {text-decoration:none; color: #0000FF}
A:visited {text-decoration:none; color: #0000FF}
A:active {text-decoration:none; color: #0000FF}
A:hover {text-decoration:underline; color: #0080FF}


body {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#wrapper {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../images/body_bg.gif);
	background-repeat: repeat-y;
}

#stage {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F6F6F6;
	border-left-color: #F6F6F6;
}



/* 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 */

