/* CSS Document */
body {
	background-image:url(../_images/bg.jpg);
	font-family:Tahoma;
	font-size:11px;
	height:100%;
	margin:0px;
	padding:0px;
}
html {
	height:100%;
}
/* NAVI */
a {outline: none;}

#div_navi a:link {
	width:100%;
	color:#59483f;
	display:block;
	line-height:20px;
	text-align:right;
	text-decoration:none;
}
#div_navi a:visited {
	width:100%;
	color:#59483f;
	display:block;
	line-height:20px;
	text-align:right;
	text-decoration:none;
}
#div_navi a:hover {
	width:100%;
	color:#d7cf9e;
	background-image:url(../_images/bg_navi_hover.jpg);
	display:block;
	line-height:20px;
	text-align:right;
	text-decoration:none;
}
.new {
	color:#cf1e00;
	font-weight:bold;
}
/* IMAGE */
#img_logo {
	padding-bottom: 5px;
}
/* BACKGROUND */
/* TABLE */
#tb_main {
	height:100%;
	width: 1047px;
}
#td_main {
	height: 354px;
	width:100%;
	vertical-align:middle;
}
/* DIV */
#div_content {
	height: 354px;
	width: 831px;
	background-image:url(../_images/bg_site.jpg);
	padding:5px;
	float:left;
	overflow:hidden;
}
#div_navi {
	height: 348px;
	width: 173px;
	margin-left:10px;
	background-image:url(../_images/bg_site.jpg);
	padding:8px;
	float:left;
	overflow:hidden;
}
/* ABOUT */
#div_about {
	height: 354px;
	width: 831px;
	top: 0px;
	left: 0px;
	color: #d7cf9e;
	background-color:#000000;
	vertical-align:top;
}
.img_about_logo {
	padding-right: 10px;
	padding-bottom: 10px;
}
.td_about {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align:center;
	vertical-align:middle;
}

/* TOOLTIP */
#tt {position:absolute; display:block; background:url(../_images/tooltip/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../_images/tooltip/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#c63e00; color:#d7cf9e}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../_images/tooltip/tt_bottom.gif) top right no-repeat; overflow:hidden}