@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "lightbox.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/* 
/* 汎用要素スタイル
/* ├ a
/* ├ table
/* ├ title
/* ├ p
/* └ div
/*  
/* 汎用classスタイル 
/* ├ image
/* ├ text,font
/* ├ gotop
/* └ banner
/*  
==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
}
* html body {
	font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif;
}

/* 汎用要素スタイル
-------------------------------------------------------*/

/* ========================= a */
a {
	color: #5FB81F;
}
a:hover,
a:active {
	color: #f96; text-decoration: none;
}

/* ========================= table */
#content table {
	width: 580px;
	background: #83D549;
	border-collapse: separate;
	border-spacing: 1px;
}
#content th,
#content td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}
#content th {
	width: 25%;
	background: #EAF8E0;
	border: 1px solid #fff;
	font-weight: normal;
}
#content td {
	border: none;
	background: #fff;
}

/* ========================= title */
#content h3 {
	margin: 30px 0 15px;
}
#content h4,
#content h5 {
	margin: 20px 0 10px;
}
#content h3.firstChild,
#content h4.firstChild,
#content h5.firstChild {
	margin-top: 0;
}
#content h4.stiBg,
#content h5.stiBg {
	padding: 0 10px;
	background: url(../images/common/sti_bg.gif) no-repeat top left;
	line-height: 38px;
	font-size: 114%;
	font-weight: bold;
	color: #83D448;
}
#content h5.adviceTi {
	margin-top: 0;
}

/* ========================= p */
#content p {
	margin: 0 0 1em;
}
#content p.last {
	margin-bottom: 0;
}
#content p.headCopy {
	margin: 20px auto;
	text-align: center;
}

/* ========================= div */
.section {
	overflow: hidden;
	margin: 0 10px;
	_zoom: 1;
}
.explanationBox {
	padding: 10px;
	background-color: #FFFFCC;
	zoom: 1;
}
.explanationBox:after {
	content:'';display:block;clear:both;
}

/* 汎用classスタイル
-------------------------------------------------------*/

/* ========================= image */
img {
	vertical-align: bottom;
}
#content .imgL {
	float: left;
	margin: 0 15px 0 0;
}
#content .imgLbtm {
	float: left;
	margin: 0 15px 15px 0;
}
#content .imgR {
	float: right;
	margin: 0 0 0 15px;
}
#content .imgRbtm {
	float: right;
	margin: 0 0 15px 15px;
}
#content .summaryImg {
	margin: 1em 0;
}


/* ========================= text,font */
.emphasis {
	color: #CC0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#content p.defList,
#content .defList li,
#content .defList dt {
	padding-left: 15px;
	background: url(../img/common/icon.gif) no-repeat 0 5px;
}
#content .defList dd {
	padding-left: 15px;
}

#content p.attention,
#content .attention li,
#content .attention dt {
	padding-left: 15px;
}
#content .attention dd {
	padding-left: 15px;
}


/* ========================= gotop */
p.gotop {
	clear: both;
	text-align: right;
	font-size: 0;
}
p.gotop2 {
	margin-top: 20px;
	text-align: right;
	font-size: 0;
}


/* ========================= list */
ul.burette li {
	margin-left: 1em;
	list-style: disc;
}
ul.iconList {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.iconList li {
	padding-left: 15px;
	background: url(../images/common/icon_list.gif) no-repeat 0 5px;
}


/* ========================= banner */
#content .contentBnr {
	margin-top: 20px;
	text-align: center;
}
ul.footBnr {
	margin-top: 30px;
	zoom: 1;
}
ul.footBnr:after {
	content:'';display:block;clear:both;
}
ul.footBnr li {
	float: left;
	margin-bottom:10px;
}
ul.footBnr li.lastChild {
	float: right;
}


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	overflow-y: scroll;
	background: none;
}

body {
  background: url(../images/common/body_bg.gif) top repeat-x;
	color: #333;
	text-align: center;
}
#wrapper {
	width: 890px;
	margin: 0 auto;
}
#main {
	width: 890px;
	margin: 0 auto;
	text-align: left;
}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	position: relative;
	width: 890px;
	height: 280px;
	background: url(../images/common/header_bg.jpg) no-repeat bottom left;
	text-align: left;
}

/*  ========================= general */
#header h1,
#header #logo,
#header #guideNav,
#header #globalNav,
#header #headInfo,
.header_ul {
	position: absolute;
}

/*  ========================= h1 */
#header h1 {
	top: 7px;
	left: 0;
	font-size: 140%;
	line-height: 1.5;
}

/*  ========================= logo */
#header #logo {
	top: 25px;
	left: 3px;
}

/*  ========================= guideNavi */
#header ul#guideNav {
	top: 7px;
	right: 0;
	zoom: 1;
}
#header ul#guideNav:after {
	content:'';display:block;clear:both;
}
#header ul#guideNav li {
	float: left;
	padding-left: 19px;
}

/*  ========================= globalNavi */
#header ul#globalNav {
	top: 0;
	left: 0;
	width: 890px;
	height: 45px;
}
#header ul#globalNav li {
	float: left;
}

/*  ========================= headInfo */
#header #headInfo {
	top: 24px;
	right: 0;
}

/*  ========================= h2 */
#header h2 {
	position: absolute;
	top: 159px;
	left: 0;
	font-size: 100%;
}

/*  ========================= headInfo */
#header .header_ul {
	top: 65px;
	right: 1px;
}

* html #header .header_ul {
	top: 60px;
	right: 1px;
}

*+html #header .header_ul {
	top: 57px;
	right: 1px;
}


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	margin-top: 30px;
	padding-top: 60px;
	padding-bottom: 30px;
	background: #EBF3D1 url(../images/common/footer_bg.gif) repeat-x top;
	width: 100%;
}
#footer #copyright {
	text-align: center;
	color: #026443;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#nav {
	float: left;
	width: 270px;
	margin-bottom: 20px;
}

#nav #navTop li {
	margin-bottom: 10px;
}

/*  ========================= localnavi */
#localNav dl,
#localNav ul {
	margin-bottom: 10px;
}
#localNav dl dd {
}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
#content {
	float: right;
	width: 600px;
	margin-bottom: 20px;
	font-size: 140%;
	text-align: left;
	line-height: 1.7;
}


/* 01 index
------------------------------------------------------------------------*/
#indexPage #header {
	height: 70px;
	background-image:url(../images/common/header_bg2.gif);
	margin-bottom:0px;
	background-position: bottom;
}
#indexPage #header #indexHeadInfo {
	position: absolute;
	top: 122px;
	left: 5px;
}
#indexPage #header #indexHeadPresent {
	position: absolute;
	top: 360px;
	left: 29px;
}
#indexPage p.toph2 {
	margin-bottom: 10px;
	padding: 0;
}
#indexPage p.tiProblem {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#indexPage .pickupList {
	zoom:1;
}
#indexPage .pickupList:after {
	content:'';display:block;clear:both;
}
#indexPage .pickupList li {
	float: left;
	margin-right: 10px;
}
#indexPage .pickupList li.lastChild {
	float: right;
	margin-right: 0;
}
#indexPage .problemList {
	zoom: 1;
}
#indexPage .problemList:after {
	content:'';display:block;clear:both;
}
#indexPage .problemList li {
	float: left;
}
#indexPage .indexFootLink {
	margin-top: 20px;
	zoom: 1;
}
#indexPage .indexFootLink:after {
	content:'';display:block;clear:both;
}
#indexPage .indexFootLink li {
	float: left;
	margin-right: 10px;
}
#indexPage .indexFootLink li.lastChild {
	float: right;
	margin-right: 0;
}

#indexPage #content p.h4{
	margin: 20px 0 10px;
}
#indexPage #content p.stiBg {
	background: url(../images/common/sti_bg.gif) no-repeat top left;
	line-height: 38px;
	font-size: 114%;
	font-weight: bold;
	color: #83D448;
	margin: 20px 0 10px;
	padding: 0 10px;
}



/* 02 solution
------------------------------------------------------------------------*/
#solutionPage #content table th {
	width: 35%;
}


/* 03 solution/sick
------------------------------------------------------------------------*/


/* 04 solution/material
------------------------------------------------------------------------*/
#materialPage #content table th {
	text-align: center;
}
#materialPage #content table th.place {
	width: 14%;
}
#materialPage #content table th.item {
	width: 28%;
}
#materialPage #content table th.chemical {
	width: 35%;
}
#materialPage #content table th.souken {
	width: 23%;
	background-color: #FFF0F0;
	color: #ff0000;
}
#materialPage .faqList {
	margin-bottom: 20px;
	background: url(../images/material_faq_bg.gif) repeat-y top right;
}
#materialPage .faqList dt {
	padding-top: 25px;
	padding-left: 50px;
	padding-bottom: 10px;
	background: #fff url(../images/material_q.gif) no-repeat left 20px;
	font-weight: bold;
}
#materialPage .faqList dt.firstChild {
	margin-top: 0;
}
#materialPage .faqList dd {
	padding: 10px 10px 10px 60px;
	background: url(../images/material_a.gif) no-repeat top left;
	zoom: 1;
}
#materialPage .faqList dd:after {
	content:'';display:block;clear:both;
}
#materialPage ul.qa li{
	background:url(../images/material_q02.gif) no-repeat top left;
	padding:0 0 0 35px;
	margin:5px 0;
}

/* 05 solution/healthy
------------------------------------------------------------------------*/
#healthyPage #content table {
	margin-bottom: 30px;
}
#healthyPage #content table.firstChild {
	margin-top: 30px;
}

/* 06-08 type
------------------------------------------------------------------------*/
.caseBox {
	margin: 0 50px;
	width: 500px;
}
.caseBox .inner {
	margin-bottom: 10px;
	zoom: 1;
}
.caseBox .inner:after {
	content:'';display:block;clear:both;
}
#content .adviceTable th {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.caseBox .lineBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/common/line.gif) no-repeat bottom center;
	zoom: 1;
}
.caseBox .lineBox:after {
	content:'';display:block;clear:both;
}


/* 06 type
------------------------------------------------------------------------*/
#typePage .caseBox .inner .box {
	float: right;
	width: 265px;
}



/* 09 problem
------------------------------------------------------------------------*/
#problemPage .problemBox {
	margin-left: 5px;
	zoom:1;
}
#problemPage .problemBox:after {
	content:'';display:block;clear:both;
}
#problemPage .problemBox dl.problemList {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 190px;
	height: 168px;
}
#problemPage .problemBox dl.lastChild {
	margin-right: 0;
}
#problemPage .problemBox dl.problemList dt {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
}
#problemPage .problemBox dl.problemList dd {
	position: absolute;
	top: 117px;
	left: 10px;
}
#problemPage .problemBox dl#no1 {
	background: url(../images/problem_bg_no1.gif) no-repeat top left;
}
#problemPage .problemBox dl#no2 {
	background: url(../images/problem_bg_no2.gif) no-repeat top left;
}
#problemPage .problemBox dl#no3 {
	background: url(../images/problem_bg_no3.gif) no-repeat top left;
}
#problemPage #content table {
	margin-bottom: 1em;
}
#problemPage #content table th {
	width: 33%;
	vertical-align: middle;
	text-align: center;
}
#problemPage #content table th img {
	margin-left: 10px;
	vertical-align: middle;
}


/* 10 problem/rooms
------------------------------------------------------------------------*/
#roomsPage #content table {
	margin-bottom: 1em;
}
#roomsPage #content table th {
	text-align: center;
	vertical-align: middle;
}
#roomsPage #content table th.space {
	width: 65%;
}
#roomsPage #content table th.area {
	width: 35%;
}
#roomsPage #content ul.iconList li {
	margin-bottom: 10px;
}
#roomsPage #content ul.last,
#roomsPage #content ul.iconList li.last {
	margin-bottom: 0;
}


/* 11 problem/money
------------------------------------------------------------------------*/
#moneyPage #content table {
	margin-bottom: 1em;
}
#moneyPage #content table th {
	text-align: center;
	vertical-align: middle;
}
#moneyPage #content table th.reason {
	width: 60%;
}
#moneyPage #content table th.price {
	width: 40%;
}
#moneyPage #content ul.iconList li {
	margin-bottom: 10px;
}
#moneyPage #content ul.last,
#moneyPage #content ul.iconList li.last {
	margin-bottom: 0;
}
#moneyPage .money_box01{
	background:url(../images/money_bg01.jpg) top right no-repeat;
	padding-right:180px;
}	
#moneyPage .money_box02{
	background:url(../images/money_bg01.jpg) top right no-repeat;
	padding-right:180px;
}
dl.money_seminer{
margin:5px 0;
}	
dl.money_seminer dt{
font-weight:bold;
font-size:120%;
}
dl.money_seminer dt{
margin:5px 0;}	

/* 12 problem/plan
------------------------------------------------------------------------*/
#planPage #content table {
	margin-bottom: 1em;
}
#planPage #content table th {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
#planPage #content ul.iconList li {
	margin-bottom: 10px;
}
#planPage #content ul.last,
#planPage #content ul.iconList li.last {
	margin-bottom: 0;
}
#planPage .box01{
	background:url(../images/plan_bg01.jpg) no-repeat right bottom;
	padding:30px 140px 40px 20px;
}
#planPage .box02{
	background:url(../images/plan_bg02.jpg) no-repeat right bottom;
	padding:10px 180px 10px 0;
}

/* 13 furniture
------------------------------------------------------------------------*/
#furniturePage h5 {
	color: #83D448;
	font-weight: bold;
	font-size: 114%;
}
#furniturePage ul.imageList {
	margin-bottom: 10px;
	zoom: 1;
}
#furniturePage ul.imageList:after {
	content:'';display:block;clear:both;
}
#furniturePage ul.imageList li {
	float: left;
	margin-right: 10px;
	width: 140px;
}
#furniturePage ul.imageList li.lastChild {
	margin-right: 0;
}
#furniturePage ul.furnitureLink {
	zoom: 1;
}
#furniturePage ul.furnitureLink:after {
	content: '';
	display: block;
	clear: both;
}
#furniturePage ul.furnitureLink li {
	float: left;
	margin-right: 1px;
}



/* 15 information
------------------------------------------------------------------------*/
#informationPage #content .inforTi {
	margin-top: 1em;
	margin-bottom: 1px;
	padding: 5px 10px;
	background-color: #83D549;
	color: #fff;
	font-weight: bold;
}
#informationPage #content .bnrContact {
	float: right;
}
#informationPage #content p.infoTitle {
	margin-top: 15px;
}


/* 16 present
------------------------------------------------------------------------*/
#presentPage #content table {
	margin-top: 1em;
}


/* 17 about/index
------------------------------------------------------------------------*/
#aboutPage #map {
	width: 580px;
	height: 400px;
}
.about_waku01{
	margin:10px;
	padding-right:250px;
	background:url(../images/about_waku_bg03.jpg) no-repeat right 5px;
}
.mtb20{
	margin:20px 0;
}
#aboutPage .green{
	color:#009966;
	font-size:18px;
	font-weight:bold;
}

/* 18 store
------------------------------------------------------------------------*/
#storePage ul.imageList {
	zoom: 1;
}
#storePage ul.imageList:after {
	content:'';display:block;clear:both;
}
#storePage ul.imageList li {
	float: left;
	margin-right: 20px;
}
#storePage ul.imageList li.lastChild {
	float: right;
	margin-right: 0;
}
#storePage .mapLink {
	margin-top: 20px;
}
#storePage .koe_img{
	margin-bottom: 25px;
}
.koe{
margin:15px 0px;
}

/* 19 about/flow
------------------------------------------------------------------------*/
#flowPage .flowBox {
	margin-bottom: 20px;
	padding-bottom: 50px;
	background: url(../images/flow_arrow.gif) no-repeat bottom center;
}
#flowPage .flowLast {
	padding-bottom: 0;
	background: none;
}
#flowPage .flowBox .explanationBox {
	background-color: #F5FBEF;
}
#flowPage .flowBox .supTxt {
	color: #338367;
}


/* contact
------------------------------------------------------------------------*/
#contactPage #content div.materialBox {
	overflow: hidden;
	margin-left: 1em;
	zoom:1;
}
#contactPage #content p.materialTi {
	display: block;
	margin-top: 1em;
	margin-left: 1em;
	font-weight: bold;
}


/*  ========================= table style */
#contactPage #content table.mailform {
	width: 580px;
	margin-top: 10px;
	padding: 0;
}
#contactPage #content table.mailform tr th,
#contactPage #content table.mailform tr td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 85.7%;
}
#contactPage #content table.mailform tr th {
	width: 120px;
	background: #EAF8E0;
	color: #333;
}

/*  ========================= input style */
#contactPage #content table.mailform input {
	margin-right: 3px;
	vertical-align: middle;
}
#contactPage #content table.mailform select {
	margin-right: 3px;
}
#contactPage #content table.mailform textarea {
	width: 350px;
}

/*  ========================= label style */
#contactPage #content table.mailform label.fmail_label_enabled {
	text-indent: 5px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: none;
	font-weight: bold;
}
#contactPage #content table.mailform label.fmail_label_disabled {
	text-indent: 5px;
	margin: 0;
	padding: 0;
	border: none;
}
#contactPage #content table.mailform label.fleft {
	float: left;
	display: block;
}
#contactPage #content table.mailform label.clear {
	clear: both;
	float: left;
}


/*  ========================= list style */
#contactPage ol.fmail_radio_list li,
#contactPage ol.fmail_checkbox_list li {
	list-style: none;
	float: left;
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}

/*  ========================= button style */
#contactPage #content .button {
	margin: 20px auto 0;
	text-align: center;
}
#contactPage #content .button input {
	width: 160px;
	padding: 5px;
	background: #EAF8E0;
	border: 1px solid #83D549;
	text-align: center;
	color: #333;
	font-weight: bold;
}
#contactPage #content .site_top a{
	display:block;
	width:160px;
	height: auto;
	margin: 1em auto;
	padding: 10px 0;
	background-image: none;
	background: #EAF8E0;
	border: 1px solid #83D549;
	color: #333;
	font-weight: bold;
	text-indent: 0;
	text-decoration: none;
}


/*  ========================= text style */
#contactPage #content th em {
	margin-left: 3px;
	color: #c00;
	font-size: 83.5%;
}
#contactPage #content td .info {
	color: #999;
	font-size: 83.5%;
}
#contactPage #content span.fmail_error {
	padding: 2px 0 3px 17px;
	background-position: left center;
}
#contactPage #content th.fmail_error,td.fmail_error,.fmail_error {
	background-color: none;
}

