body {
	padding : 0px 0px 0px 0px;
	margin : 10px 0px 0px 0px;
	font-family : Arial, Verdana, Helvetica, sans-serif;	
	font-size : .8em; /* 12 point */
	text-align: center; /* for IE */
	/*
	background-image : url(images/index/Background.gif);
	background-position : top left;
	background-repeat : no-repeat;
	*/
	background-color : #dddddd;	
}

#level0 {
	position : relative;
	left: auto;
	right: auto;	
	margin : 0 auto;
	width : 800px;
	text-align: left; /* counter body center */
	background-color : #dddddd;
	background-image : url(images/index_background.jpg);
	background-position : top left;
	background-repeat : no-repeat;
}

#box {
	padding : 5px;
	border : 1px solid #000000;
}

td.center {
	text-align : center;
}

td.left {
	text-align : left;
}

td.right {
	text-align : right;
}

/* search */

#common_search {
	position : absolute;
	top : 2px;	
	left : 576px;
	width : 220px;
	height : 38px;
	text-align : left;
	font-size : .9em;
	color : #656565;
}

span.common_search_text {
	color : #656565;
	font-size : .75em;
}

/* date */

#common_date {
	position : absolute;
	top : 50px;	
	left : 615px;
	width : 180px;
	font-size : .75em;
	color : #656565;
	text-align : right;
}

/* contents */
#common_contents {
	position : absolute;
	width : 800px;
	height : 472px;
}

/* footer */

#common_footer {
	position : relative;
	top : 0px;
	left : 0px;
	height : 22px;
	width : 800px;
	text-align : right;
	color : #aaaaaa;
	padding-top : 6px;
	padding-right : 10px;
}

#common_footer a {
	color : #666666;
	text-decoration : none;
	font-size : .65em;
	padding-right : 10px;
}

#common_footer a:hover {
	color : #cc0000;
	text-decoration : none;
}

#common_allrightsreserved {
	position : relative;
	top : 0px;
	left : 0px;
	height : 20px;
	width : 800px;
	text-align : center;
	font-size : .75em;
	color : #656565;
	padding-top : 15px;
}

/* tooltip */

.tooltip{
	width: 252px; color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
  background: url(images/tooltip_body.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 5px;color: #548912;
  background: url(images/tooltip_body.gif) no-repeat bottom}	



