@charset "UTF-8";

body {
  	background-image: url(img/stripes.gif);
    background-repeat: repeat;
}
#board {
   width: 960px;
   margin: 0px auto;
   background-image: url(img/main_bg.jpg);
   background-repeat: repeat-y;
}


#top {
   width: 940px;
   height: 46px;
   margin: 0px auto 5px;
   background-image: url(img/header_bg.gif);
   background-repeat: no-repeat;
   padding: 5px 10px 0px;
   font-size:20px;
   color: #FFFFFF;
   font-weight: 900;

}
.top_title {
	width: 800px;
	height: 46px;
	 float: left;
}

#main {
   width: 960px;
   /*background-image: url(img/EAEAEA_main01.gif);*/
   background-repeat: repeat-y;
}
#main_fot {
   width: 960px;
   height: 2px;
   background-image: url(img/EAEAEA_main_fot.gif);
   background-repeat: no-repeat;
}

/* Firefox用 */
html>/**/body #main_fot {
   margin-top: -10px;
}

#login {
	width: 560px;
	height: 150px;
	padding-top: 100px;
	background-image: url(img/login_back.gif);
}



#font_decoration a{
	text-decoration: none;
}

#footer {
   width: 960px;
   height: 46px;
   margin: 5px auto 0px;
   background-image: url(img/fotter_bg.gif);
   background-repeat: no-repeat;
}

#float_cl {
   clear: both;
}
