@charset "utf-8";
/* CSS Document */

/*list*/
div#contents div.flame {
width:375px;
height:auto;
margin:10px 0px;
padding:10px;
overflow:hidden;
background:#ddd;
float:left;
}

div#contents div#margin {margin-left:10px;}

div.flame div {
margin:0px;
padding:10px;
height:auto;
overflow:hidden;
background:#fff;
}

div.flame div a {
display:block;
margin:0px auto 0px auto;
width:335px;
height:50px;
border-bottom:1px solid #ccc;
text-indent:-9999px;
}

div.flame div a.hotel {background:url(../images/okinawa/hotel.gif) no-repeat;}
div.flame div a:hover.hotel {background:url(../images/okinawa/hotel_o.gif) no-repeat;}

div.flame div a.diving {background:url(../images/okinawa/diving.gif) no-repeat;}
div.flame div a:hover.diving {background:url(../images/okinawa/diving_o.gif) no-repeat;}

div.flame div a.farm {background:url(../images/hokkaido/farm.gif) no-repeat;}
div.flame div a:hover.farm {background:url(../images/hokkaido/farm_o.gif) no-repeat;}

div.flame div a.travel {background:url(../images/osaka/travel.gif) no-repeat;}
div.flame div a:hover.travel {background:url(../images/osaka/travel_o.gif) no-repeat;}

div.flame div a.restaurant {background:url(../images/osaka/restaurant.gif) no-repeat;}
div.flame div a:hover.restaurant {background:url(../images/osaka/restaurant_o.gif) no-repeat;}

div.flame div a.education {background:url(../images/au/education.gif) no-repeat;}
div.flame div a:hover.education {background:url(../images/au/education_o.gif) no-repeat;}


div.flame div p {
display:block;
margin:10px auto 0px auto;
width:330px;
height:115px;
}

div.flame div p img {
width:160px;
height:115px;
margin:0px;
float:left;
}

div.flame div p img.margin {margin-left:10px;}

/*list2*/
div#contents div.flame2 {
width:780px;
height:auto;
margin:10px 0px;
padding:10px;
overflow:hidden;
background:#ddd;
}

div#contents div#margin {margin-left:10px;}

div.flame2 div {
margin:0px;
padding:10px;
height:auto;
overflow:hidden;
background:#fff;
}

div.flame2 div a {
display:block;
margin:0px auto 0px auto;
width:670px;
height:50px;
border-bottom:1px solid #ccc;
text-indent:-9999px;
}

div.flame2 div a.hotel2 {background:url(../images/kyoto/hotel.gif) no-repeat;}
div.flame2 div a:hover.hotel2 {background:url(../images/kyoto/hotel_o.gif) no-repeat;}

div.flame2 div.img {
width:670px;
height:50px;
margin:0px auto 0px auto;
}

div.flame2 div p {
display:block;
margin:10px auto 0px auto;
width:670px;
height:115px;
}

div.flame2 div p img {
width:160px;
height:115px;
margin-left:10px;
float:left;
}

div.flame2 div p img.margin {margin:0px;}


