/**************************************************
* Default style
**************************************************/
*{ margin:0; padding:0;}
body,table,tr,td,th
{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	/*font-size: 80%;*/
	font-size: 10pt;
}
/*--------------------------------------------------
-- html
--------------------------------------------------*/
html { height: 100%;}

/*--------------------------------------------------
-- body
--------------------------------------------------*/
body {
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
	background: #FFFFFF;
}

/*--------------------------------------------------
-- box
--------------------------------------------------*/
div.box{
	display: table-cell;
	vertical-align: top;
	height: 100%;
	width: 100%;
	text-align: center;
}
/*--------------------------------------------------
-- inner_box
--------------------------------------------------*/
div#inner_box {
	background: url(./images/wall.png);
	width: 800px;
	margin: auto;
	min-height: 570px;
	height: auto !important;
	height: 570px;
}

/* For IE6 */
*html div#inner_box {
	position:absolute;
	height: expression( document.getElementById("inner_box").offsetHeight+"px");
	/*top: 50%;*/
	left: 50%;
	/*margin-top: expression( "-"+document.getElementById("inner_box").offsetHeight/2+"px");*/
	margin-left: -400px;
}
/* For IE7 */
*:first-child+html div#inner_box {
	position:absolute;
	height: expression( this.clientHeight+"px");
	/*top: 50%;*/
	left: 50%;
	/*margin-top: expression( "-"+this.clientHeight/2+"px");*/
	margin-left: -400px;
}


/*--------------------------------------------------
-- logo
--------------------------------------------------*/
.logo {
	background: transparent;
	width: 251px;
	height: 74px;
	position: absolute;
}
.logo li {
	list-style-type: none;
}
.logo li a {
	margin-left: 24px;
	margin-top: 11px;
	display: block;
	width: 251px;
	height: 74px;
	background-image: url(http://zilconia.com/images/logo.png);
}

/*--------------------------------------------------
-- outline
--------------------------------------------------*/
.outline
{
	width: 638px;
	text-align: left;
	margin: 0px auto 0px auto;
}

/*--------------------------------------------------
-- div_centering
--------------------------------------------------*/
.div_centering
{
	margin-left:auto;
	margin-right:auto;
	_text-align:center;
}
