﻿/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
/*mainbox css*/
.mainbox {
	margin: 0 auto 10px; 
	width: 450px; 
	font-size: 100%;
}
.mainbox .boxhead {
	background: transparent url(../images/boxheading2.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.mainbox .boxhead h2 {
	margin: 0;
	padding: 14px 280px 12px 5px;
	color: #333333; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}
.mainbox .boxbody {
	margin: 0;
	padding: 5px 30px 31px;
	background-color: #ffffff;
}
.mainbox .boxfoot {
	height: 17px;
	width: 450px;	
	background: transparent url(../images/boxbottom2.gif) no-repeat bottom left;
}
/*sidebox css*/
#right .banner{display:none}
.sidebox {
	margin: 0 auto 10px; 
	width: 200px; 
	font-size: 100%;
}
.sidebox .boxhead {
	background: transparent url(../images/boxheading2.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: left;
}
.sidebox .boxhead h2 {
	margin: 0;
	padding: 15px 1px 12px 27px;
	color: #333333; 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 1em;
}
.sidebox .boxbody {
	margin: 0;
	padding: 5px 10px 5px;
	background-color: #ffffff;
}

.sidebox .boxfoot {
	height: 17px;
	width: 200px;
	background: transparent url(../images/boxbottom.gif) no-repeat bottom left;
}
/*simplebox css*/
.simplebox { 
	margin: 0 auto 10px; 
	width: 450px;	
}
.simpleboxtop {
	height: 10px;
	width: 450px;
	overflow: hidden;
} 
.simpleboxtopleft { 
	height: 10px;
	width: 10px;
	background: transparent url(../images/nw.gif) no-repeat top right; 
	float: left;
}
.simpleboxtopcenter { 
	background-color: #ffffff; 
	float: left;
	height: 10px;
	width: 430px;
}
.simpleboxtopright { 
	height: 10px;
	width: 10px;
	background: transparent url(../images/ne.gif) no-repeat top left; 
	float: left;
}
.simpleboxbottom {
	height: 10px;
	width: 450px;
	overflow: hidden;
} 
.simpleboxbottomleft { 
	height: 10px;
	width: 10px;
	background: transparent url(../images/sw.gif) no-repeat top right; 
	float: left;
}
.simpleboxbottomcenter { 
	background-color: #ffffff; 
	float: left;
	height: 10px;
	width: 430px;
}
.simpleboxbottomright { 
	height: 10px;
	width: 10px;
	background: transparent url(../images/se.gif) no-repeat top left;
	float: left; 
}
.simpleboxcontent {
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
}


