/* CSS Document */

/* CSS Document */

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.boxmain {
	margin: 0 auto; /* center for now */
	
	background:url(../images1/body-r.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images1/head-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images1/head-l.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 1.2em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images1/body-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 5px 5px;
	text-align:center;
}
.boxhead h5 {
	background: url(../images1/head-l.jpg) no-repeat top left;
	margin: 0;
	padding:10px 10px 10px;
	color: #000000; 
	font-weight: bold; 
	line-height:1em;
	font-size: 10px; 
	
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxhead h4 {
	background: url(../images1/head-l.jpg) no-repeat top left;
	margin: 0;
	padding:0px 0px 0px;
	color: #000000; 
	font-weight: bold; 
	line-height:1em;
	font-size: 10px; 
	
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.tabhead {
	/*background: url(../images2/r.jpg) no-repeat top right;*/
	background-color: #A1A1A1;
	color:#ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}
.tabhead h2 {
	background: url(../images2/l.jpg) no-repeat top left;
	margin: 0;
	padding: 20px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 1.2em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}