/* CSS Document */
*{
margin:0;
padding:0;
}
* html{
overflow:hidden
}

body{
 text-align:center;
}
* body {
  height: 100%;
  overflow: auto;
}

#wrapper{
 width:830px;
 margin-left:auto;
 margin-right:auto;

}

.left_b{
background:url(../img/left.jpg) repeat-y;
width:15px
}

.right_b{
background:url(../img/right.jpg) repeat-y;
width:15px
}

.left_bt{
background:url(../img/left_b.jpg) no-repeat;
width:15px;
height:15px;
}

.right_bt{
background:url(../img/right_b.jpg) no-repeat;
width:15px;
height:15px;
}

.bottom{
background:url(../img/bottom.jpg) repeat-x;
height:15px
}



#container{
 width:800px;
  background:url(img/b.gif) repeat-y;
  background-attachment:fixed;
  background-position:center;
    text-align:left;
}

 
/*メインメニューのロールオーバー*/ 
 
ul#mainmenu{
    list-style:none;
	margin:0px 0 15px 0px;
	_margin:-4px 0 0px 0px;

}
*+html body ul#mainmenu{
    list-style:none;
	margin:-4px 0 15px 0px;
}

ul#mainmenu li{
    list-style:none;
    float:left;
}
ul#mainmenu a{
    display:block;
}

#mainmenu a span{
    display:none;
}
a.menu1{
    background-image:url(../img/menu_01.gif);
	width:114px;
	height:33px;
}
a:hover.menu1{
background:url(../img/menu_01on.gif) no-repeat;
    width:114px;
	height:33px;
}
a.menu3{
    background-image:url(../img/menu_02.gif);
	width:114px;
	height:33px;
}
a:hover.menu3{
background-image:url(../img/menu_02on.gif);
    width:114px;
	height:33px;
}
a.menu4{
    background-image:url(../img/menu_03.gif); 
	width:114px;
	height:33px;
	
}
a:hover.menu4{
background-image:url(../img/menu_03on.gif);
    width:114px;
	height:33px;
}
a.menu5{
    background-image:url(../img/menu_04.gif);
	width:114px;
	height:33px;
}
a:hover.menu5{
background-image:url(../img/menu_04on.gif);
    width:114px;
	height:33px;

}
a.menu8{
    background-image:url(../img/menu_05.gif);
	width:114px;
	height:33px;
}
a:hover.menu8{
background-image:url(../img/menu_05on.gif);
    width:114px;
	height:33px;
}
a.menu7{
    background-image:url(../img/menu_07.gif);
	width:115px;
	height:33px;
}
a:hover.menu7{
background:url(../img/menu_07on.gif) no-repeat;
    width:115px;
	height:33px;
}
a.menu2{
    background-image:url(../img/menu_06.gif);
	width:115px;
	height:33px;
}
a:hover.menu2{
background:url(../img/menu_06on.gif) no-repeat;
    width:115px;
	height:33px;
}

a.menu6{
    background-image:url(../img/menu_08.gif);
	    width:114px;
	height:33px;
}
a:hover.menu6{
background:url(../img/menu_08on.gif) no-repeat;
    width:114px;
	height:33px;
}


h1{
padding:35px 0;
_padding:20px 0 35px 0;
}


#thumb{
width:740px;
margin:0 auto 40px auto;
text-align:left;

}

#thumb img{
margin:0 10px 5px 0;
}

#thumb img.none{
margin:0 0 5px 0;
}

#thumb h2{
color:#CCCCCC;
font-size:12px;
line-height:1.4;
padding:0 1px 20px 3px;
}


#right{
float:right;
text-align:left;
padding:0 30px 0 0 ;
}

#catalogue{
width:570px;
color:#FFFFFF;
font-size:12px;
line-height:1.4;
margin-bottom:30px;
}

#catalogue td.back{
background:url(img/back.jpg) repeat-y;
margin:0;
padding:0;
}

#catalogue td.btm{
background:url(img/back_b.gif) no-repeat;
width:570px;
height:9px;

}

#catalogue p{
padding:9px 22px 0 22px;
}

.bold{
font-weight:bold;
text-align:right;
padding-right:22px;
}



#left{
float:left;
padding:0 0 0 30px;
}

table#band{
width:135px;
}

#band td{
padding-bottom:15px;
}

/*リンク*/
a{
 text-decoration: none;
 }
 
a:link{
color:#FFFFFF;
}

a:visited{ 
color:#cccccc; 
}

a:hover{
color:#FFCC00;
}