/* 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:auto;
	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;
}

#new  {
    width:170px;
	height:260px;
	float:left;
	margin-left:22px;
	margin-top:45px;
	background-image:url(../img/newbg.gif);
}

#bunn {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 13px;
	color:#FFFFFF;
	height: auto;
	width: 480px;
	margin-top: 30px;
	text-align: left;
	letter-spacing: 1px;
	margin-left:150px;
}

#bunn2 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 10px;
	color:#FFFFFF;
	height: auto;
	width: 480px;
	margin-top:50px;
	margin-bottom:30px;
	text-align: left;
	letter-spacing: 1px;
	margin-left:150px;
}

#bunn3 {
    font-family:"ＭＳ Ｐゴシック";
	font-size:12px;
	color:#FFFFFF;
	height:auto;
	width:480px;
	margin-top:20px;
	text-align:left;
	letter-spacing:1px;
	margin-left:150px;

}

#bunn4 {
    font-family:"ＭＳ Ｐゴシック";
	font-size:12px;
	color:#FFFFFF;
	height:auto;
	width:480px;
	margin-left:150px;
	text-align:left;
	letter-spacing:1px;
	margin-top:20px;
}

#bunn5 {
    font-family:"ＭＳ Ｐゴシック";
	font-size:12px;
	color:#FFFFFF;
	height:auto;
	width:480px;
	margin-left:150px;
	text-align:left;
	letter-spacing:1px;
	margin-top:20px;
}

#footer {
	height: 68px;
	width: 800px;
	float: left;
	background-image: url(../img/footer.gif);
}

td {
		color:#CCCCCC;
		font-size:9pt;
}
 
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{scrollbar-arrow-color:#bebebe; 
　　 scrollbar-face-color:#bebebe;
　　 scrollbar-highlight-color:black; 
　　 scrollbar-3dlight-color:black;
　　 scrollbar-track-color:white;
　　 scrollbar-shadow-color:black;
　　 scrollbar-darkshadow-color:black;
     cursor:url(01.cur);

}