@charset"utf-8";

/*------------------------------------------------
import
------------------------------------------------*/

@import"import_new.css";


/*------------------------------------------------
幅指定（default:100%）
------------------------------------------------*/
#hs_wrapper{
width:215px;
height:644px;
}

/*------------------------------------------------
float指定（いらない場合は消してください）
------------------------------------------------*/

#hs_wrapper li{
float:left;
width:92px;
>width:99px;/* 7px増やす */
letter-spacing:0px;
}
/*------------------------------------------------
link
------------------------------------------------*/

a{
text-decoration:underline;
color:#cc3300;
/*color:#;*/
}
	
a:visited{
/*color:#;*/
}

a:hover{

}

a:active{

}


/*------------------------------------------------
#hs_wrapper
------------------------------------------------*/
#hs_wrapper{
background:url(/cafe/img/iframe/willbe/bg.png) no-repeat;
}


#hs_wrapper div.bar{
border-bottom:1px solid #ffcc66;
}

#hs_wrapper p.titlebar{
background:url(/cafe/img/bar.gif) repeat;
border:3px solid #ffffff;
line-height:24px;
>height:30px;
text-align:center;
font-weight:bold;
color:#333;
font-size:14px;
}

#hs_wrapper p.titlebar img{
margin:3px 5px 3px 0;
}

#hs_wrapper p.category{
clear:both;
padding:9px 5px 0 5px;
>padding:7px 5px 0 5px;
font-size:12px;
font-weight:bold;
}

#hs_wrapper p.category img.icon{
padding:0px 5px 5px 0;
>margin:0 5px 5px 0;
}

#hs_wrapper ul:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

#hs_wrapper ul{
/*padding:0 20px 0 10px;*/
margin:0 0 0 10px;
font-size:12px;
zoom:1;
}

#hs_wrapper li{
line-height:1.6;
/line-height:1.7em;
background:url(/cafe/img/check.gif) no-repeat 0 8px;
padding:0 0 0 10px;
}

#hs_wrapper p.sp{
clear:both;
text-align:right;
color:#a6a6a6;
padding:5px;
margin:5px 0 0 0;
font-size:12px;
}

