@charset "utf-8";

/*------------------------------------------------------------------------------
Nishimura Rihee Shoten - CSS Modules Import
Date: 2008-06-30
Copyright (C) Nishimura Rihee Shoten. All Rights Reserved.
------------------------------------------------------------------------------*/


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

Redefine - contents

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

div#contents {
}


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

Redefine - contents - main

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

div#contents div#main h3 {
margin-left: 9px;
}


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

Redefine - contents - main -

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



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

ClearFix

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

/* modern browsers */

div#contents div#main:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


/* IE7 */

div#contents div#main {
display: inline-block;
}

/* legacy IE */

* html div#contents div#main {
height: 1%;
}

div#contents div#main {
display: block;
}

/* End of ClearFix */