@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 -

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

div#contents div#main p.description {
margin: 15px 0 0 15px;
}

div#contents div#main div.businessBox {
}

div#contents div#main div.businessBox h4,
div#contents div#main div.businessBox ul {
height: 0;
width: 0;
overflow: hidden;
}

div#contents div#main div#box01 {
height: 215px;
width: 647px;
margin-top: 25px;
margin-left: 15px;
background: url("../img/bg_business_01.png") top left no-repeat;
}

div#contents div#main div#box02 {
display: inline;
height: 261px;
width: 324px;
margin-left: 15px;
background: url("../img/bg_business_02.png") top left no-repeat;
float: left;
}

div#contents div#main div#box03 {
height: 261px;
width: 323px;
margin-bottom: 10px;
background: url("../img/bg_business_03.png") top left no-repeat;
float: left;
}

/* -- プリント用 -- */

div#contents div#main div.businessBox h4 {
margin-left: 15px;
font-weight: 700;
}

div#contents div#main div.businessBox ul {
margin-left: 15px;
}

div#contents div#main div.businessBox li {
padding-left: 15px;
background: url("../../files/img/common/icon_list_01.gif") left center no-repeat;
}

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

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 */