/* ----- top ----------------------------------------------- */

.top_st01 {
   width:510px;
   height:auto;
   margin:15px 0 0 0;
   padding:0;
}
.top_st01 .inner{
   width:508px;
   height:auto;
   padding:20px 0 10px 0;
   background:#f9faed;
   border-left:solid 1px #e0e0e0;
   border-right:solid 1px #e0e0e0;
}
.top_st01 .bottom{
   width:510px;
   height:5px;
   overflow:hidden;
   background:url('/img/area_02_btm.gif') no-repeat 0 0;
}
.top_st01 .inner .pict{
   position:relative;
   width:220px;
   padding:0 10px 60px 12px;
   float:left;
}
.top_st01 .inner .pict img{
   width:120px;
   height:90px;
   padding:4px 5px 5px 4px;
   background:url('/img/bg_img_01.gif') no-repeat 0 0;
   float:left;
}
.top_st01 .inner .pict .ps01{
   position:absolute;
   width:129px;
   height:99px;
   overflow:hidden;
   top:60px;
   left:101px;
   z-index:2;
}

.top_st01 .inner .text{
   width:250px;
   float:left;
}
.top_st01 .inner .text p{
   padding:2px 0;
   line-height:1.5em;
}


/* ------  shop info  ----------------------------------------- */

.shop_info {
   width:510px;
   height:auto;
   margin:15px 0 5px 0;
}

.shop_info h2{
   margin:0 0 5px 0;
   padding:0;
}

.shop_info .shop_info_inner{
   width:510px;
   padding:0;
}
.shop_info .shop_info_inner .shop_table{
   width:300px;
   padding:0 10px 0 0;
   float:left;
}
.shop_info .shop_info_inner .map{
   width:200px;
   float:left;
   text-align:right;
}

.shop_info .shop_info_inner .shop_table table{
   width:298px;
   border-left:solid 1px #efefef;
   border-right:solid 1px #efefef;
}
.shop_info .shop_info_inner .shop_table td,
.shop_info .shop_info_inner .shop_table th{
   border:0;
   line-height:1.4em;
   margin:0;
   padding:3px 6px;
   border-top:solid 1px #f9f9f9;
   border-bottom:solid 1px #e5e5e5;
}
.shop_info .shop_info_inner .shop_table th{
   background:#f1f1df;
   font-weight:normal;
   width:50px;
}
.shop_info .shop_info_inner .shop_table td{
   background:#ffffff;
}
.shop_info .shop_info_inner .shop_table td.cap{
   padding:0;
   background:#f0e157;
   border-bottom:solid 1px #dfd437;
}
.shop_info .shop_info_inner .map .mid{
   margin:3px 0 0 0;
   vertical-align:middle;
}


/* ----- news area ----------------------------------------- */

.news{
   width:510px;
   height:auto;
   margin:15px 0 0 0;
   padding:0;
}
.news .top{
   width:510px;
   height:5px;
   overflow:hidden;
   background:url('/img/area_01_top.gif') no-repeat 0 0;
}
.news .inner{
   width:508px;
   height:auto;
   background:#edf0ca;
   border-left:solid 1px #e0e0e0;
   border-right:solid 1px #e0e0e0;
}
.news .bottom{
   width:510px;
   height:5px;
   overflow:hidden;
   background:url('/img/area_01_btm.gif') no-repeat 0 0;
}
.news .news_entry{
   width:auto;
   margin:0;
   padding:5px 14px;
}
.news h2{
   margin:0 0 2px 0;
}
.news h3{
    width:100px;
    height:1em;
    padding:0 5px 8px 0;
    font-weight:bold;
    color:#069;
    font-size:12px;
    line-height:1.1em;
    float:left;
}
.news p{
    float:left;
    width:375px;
    margin:0;
    padding:0 0 8px 0;
    font-size:12px;
    line-height:1.1em;
}

.news p a,.news p a:visited{
    color:#036;
    text-decoration:none;
}
.news p a:hover{
    color:#09f;
    text-decoration:underline;
}

/* ----- flash area ---------------------------------------- */

#flash{
    width:570px;
    height:180px;
    margin:0;
    border-bottom:solid 1px #ebebd8;
}

