@charset "utf-8";
/* CSS Document */

.box01 .header {
	background-image:url(images/header.gif); 
	background-repeat:no-repeat; 
	background-position: top right;
}

.box01 .header h3 {
	padding:8px 10px; 
	margin:0 14px 0 0;
	background-image:url(images/header.gif); 
	background-repeat:no-repeat; background-position: top left;
	font-size:130%;
}

.box01 .content {
	background-image:url(images/content.gif); 
	background-repeat:repeat-y; 
	background-position:right;
}

.box01 .content .inner_content{
	margin:0 5px 0 0;
	padding:5px 8px;
	_padding-bottom:10px;
	background-image:url(images/content.gif); 
	background-repeat:repeat-y; 
	background-position:left;
	overflow:auto;
}

.box01 .footer {
	margin:0;
	padding:0;
	background-image:url(images/footer.gif); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	_position:relative;
	_top:-5px;
}

.box01 .footer .inner_footer{
	margin:0 14px 0 0;
	padding:0;
	height:14px;
	background-image:url(images/footer.gif); 
	background-repeat:no-repeat; 
	background-position:bottom left;
}