@charset "utf-8";

/* ----------------------------------------------

	bowls / RESERVE 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
---------------------------------------------- */

div#contents h4 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	background: url(/img/common/bdr_donburi.gif) repeat-x 0 100%;
}
div#contents div#cntMain h3 {
	margin: 0 0 20px;
}
div#contents p.exp {
	margin: 0 0 30px;
}

/* ----------------------------------------------

		LISTS

---------------------------------------------- */



/* ----------------------------------------------

		hacks

---------------------------------------------- */

/* Clearfix
---------------------------------------------- */


div#contents {
		zoom: 1;/*for IE 5.5-7*/
}
div#contents:after:after {/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div#contents {
	display: inline-table;
	/*\*/display: block;/**/
}

