/* CSS Document */
#header {
	height: 121px;
	width: 802px;
	background-image: url(../img/header.gif);
	float: left;
	background-repeat: no-repeat;
}
#all {
	height: auto;
	width: 800px;
}
#main {
	float: left;
	height: 410px;
	width: 800px;
	background-color: #FFFFFF;
}
#naviback {
	background-color:#FFFFFF;
	height: 34px;
	width: 800px;
}
.glnavi {
	float:right;
	height: 34px;
	width: 136px;
}
.glnavi2 {
	float:left;
	height: 34px;
	width: 136px;
}


#bunn_box {
	height:auto;
	width: 800px;
	background-color:#333333;
	float: left;
}

#bunn {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-size:12px;
	color:#CCCCCC;
	height: auto;
	width:760px;
	margin-top: 30px;
	text-align: left;
	letter-spacing: 1px;
	margin-left: 15px;
	float:left;
}
#footer {
	height: 68px;
	width: 800px;
	float: left;
	background-image: url(../img/footer.gif);
}

.paddingtop {
    padding-top:4px;
	}
	
.color {
    color:#CCCCCC;
}

td {
    font-size:12px;
	color:#CCCCCC;
}

a:link {
        text-decoration:none;
        color:#FFFFFF;
		
}
a:visited {
         text-decoration:none;
		 color:#CCCCCC;
}
a:active {
         text-decoration:none;
		 color:#999999;
}
a:hover { 
         text-decoration:none;
		 color:#CCCCCC;
		 position:relative;
		 top:1px;
		 left:1px;
}

body{
cursor:url(01.cur);
}