@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;
}
.top_right {
	width: 100px;
	height: 21px;
   margin: 20px 0px 0px 10px;
   font-size:  12px;
}
/*  IE8用 */
html>/**/body .top_right {
   position: relative;
   left /*\**/: 800px\9;
   top /*\**/: -30px\9;
}
/*  Firefox用 */
html>/**/body .top_right {
   position: relative;
   top : -10px;
}

#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;
}

#left {
   width: 130px;
   margin-right: 2px;
   float: left;
   padding: 0px 5px 5px ;
   font-size: 14px;
   color: #666666;
}

* html #left {
   margin-right: 0px;
   padding: 0px 2px 5px ;
}

#left dt{
   width: 180px;
   height: 16px;
   padding: 2px 0px 0px 5px;
   margin-bottom: 3px;
   background-color: #FCFCFC;
}

#left dd{
   margin-bottom: 2px;
}

#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;
}
