/* CSS Document */

/* ------------------------------------ Center ------------------------------------ */
#center{
background-color:#fff;
}
#recruit{
padding:10px 10px 20px 15px;
}

#recruit p.nodata{
color:#856A57;
text-align:center;
padding:50px 0;
}
/* ------------------------------------ /Center ------------------------------------ */

/* ------------------------------------ Category Title ------------------------------------ */
.cate_title{
width:550px;
height:50px;
background-image:url(../img/bg_category.jpg);
background-repeat:no-repeat;
padding:12px 0 0 12px;
margin:10px 0;
clear:both;
}
.cate_title h3{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#fff;
}
.cate_title p{
font-size:12px;
color:#D1B9A7;
}
/* ------------------------------------ /Category Title ------------------------------------ */

/* ------------------------------------ SubCategory Title ------------------------------------ */
.sub_cate{
color:#856A57;
margin:15px 0 10px 0;
width:560px;
}
.sub_cate h4{
font-size:18px;
border-bottom:1px solid #856A57;
margin-bottom:5px;
color:#6A2E1C;
font-family:Arial, Helvetica, sans-serif;
padding-left:2px;
}
.sub_cate h4 span{
font-size:10px;
font-weight:normal;
color:#856A57;
font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}
.sub_cate p{
font-size:10px;
color:#856A57;
padding-left:3px;
}

/* ------------------------------------ /SubCategory Title ------------------------------------ */

/* ------------------------------------ List ------------------------------------ */
.rec_art{
width:560px;
padding:10px 0;
border-bottom:1px solid #DFD7D0;
}
.rec_art th{
text-align:left;
font-weight:normal;
border-right:3px solid #BEAEA0;
vertical-align:top;
}
.rec_art td{
vertical-align:top;
padding-left:10px;
}
.rec_art h4{
font-size:14px;
color:#6A2E1C;
margin-bottom:5px;
}
.rec_art h4 a{
color:#6A2E1C;
}
.rec_art p{
color:#856A57;
line-height:150%;
}
/* ------------------------------------ /List ------------------------------------ */

/* ------------------------------------ Detail ------------------------------------ */
.rec_detail{
}
.rec_detail table{
background-color:#D0C1B7;
}
.rec_detail th{
color:#856A57;
background-color:#E9E2DE;
padding:10px;
color:#6A2E1C;
}
.rec_detail td{
color:#856A57;
background-color:#fff;
padding:10px;
line-height:150%;
}
.rec_detail p{
line-height:150%;
margin-bottom:15px;
}
.rec_detail strong{
color:#6A2E1C;
}
.rec_detail span{
color:#6A2E1C;
}
/* ------------------------------------ /Detail ------------------------------------ */