/* import */
@import url(style_spot.css);
@import url(style_bott.css);

/* override */

/* for sub menu */
div.sidebar{
	position: absolute;
	top: 240px;
	z-index: 11;
}

/* style */

body{
	margin: 0px;
	padding: 0px 0px 50px 0px;
	text-align: center;
	background-color: #eeeeee;
	color: #333333;
	font-size: 10pt;
	line-height: 150%;
}
table{
	font-size: 10pt;
	line-height: 150%;
}
A:link,A:visited{
	color: #000099;
}
A:hover{
	color: #6666ff;
}

/* sitetitle */
h1{
	position: absolute;
	top: 0px;
	font-size: 1px;
	color: #eeeeee;
	z-index: -1;
}

/* access search */
img.accesssearch{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* deco tag */
i{
	color: #cc0000;
	font-weight: bold;
	font-size: 9pt;
}

/* centering */
div.back{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	z-index: 10;
}

/* background of header */
div.flashback{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}

/* for main contents */
div.main{
	padding-top: 15px;
	padding-bottom: 25px;
	width: 600px;
	text-align: left;
	z-index: 12;
	background-image: url(../simage/img_main_back.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

/* for index */

div.menu{
	background-image: url(../simage/img_menu_back.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	margin: 20px 0px 20px 0px;
}

div.menuhead{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
}

div.menudescription{
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 5px 15px;
	font-size: 8pt;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 0px 1px 0px;
}

div.menudetail{
	padding: 0px 10px 10px 10px;
}

div.content{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 0px 1px 0px;
}

div.contenthead{
	font-size: 11pt;
	font-weight: bold;
	margin: 5px 0px 3px 0px;
}

div.contenthead A:link,div.contenthead A:visited{
	color: #000099;
}
div.contenthead A:hover{
	color: #6666ff;
}

div.contentdetail{
	margin: 0px 0px 0px 5px;
}
