@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f4f4f4;
}

#body_all {
	text-align: left;
	margin: 0 auto;
	width: 990px;
	min-height: 600px;
}

*html #body_all {
	height: 600px;
	width: 990px;	
}

#header {
	height: 100px;
	width: 990px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

*html #header {
	height: 100px;
}

#content_box {
	width: 990px;
	min-height: 600px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}

*html #content_box {
	height: 600px;
}

#switch {
	height: 50px;
	width: 100px;
	padding: 5px 0px 0px 657px;
	float: left;
}

*html #switch {
	height: 50px;
	width: 890px;	
}

#subtitle img {
	position: relative;
	top: 60px;
	left: 250px;
	width: 707px;
	z-index: 99;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff;
    opacity: 0.6;
    filter:alpha(opacity=60); /* IE's opacity*/
}

*html #subtitle img {
	position: relative;
	top: 50px;
	left: 230px;
	width: 725px;	
}

/* content */
#content_all {
	clear: both;
	height: 100%;
	width: 950px;
	background-image: url(../images/bamboo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu {
	width: 200px;
	float: left;
	margin: 113px 0px 30px 50px;
}

*html #menu {
	width: 180px;
	float: left;
	margin: 100px 0px 30px 25px;
}


#content {
	width: 450px;
	min-height: 400px;
	float: left;
	margin: 55px 0px 30px 0px;
	/*background-color: #ff0033;*/
}

*html #content {
	height: 400px;
	width: 450px;	
	margin: 20px 0px 30px 0px;	
}

/*#right {
	width: 200px;
	float: left;
	margin: -95px 20px 0px 0px;

}*/

* html #right {
	height: 600px;
}


#tipbox {
	height: 30px;
	float: left;
	padding-right: 20px;
}

#printbox {
	width: 30px;
	height: 30px;
	float: left;
}

#printbox a {
	color: #666; 
	width: 30px;	
}

* html #printbox a {

}

#footer_box {
	width: 925px;
	height: 54px;
	clear: both;
	color: #fff;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0px 0px 65px;
}

*html #footer_box {
	width: 990px;
	padding: 10px 0px 0px 65px;	
}

#footer {
	width: 730px;
	float: left;
}

#footer span.footer_02 {
	padding-left: 88px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.red {
	margin-left: 105px;
}

* html .red {
	margin-left: 87px;
}	

#footer span.red a:link {
	color: #c00034;
	text-decoration: none;
}

#footer span.red a:visited {
	color: #c00034;
	text-decoration: none;
}

#footer span.red a:hover {
	color: #c00034;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* iframe */

#frame {
  border: 0;
  width: 703px;
  height: 1200px;
} 

* html #frame {

}  
