/* 第二階層の各ページ用CSS */

div#main-content{
width: 870px;
margin: 0 auto 0 auto;
padding-right: 30px;
}

/*side-nav*/

dl#side-nav{
display: block;
float: left;
width: 193px;
height: 163px;
padding-left: 27px;
overflow: hidden;
}

dl#side-nav dt{
display: block;
width: 196px;
height: 28px;
overflow: hidden;
text-indent: -30em;
background:url("../img/subnav_bg_00.png") no-repeat;
}

dl#side-nav dd ul{
padding-left:5px;
list-style:none;
}

dl#side-nav dd ul li{
float:left;
width:191px;
height:27px;
background:url("../img/subnav_bg_01.png") no-repeat;
}

dl#side-nav dd ul li a{
line-height:27px;
padding-left:20px;
background:url("../img/subnav_bg_02.png") no-repeat 10px 50%;
text-decoration:none;
font-family:arial;
font-weight:800;
}

dl#side-nav dd ul li a.on,
dl#side-nav dd ul li a:hover{
color:#992401;
line-height:27px;
padding-left:20px;
background:url("../img/subnav_bg_03.png") no-repeat 10px 50%;
}

/*page-content*/

div#page-content{
float: right;
width: 625px;
}

div#page-content h2{
margin-bottom: 10px;
}

div#page-content p#page-top{
width: 625px;
padding: 40px 0 10px 0;
text-align: right;
font-size: 10px;
}

span.next-prev{
display: block;
width: 618px;
margin-left: 5px;
_margin-left: 2px;
text-align: right;
color: #7C6E65;
}

span.span-top{
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #CBB5A3;
}

span.span-bottom{
border-top: 1px solid #CBB5A3;
padding-top: 5px;
}

dl#news{
width: 618px;
padding-left: 5px;
}

dl#news dt{
display: block;
float: left;
width: 42px;
height: 16px;
margin-left: 5px;
_margin-left: 3px;
overflow: hidden;
text-indent: -300em;
font-size: 0px;
line-height: 0;
}

dl#news dd.date{
display: block;
float: left;
height: 15px;
width:70px;
padding-top: 1px;
padding-left: 10px;
color: #7C6E65;
}

dl#news dd.txt{
display: block;
float: left;
padding: 1px 0 10px 10px;
}

dl#news dt.recruit{
background-image: url("../img/ac_recruit.png");
}

dl#news dt.product{
background-image: url("../img/ac_product.png");
}

dl#news dt.shop{
background-image: url("../img/ac_shop.png");
}

dl#news dt.info{
background-image: url("../img/ac_info.png");
}

dl#news dt.others{
background-image: url("../img/spacer.gif");
}

dl#news dd.cutter{
display: block;
padding-bottom: 10px;
}

dl#news dd.cutter img{
display: block;
}







