body {
	margin: 0;
	padding: 0;
	background:#cccccc;
}
	
#base {
	top:0;
	width:800px;
	height:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #666666;
}

h1 {	
	text-indent:-10000px;
}

.pagetop{
	width:776px;
	font-size:10px;
	color:#666666;
	text-align:right;
	margin-bottom:18px;
	clear:both;
}

.pagenavi{
	width:540px;
	font-size:10px;
	color:#666666;
	text-align:center;
	margin-bottom:18px;
	float:right;
	clear:both;
}

/*---------------------------header--------------------------------*/

#head_top{
	width:794px;
	height:15px;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	margin:0;
	padding:2px 0 2px 6px;
	background-color:#993333;
}

#header{
	width:800px;
	margin:0;
}

#pagetitle{
	width:800px;
	height:81px;
	float:left;
}

/*--------------------------- navi --------------------------------*/

#navi{
	left:0;
	width:800px;
	height:55px;
}
	
#navimenu{
	height:55px;
}

#navimenu ul{
	list-style-type:none;
	position:relative;
}

#navimenu li{
	position:absolute;
	top:0;
}

#navimenu a{
	display:block;
	height:55px;	
	position:absolute;
	margin:0 0 0 0;
}

#navi2,#navi3,#navi4,#navi5,#navi6{
	text-indent:-10000px;
}

#navi1 a{
	background:url(../image/navi.gif) 0 0;
	width:236px;
	height:55px;	
	left:0;
	text-decoration:none;
}

#navi1 a:hover{
	background:url(../image/navi.gif) 0 -55px;
}

#navi2 a{
	background:url(../image/navi.gif) -236px 0;
	width:90px;
	left:236px;
	text-decoration:none;
}

#navi2 a:hover{
	background:url(../image/navi.gif) -236px -55px;
}

#navi3 a{
	background:url(../image/navi.gif) -326px 0;
	width:110px;
	left:326px;
	text-decoration:none;
}

#navi3 a:hover{
	background:url(../image/navi.gif) -326px -55px;
}

#navi4 a{
	background:url(../image/navi.gif) -436px 0;
	width:125px;
	left:436px;
	text-decoration:none;
}

#navi4 a:hover{
	background:url(../image/navi.gif) -436px -55px;
}

#navi5 a{
	background:url(../image/navi.gif) -561px 0;
	width:114px;
	left:561px;
	text-decoration:none;
}

#navi5 a:hover{
	background:url(../image/navi.gif) -561px -55px;
}

#navi6 a{
	background:url(../image/navi.gif) -675px 0;
	width:125px;
	left:675px;
	text-decoration:none;
}

#navi6 a:hover{
	background:url(../image/navi.gif) -675px -55px;
}

/*-------------------------------------*/

#footer{
	width:782px;
	height:15px;
	padding:2px 9px;
	text-align:left;
	background-color:#993333;
	clear:both;
}

#footer p{
	font-size:10px;
}

#copy{
	width:788px;
	height:30px;
	text-align:right;
	padding-top:3px;
	padding-right:12px;
	background-color:#ffffff;
}

#copy p{
	font-size:10px;
	color:#666666;
}


/*--------------------------- text color --------------------------------*/

.txtwhite{
	color:#ffffff;
}

.txtaka{
	color:#993333;
}

.txtaka2{
	color:#ffffff;
	background-color:#cc0000;
}

.txtao{
	color:#6699ff;
}

/*--------------------------- bg color --------------------------------*/

.bgaka{
	background-color:#993333;
}

.bgaka2{
	background-color:#d89999;
}

