/*@base */
body{
	background:#F9EBE1;
	color:#555555;
	font-size: 80%;
	#font-size:small;
	_font-size:small;
	text-align: center;
}

img{
	border:0;
}

a:link,
a:visited {
	color: #6B0000;
}
a:hover {
	text-decoration: none;
}

.clear{
	clear:both;
}

.hidden{
   	visibility:hidden;
}

.none{
	display:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

/* header */
.sptable{
	width:800px;
	border-collapse:collapse;	
}
.sphead{
	background:url(../image/global/headersp.gif) repeat-x;
}
.spmenu{
	background:url(../image/global/spmenu.gif) repeat-x;
}
.spmenu table{
	border-collapse:collapse;	
}
/* main */
.spmain{
	background:#FFF;
	text-align:left;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
/* footer */
#footer{
	clear:both;
	margin-top:50px;
	padding:10px 10px 30px 10px;
	text-align:left;
	width:780px;	
	background:#F4E3D9;
}
.footmenu{
	width:780px;	
}
.footmenu_rtd{
	text-align:right;
}
.footmenu_ltd{
	vertical-align:top;
	text-align:left;
}
#footer a:link,#footer a:visited {
	color: #4B4B4B;
}

