@charset "utf-8";

/* ------------------------------------------


Style Name: default.css
Since:      2009-11-10
Modified:   
Version:    1.0
Auther:     contryle


------------------------------------------*/


/*---------------------------


     common import print


-----------------------------*/


@import url("default.css");
@import url("style.css");

#header,#footer,#topmenu-container {
	display: none;
}

body { 
	zoom: 0.8;
	overflow: visible !important;
	background: #FFFFFF;
}

*html #a_main_bg {
	background: url(../../img/a_main_bg.gif);
	padding: 20px 20px 0px 20px;
	height: 520px;
	margin: 0px;
}

*+html #a_main_bg {
	background: url(../../img/a_main_bg.gif);
	padding: 20px 20px 0px 20px;
	height: 520px;
	margin: 0px;
}

#a_main_bg {
	background: url(../../img/a_main_bg.gif);
	padding: 20px 20px 0px 20px;
	height: 580px;
	margin: 0px;
}

#container900 {
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: left;
	width: 900px;
}


#footer-container {
	clear: both !important;
	background: #FFFFFF;
	margin-top: 0px;
}

.col {
	display: block;
	margin: 0px 0px 20px 0px;
	overflow: visible !important;
	height: 100%;
	clear: both;
}

