@charset "utf-8";

/* ----------------------------------------------

	bowls / BEACH HOUSE STYLE
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("./parts/base.css");
@import url("./parts/layout.css");
@import url("./parts/module.css");
@import url("./parts/form.css");


/* general styles
---------------------------------------------- */

h3{
clear:left;
margin-top:30px;
}

div.bhImg{
float:left;
width:330px;
margin-top:20px;
}

div.bhMenu{
float:left;
width:350px;
height:500px;
margin-left:20px;
margin-top:20px;
}

div.bhMenu02{
float:left;
width:350px;
height:400px;
margin-left:20px;
margin-top:20px;
}

div#beachhouse2009 ul.beachhouseMenu{
width:350px;
clear:left;
margin-top:10px;
height:200px;
}



ul.beachhouseMenu li{
float:left;
width:110px;
margin-left:10px;
}

ul.beachhouseMenu li.firsttopic{
margin-left:0px;
}

ul.pdfDownload{
margin-top:10px;
}

ul.pdfDownload li{
background:transparent url(/img/beachhouse/icn_pdf.gif) no-repeat scroll 0 6px;
padding:5px 0 5px 30px;
}

p.leadTxt{
margin-top:20px;
margin-bottom:20px;
}


/* ----------------------------------------------

		hacks

---------------------------------------------- */

/* Clearfix
---------------------------------------------- */


div#contents div#boxHis ul li,
div#contents div#boxHis ul li div.detalHis,
div#contents div#boxIdea div#boxIdeaSize,
div#storyAbout ul.story_enjoy_list,
div#storyDonburi ul.story_enjoy_list2,
div#contents #storyEating,
div#contents #storyKnowledge,
div#contents #storyCreate{
		zoom: 1;/*for IE 5.5-7*/
}
div#contents div#boxHis ul li:after,
div#contents div#boxHis ul li div.detalHis:after,
div#contents div#boxIdea div#boxIdeaSize:after,
div#storyAbout ul.story_enjoy_list:after,
div#storyDonburi ul.story_enjoy_list2:after,
div#contents #storyEating:after,
div#contents #storyKnowledge:after,
div#contents #storyCreate:after{/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div#contents div#boxHis ul li,
* html div#contents div#boxHis ul li div.detalHis,
* html div#contents div#boxIdea div#boxIdeaSize,
* html div#storyAbout ul.story_enjoy_list,
* html div#storyDonburi ul.story_enjoy_list2,
* html div#contents #storyEating,
* html div#contents #storyKnowledge,
* html div#contents #storyCreate{
	display: inline-table;
	/*\*/display: block;/**/
}

