@charset "euc-jp";

/* ------------------------------ *
	container
 * ------------------------------ */
div.body { width: 1250px; position: relative; padding-left: 10px; }

div.main { width: 1010px; float: left; position: relative; }
div.aside { width: 230px; float: right; position: relative; }
div.footer { width: 1190px; border-top: 2px solid #bfcae4; position: relative; padding: 30px 30px 0; margin: 30px 0; }

div.header { width: 1010px; position: relative; margin-bottom: 15px; }
div.header.navless { border-bottom: 2px solid #99abd3; padding-bottom: 5px; }

div.contents { width: 640px; float: right; position: relative; }
div.main > div.wrapper > div.extras { width: 360px; float: left; position: relative; }

/* single pane */
body > div.body.single { width: 1004px; }
body > div.body.single div.main { width: 1004px; float: none; }
body > div.body.single div.footer { width: 944px; }
body > div.body.single div.header,
body > div.body.single div.header-elements { width: 1004px; }
body > div.body.single div.contents { width: 1004px; float: none; }

/* 2 pane (single main & aside) */
div.main.single div.contents { width: 1010px; float: none; }
div.main.single > div.wrapper > div.extras { display: none; }

/* for Cadetto Top */
body.cadetto.top div.body { width: 1000px; padding-left: 0; }
body.cadetto.top > div.body { margin-left: 10px; }
body.cadetto.top div.main { width: 1000px; float: none; }
body.cadetto.top div.footer { width: 940px; }
body.cadetto.top div.header { width: 1000px; }
body.cadetto.top div.contents { width: 1000px; float: none; }



