﻿@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
	font-size: 100%; color:#666;
}
option { margin: 0 0 0 10px; }

/* Header内で設定 */

#index h2 {
	margin: 35px 19px 0 0  ;
	padding: 0;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	text-align: left;
	}
	
#content h2 {
	margin: 0 0 20px 0 ;
	padding: 0 ;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	}

#index #content h3 {
	margin: 0 0 14px 0 ;
	padding: 19px 0 0 25px ;
	font-size: 1%;
	line-height: 1%; 
	float: left;
	height: 55px;
	}
	
#content h3 {
	margin: 0 -5px 15px -5px;
	height: 38px;
	}
	
#index #content h4 {
	margin: 0 0 5px 0 ;
	padding: 0  ;
	height: 19px;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	}

#content h4 {
	clear: both;
	margin: 0 0 15px -10px;
	height: 19px;
	}
	
.title {
	margin: 0 0 8px -10px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	background:url(../images/icon_01.jpg) 0 6px no-repeat;
	text-indent: 15px;
	font-weight: bold;
	color:#ff8003;
	}
	
a { color: #5a3d1c; outline: none; text-decoration: underline; cursor: pointer; }
a:hover { color: #b10d25; text-decoration: underline; cursor: pointer; }

ul.ul01 { margin: 0; padding: 0; list-style: none; }
ul.ul01 li { margin: 0; padding: 0 0 0 15px; list-style: none; background:url(../images/icon_01.jpg) 0 7px no-repeat; line-height: 1.5714em; }

dl { margin: 0; }
dt { margin: 0; }
dd { margin: 0; }

#content table {
	margin: 0 ;
	border-collapse: collapse;
	border: 1px solid #d6cec6;
	font-size: 100%;
	line-height: 1.3em;
	width: 100%;
	color: #666;
	}
#content table th,
#content table td {
	padding: 8px;
	border: 1px solid #d6cec6;
	}
#content table th {
	background:#f7f4ed;
	}

#content table td.bg01 {
	color:#7cb52b;
	font-weight: bold;
	background: url(../images/td_bg.jpg) 0 0 repeat-x #f5fbf2;
	}
#content table td.bg02 {
	background: #f5fbf2;
	text-align: center;
	color:#7cb52b;
	font-weight: bold;
	}
#content table td.bg03 {
	color:#fff;
	background: #88734f;
	font-weight: bold;
	text-align: center;
	}
#content table td.top { vertical-align: top; }
#content table td.bottom { vertical-align: bottom; }
#content table td.right { text-align: right; }
#content table.table_01 { margin: 0 0 1em 0; }
#content table.table_02 { margin: 0 0 20px 0; }

p { margin: 0 0 1em; }

dt img, dd img, li img { vertical-align: bottom; }

.section { margin-right: 20px; padding: 15px 19px 15px; border: 1px solid #d2d2cf; }
.section .section { margin-right: 0; padding: 0 10px 0 10px; border: none; }
.section .section .section { padding: 0 10px 0 10px; }

.section .section .section { padding: 0 10px; border: none; }

.image_l1 { margin: 0 20px 0 0; padding: 0 ; float: left; line-height: 1%; display: block; }
* html body .image_l1 { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_l { margin: 0; padding: 0; float: left; line-height: 1%; display: block; }
.image_l0 { margin: 0 20px 0 0; padding: 0; float: left; line-height: 1%; display: block; }
.image_r { margin: 0; padding: 0; float: right; line-height: 1%; display: block; }

.image_l2 { margin: 0 20px 1em 0; padding: 0 ; float: left; line-height: 1%; display: block; }
*:first-child+html .image_l2 { margin: 0 20px 0 0 ; } /*  for IE7 only */
* html body .image_l2 { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_l3 { margin: 0 20px 0 0; padding: 0 0 20px 0 ; float: left; line-height: 1%; display: block; }
* html body .image_l3 { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_rin { margin: 0 0 0 12px; padding: 19px 0 0 0 ; float: right; line-height: 1%; display: block; }
* html body .image_rin { margin: 0 0 0 9px ; } /*  for IE6 only */

.image_r1 { margin: 0 0 0 20px; padding: 0 ; float: right; line-height: 1%; display: block; }
* html body .image_r1 { margin: 0 0 0 17px ; } /*  for IE6 only */

.image_r2 { margin: 0 0 1em 20px; padding: 0; float: right; line-height: 1%; display: block; }
*:first-child+html .image_r2{ margin: 0 0 0 20px ; } /*  for IE7 only */
* html body .image_r2 { margin: 0 0 0 17px ; } /*  for IE6 only */

.case {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center 45px no-repeat;
	}
.case01 {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center 15px no-repeat;
	}
.case02 {
	margin: 0 ;
	background: url(../images/arrow_h2.jpg) center 45px no-repeat;
	}
.case03 {
	margin: 0 ;
	background: url(../images/arrow_h2.jpg) center 17px no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

.caption {
	margin: 0;
	color:#7b562c;
	text-align: center;
	}

ul.totop {
	margin: 0 34px 18px 0 ;
	padding: 0;
	height: 18px;
	list-style: none;
	}

ul.totop li {
	margin: 0;
	padding: 0;	
	: 132px;
	height: 18px;
	list-style: none;
	float: right;
	font-size: 1%;
	line-height: 1%;
	}
ul.totop li a {
	text-indent: -9999px;
	display: block;
	height: 18px;
	font-size: 1%;
	line-height: 1%;
	background: url(../images/totop.jpg) 0 0 no-repeat;
	}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body#index { margin: 0 ; color:#666; text-align: center; background:url(../images/index_body.jpg) center top repeat-x; }
body { margin: 0 ; color:#666; text-align: center; background:url(../images/body_bg.jpg) center top repeat-x; }

#wrapper {
	width: 916px;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
}

#index #main {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
}
#main {
	clear: both;
	margin: 16px 0 0 0;
	padding: 0;
	background: url(../images/main_bg.jpg) 0 0 repeat-y;
}
#main #main01 {
	clear: both;
	margin: 0;
	padding: 0;
	background: url(../images/main_bg_btom.jpg) left bottom no-repeat;
}
#content {
	margin:0 ;
	padding: 0;
	width: 650px;
	font-size: 140%;
	line-height: 1.2857em;
	letter-spacing: 0;
	float: right;
	}
	
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#index #header {
	width: 916px;
	height: 483px;
	margin: 0 ; 
	padding: 0 ;
	background: none;
}

#header {
	width: 916px;
	height: 337px;
	margin: 0 ; 
	padding: 0 ;
	background: none;
}

#index #header h1 { margin: 0; padding: 7px 0 0 16px; font-size: 120%; float:left; position: absolute; line-height: 1.0em; }
#header h1 { margin: 0; padding: 7px 0 0 26px; font-size: 120%; float:left; position: absolute; line-height: 1.0em; }

#index #header #header01 {
	width: 916px;
	height: 436px;
	margin: 0 ; 
	padding: 0 ;
}

#header #header01 {
	width: 916px;
	height: 290px;
	margin: 0 ; 
	padding: 0 ;
}

#index #header #header01 .header_logo {
	margin: 37px 0 32px 0 ;
	padding: 0 ;
	float: left;
	display: inline;
}
#header #header01 .header_logo {
	margin: 37px 0 7px 0 ;
	padding: 0 ;
	float: left;
	display: inline;
}

#index #header #header01 #header01_01 {
	width: 447px;
	margin: 0 ; 
	padding: 0 ;
	float: left;
}
#header #header01 #header01_01 {
	width: 300px;
	margin: 0 ; 
	padding: 0 ;
	float: left;
}
#index #header #header01 #header01_01 .header_01 {
	margin: 0 ;
	padding: 0 0 12px 7px ;
}
#header #header01 #header01_01 .header_01 {
	margin: 0 ;
	padding: 0 0 9px 14px ;
}
#header #header01 #header01_01 .header_02 {
	margin: 0 ;
	padding: 0 0 0 18px ;
}
#index #header #header01 #header01_02 {
	width: 429px;
	margin: 0 ; 
	padding: 0 ;
	float: right;
	background: none;
}
#header #header01 #header01_02 {
	width: 616px;
	margin: 0 ; 
	padding: 30px 0  0 0 ;
	float: right;
	background: url(../images/main_img_bg.jpg) 0 30px no-repeat;
}
#header #header01 #header01_01 ul#header_nav {
	width: 380px;
	margin: 0 ;
	padding: 0;
	list-style: none;
}

#header #header01 #header01_01 ul#header_nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	height: 30px;
}

#header #header02 {
	width: 897px;
	height: 47px;
	margin: 0 19px 0 0 ; 
}

#header #header02 ul#header_nav {
	width: 897px;
	margin: 0 ;
	padding: 0;
	list-style: none;
}

#header #header02 ul#header_nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	height: 47px;
}

#header #header01 #header01_02 .main_img {
	margin: 191px 31px 0 0;
	padding: 0;
	line-height: 1%;
	display: block;
	float: right;
	display: inline;
	}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/
	
#footer {
	clear: both;
	padding: 0 ;
	margin: 0 ;
	width: 916px;
	height: 90px;
	text-align: left;
	background: url(../images/footer_bg.jpg) 0 0 repeat-x;
	}
	
#footer p.footer_tel {
	margin: 0 ;
	padding: 24px 0 0 12px  ;
	line-height: 1%;
	float: left;
	}	
#footer address {
	margin: 0;
	padding: 22px 35px 0 0;
	height: 18px;
	line-height: 1%;
	float: right;
	}
		
/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	margin: 0  ;
	padding: 0 0 30px 0 ;
	width: 232px;
	float: left;
	display: inline;
}
#navi ul {
	margin: 0 2px 20px 0;
	padding: 0 ;
	list-style: none;
}
#navi ul li {
	list-style: none;
	margin: 0 ;
	padding: 0;
	vertical-align: top;
}

#navi p { text-align: center; }

.nav_qrcode { margin: 0 0 19px 0 ;  background:url(../images/nav_bg.jpg) 0 0 no-repeat; padding: 15px 14px 18px; }

p.tiny_ti {
  margin:10px 0 0;
	padding:0;}
	
#tiny  {
  width: 220px;
  _width: 230px;
  height: 150px;
  overflow-y: auto;
  border: solid 2px #ffe290;
  margin: 0 auto;
	padding:3px;
	font-size: 100%;
 }
 
#tiny table tr{
  padding: 5px 0 0px 0px;
} 


 
#tiny table { 
  border: none;
	width: 210px;}
 
#tiny table td { 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dashed 1px #cccccc;
  vertical-align:top;
  font-size:12px;
	}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/*----------  Index  ----------*/

.index01 { margin: 11px 0 10px 0 ; background:url(../images/index_02.jpg) 0 0 repeat-y; }
.index01_01 { background:url(../images/index_01.jpg) 0 0 no-repeat; }
.index01_01_01 { background:url(../images/index_03.jpg) left bottom no-repeat; }

.index02 { margin: 0 0 10px 0 ; }

.index03 { margin: 0 20px 10px 0 ; background:url(../images/index_07.jpg) 0 0 repeat-y; }
.index03_01 { background:url(../images/index_06.jpg) 0 0 no-repeat; }
.index03_01_01 { background:url(../images/index_08.jpg) left bottom no-repeat; }

dl.dl01 { margin: 0; line-height: 1.2857em; width: 290px; color:#666; font-size: 100%; }
dl.dl01 dt { margin: 0; padding: 0 ; width: 112px; float: left; display: inline; color:#00915d; font-weight: bold; }
dl.dl01 dd { margin: 0; padding: 0 0 8px 0 ; width: 178px; float: left; display: inline }
dl.dl01 dd.dd01 { margin: 0; padding: 0 0 16px 0 ; width: 178px; float: left; display: inline }
dl.dl01 dd.dd02 { margin: 0; padding: 0 0 3px 0 ; width: 178px; float: left; display: inline }
dl.dl01 dd.dd03 { margin: 0 0 0 112px; padding: 0 0 16px 0; }

.alpha { margin: 0 ; float: left; display: inline; }
.beta { margin: 0 ; float: right; display: inline; }

.alpha01 { margin: 0px 0px 0 18px ; float: left; display: inline; width: 290px }
.beta01 { margin: 2px 15px 0 0 ; float: right; display: inline; width: 280px }

.gmap_bubble { width: 190px; height: 60px; }
#map { margin: 0; border:1px solid #716654; width: 480px; height: 460x; }
#index #map { margin: 0 0 9px 0; width: 280px; height: 205px; border:1px solid #716654; }

#content .top_table {
  clear:both;
	width:580px;
	margin:10px 0 10px 20px;
	border: 1px solid #666666;
	}
	
#content .top_td {
  height:45px;}
	
#content .top_table th {
  background:#ff9744;
  text-align:center;
  padding:8px;
	border: 1px solid #666666;
	color:#FFFFFF;
	letter-spacing:1px;
		}

#content .top_table td {
  text-align:center;
  padding:3px;
  border: 1px solid #666666;
	font-weight:bold;
	color:#593c1a;
	}	
	
#content .top_table .red-txt {
  color:#CC0000;
	font-weight:bold;
	line-height:1;
	}	

/*----------  Care / Access  ----------*/

#content table td.qa_01 { border-bottom: 2px dotted #ad9e8e; background: url(../images/q_icon.jpg) 0 0 no-repeat #fff2da; padding: 14px 8px 10px 45px; color:#825725; }
#content table td.qa_02 { border-top: 2px dotted #ad9e8e; background: url(../images/a_icon.jpg) 0 0 no-repeat; padding: 8px 8px 8px 45px; }

/*-------------- Margin - Padding -----------------*/

.m0 { margin: 0; }

.pad_01 { padding: 0 35px 9px 25px;}
.pad_02 { margin:0; padding: 16px 0px 18px 15px;}
.pad_t10 { padding-top:10px;}

.mar_01 { margin:0 20px 1em 0; }
.mar_02 { margin:0 20px 6px 0; }
.mar_03 { margin:0 10px 10px 10px; }
.mar_04 { margin:0 10px 20px 10px; }

.mar_l7 { margin-left: 7px; }
.mar_r20 { margin-right: 20px; }
.mar_r35 { margin-right: 35px; }

.mar_b3 { margin-bottom: 3px; }
.mar_b5 { margin-bottom: 5px; }
.mar_b8 { margin-bottom: 8px; }
.mar_b10 { margin-bottom: 10px; }
.mar_b12 { margin-bottom: 12px; }
.mar_b15 { margin-bottom: 15px; }
.mar_b16 { margin-bottom: 16px; }
.mar_b18 { margin-bottom: 18px; }
.mar_b20 { margin-bottom: 20px; }
.mar_b26 { margin-bottom: 26px; }
.mar_b13 { margin-bottom: 13px; }
.mar_b30 { margin-bottom: 30px; }
.mar_b23 { margin-bottom: 23px; }
.mar_b40 { margin-bottom: 40px; }

.mar_t15 { margin-top: 15px; }

/*-------------- Text -----------------*/

.text01 { color:#f3b402; font-weight: bold; }
.text02 { color:#825725; }
.text03 { color:#f3b402; }

.icon { background: url(../images/icon_01.jpg) 0 3px no-repeat; padding-left: 15px; color:#7b562c; }
.text_bold { font-weight: bold; }
.text_right { text-align: right; }
.text_red { color:#BF0000; }

/*-------------- Width -----------------*/

.w_15p { width: 15%; }
.w_20p { width: 20%; }
.w_25p { width: 25%; }
.w_30p { width: 30%; }
.w_40p { width: 40%; }
.w_50p { width: 50%; }
.w_170 { width: 170px; }
.w_160 { width: 160px; }

/*-------------- Background -----------------*/

#content .box01 { border: 1px solid #febd07; background: #ffe18f; padding: 3px; }
#content .box01_01 {  background:#fff7e7; padding: 10px 10px; }
