
body{
	width: 730px;
	background-color: #ffffff;

	margin: 20px auto;
	text-align:center;
	font-size: 15px; 
	font-family: "MS UI Gothic","‚l‚r ƒSƒVƒbƒN","Osaka",monospace;

}

a{
	color: #0000ff;
	text-decoration: underline;
}
a:hover{
	color:#ff0000;
}

img{
	border: 0px;
}

p{
	margin: 0px;
	padding: 2px 4px;
}

/* ---------- header style ---------- */
#bodyheader{
	margin: 0px;
	padding: 0px 1px 0px 0px;
	width: 730px;
	height: 66px;
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-x;
	text-align:left;

	font-size: 13px;
	line-height: 20px;

}
#bodyheader #link{
	float:right;
	width: 554px;
	height: 18px;
	margin: 19px 0px 0px 0px;

	text-align:right;
}
#bodyheader p{
	padding:0px;
	float:left;
	text-align:center;
}
#bodyheader a{
	text-decoration:none;
}

#bodyheader #totop{
	margin: 0px;
	padding-left:15px;
	float:left;
	width: 152px;
	height: 65px;
}

#bodyheader #link a{
	display:block;
	padding: 0px 5px;
	border:1px solid #808080;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	text-decoration: none;
	background-color: #ffffff;
}
#bodyheader #link a:hover{
	text-decoration: none;
	background-color: #d0d0ff;
}

#bodyheader #link #link5{
	border-right: 1px solid #808080;
}

#bodyheader #link #link6{
	float:right;
	border-right: 1px solid #808080;
}

#bodyheader #submenu a{
	display:block;
	padding: 0px 5px;
	border:1px solid #808080;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	text-decoration: none;
	background-color: #ffffff;
}

#bodyheader #submenu p{
	line-height: 17px;
}
#bodyheader #submenu a:hover{
	background-color: #d0ffd0;
}

#submenu{
	height: 17px;
	position: relative;

	text-arign:center;
	padding:0px;
}
#submenu div{
	position: absolute;
	top: 0px;
	height: 17px;
	display: none;

}

#submenu #sub2{
	left: 260px;
	width: 400px;
}

#submenu #sub6{
	right: 0px;
	width:200px;
	padding: 0px;
}
#submenu #sub6 p{
	float: right !important;
}

/* ---------- footer style ---------- */
#bodyfooter{
	margin: 0px 0px 10px 0px;
	padding:0px;

	width: 730px;

	text-align:left;


}
#bodyfooter #fotbar{
	margin: 0px;
	padding: 0px;
	width: 730;
	height: 24px;

	color: #aeaeae;
	text-align: left;
	font-size: 10px;
	line-height: 10px;

	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
}

#bodyfooter p{
	padding: 0px 0px 4px 0px;
}
#bodyfooter p span{
	color: #6566ff;
}

#bodyfooter h1{
	margin: 10px 0px;
	text-align: left;

	color: #666666;
	font-size: 12px;
}


#bodyfooter h1 span{
	font-weight: normal;
}

#bodyfooter #fotleftbox{
	float: left;
	width: 240px;
	padding-left:20px;
	text-indent: -10px;
	font-size: 10px;
}

#bodyfooter #fotrightbox{
	float: left;
	width: 470px;
	font-size: 10px;

}
#bodyfooter #fotrightbox p{
	float:right;
}
#bodyfooter #fotrightbox a{
	margin-right: 10px;
}

#bodyfooter #fotbox {
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
}

#bodyfooter #fotbox a{
	margin-right: 10px;
}


#bodyfooter #fotbox #menucap{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}


#copyright{
	text-align: center;
	color: #000000;
	font-size: 12px;
}

/* ----------- mainbody style ---------- */

#main{
	text-align:left;
	margin: 10px auto;
}

