﻿@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, textarea, p, blockquote, table, pre, address, ul, ol, dl { font-size: 120%; line-height: 1.6;}

/* for IE7 */
*:first-child+html h1,
*:first-child+html h2,
*:first-child+html h3,
*:first-child+html h4,
*:first-child+html h5,
*:first-child+html h6,
*:first-child+html p,
*:first-child+html table,
*:first-child+html address,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl { font-size: 140%;}

*:first-child+html ul ul,
*:first-child+html ul ol,
*:first-child+html ul dl,
*:first-child+html ul input,
*:first-child+html ul p,
*:first-child+html ol ul,
*:first-child+html ol ol,
*:first-child+html ol dl,
*:first-child+html ol input,
*:first-child+html ol p,
*:first-child+html dl ul,
*:first-child+html dl ol,
*:first-child+html dl dl,
*:first-child+html dl input,
*:first-child+html dl p,
*:first-child+html table table,
*:first-child+html table ul,
*:first-child+html table ol,
*:first-child+html table dl,
*:first-child+html table input,
*:first-child+html table p,
*:first-child+html p input{ font-size: 100%;}


/* for IE 6 or sooner */
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html p,
* html table,
* html address,
* html ul,
* html ol,
* html dl { font-size: 140%;}

* html ul ul,
* html ul ol,
* html ul dl,
* html ul input,
* html ul p,
* html ol ul,
* html ol ol,
* html ol dl,
* html ol input,
* html ol p,
* html dl ul,
* html dl ol,
* html dl dl,
* html dl input,
* html dl p,
* html table table,
* html table ul,
* html table ol,
* html table dl,
* html table input,
* html table p,
* html p input{ font-size: 100%;}


ul li { list-style:  disc;}
ol li { list-style: decimal;}


/******************************************************************** common
*/

body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background: #fff url(../images/bg.jpg) repeat-x;
	color: #666;
	cursor: auto;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
}

h1 {}
h2 {}
h3, h4, h5, h6 { padding: 25px 0 5px; letter-spacing: 0;}
p { padding: 5px 0 10px;}
blockquote { margin: 15px 0; padding: 10px 15px 3px; background: #faf6ed;}
pre { background: #eee; margin: 1em 0; padding: 0 20px; overflow: auto; width: auto;}
code { color: #5b5905; font-family: "Lucida Grande", "Courier New", Courier, mono, Verdana, sans-serif; letter-spacing: 0;}
ul, ol { margin: 10px 0; padding: 0 0 0 30px;}
dl { margin: 10px 0;}

a         { color: #0071bb; text-decoration: underline; cursor: pointer;}
a:visited { color: #3b41a4;}
a:hover   { color: #f80;}
a:focus,
a:active  { color: #f90;}

strong { font-weight: bold; color: #e47;}
abbr, acronym { cursor: help;}

sup { vertical-align: super; font-size: 100%;}
sub { vertical-align: baseline; font-size: 100%;}


hr { display: none;}
img { border: none; color: #fff; background: transparent; vertical-align: bottom;}

table {
	width: 100%;
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 10px 0 15px;
}
caption { text-align: left;}
thead {}
tbody {}
th {
	background: #fee8e5;
	font-weight: normal;
	white-space: nowrap;
}
th, td {
	padding: 5px 10px;
	border-collapse: collapse;
	border: 1px solid #aaa;
	text-align: left;
}

fieldset {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
}
* html legend { margin: 0 0 10px;}
input, textarea { padding: 1px;}
input.typeText { border: 1px solid #aaa;}
select option { padding: 0 5px;}
input:focus, select:focus, textarea:focus { background-color: #fafafa;}
label { cursor: pointer;}



/******************************************************************** Float containers fix
===================================================================== a.k.a. clearfix */

/******************** exp IE
*/
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/******************** for IE
Level 2.1*/
#container { display: inline-block;}

/* Holly Hack Targets IE Win only \*/
* html #container { height: 1%;}
#footer,
#container { display: block;}
/* End Holly Hack */


/******************************************************************** universal
*/

.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}
.fR { float: right;}
.fL { float: left;}
.clr { float: none; clear: both;}


.gothic{ font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;}
.jp { font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;}
.verdana { font-family: Verdana, sans-serif;}
.times { font-family: "Times New Roman", Times, serif;}

.tempNotes { color: #c00; font-weight: bold; background: #f8f8f8; margin: 1em;}


/******************************************************************** javascript
*/

.rowTint { background: #f9f9f9;}



/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/


/* #wrapper { width: 800px; margin: 0 auto; text-align: left;} */
#wrapper {
	width: 100%;
	background: url(../images/screen.jpg) no-repeat 50% 0;
}

#header,
#container { width: 900px; margin: 0 auto; text-align: left;}

#header {
	position: relative;
	background:url(../images/header_bg.gif) repeat-x;
	height: 90px;
}

#container { position: relative;}

#col-a {
	position: relative;
	display: inline;
	float: right;
	width: 630px;
}

#col-b {
	position: relative;
	float: left;
	width: 250px;
}

#footer {
	width: 100%;
	margin: 20px 0 0 0;
	background: #e03912 url(../images/footer_bg.gif) repeat-x;
	clear: both;
}


/*==========================================================================*/
/*                               globalNav                                  */
/*==========================================================================*/

ul#globalNav {
	position: absolute;
	top: 147px;
	left: 2px;
	width: 896px;
	margin: 0;
	padding: 0;
}

ul#globalNav li {
	list-style: none;
	float: left;
}

ul#globalNav li ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 178px;
	width: 154px;
	margin: 0;
	padding: 10px 13px;
	background: #292929;
}
* html ul#globalNav li ul { width: 180px;}

ul#globalNav li ul li { float: none;}

ul#globalNav li ul li a {
	display: block;
	height: 1%;
	margin:  0 0 6px 0;
	padding: 0 0 4px 16px;
	border-bottom: 1px dashed #444;
	background: url(../images/arw0.gif) no-repeat 0 3px;
	color: #aaa;
	text-decoration: none;
}
ul#globalNav li ul li a:hover { color: #f80;}

#globalNav li:hover > ul { display: block;}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header h1 {
	color: #c4ad62;
	padding: 7px 0 0 0;
	float: right;
}

#header p {
	position: absolute;
	top: 12px;
	left: 6px;
	padding: 0;
}

#header p#headerContact {
	top: 31px;
	left: 725px;
}
#header p#headerContact2 {
	top: 31px;
	left: 354px;
}
#header p#headerContact3 {
	top: 31px;
	left: 539px;
}

/*==========================================================================*/
/*                              div#container                               */
/*==========================================================================*/

#breadcrumbsList { padding-top: 45px; text-align: right;}

.pageTop { padding: 10px 0 0; text-align: right; clear: both;}

.footer_text { text-align:right; font-size:10px; padding:10px 0 0 0;}

.footer_text strong { color:#666666;}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

.footer_link{ 
	width: 900px;
	margin: 10px auto 0 auto;
	font-size:10px;
	line-height:1.8em
}
	
#footerContents {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
}

#footerContents dl {
	width: 350px;
	margin: 0;
	float: left;
	color: #edbdb5;
}

#footerContents dl dt { font-weight: bold;}

#footerContents p {
	padding: 0;
	float: right;
}

#footerContents address {
	margin: 10px 0 0 0;
	padding: 10px 0 20px 0;
	border-top: 1px solid #d64d30;
	color: #edbdb5;
}




/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#col-b ul {
	margin: 0;
	padding: 0;
}

#col-b ul li { list-style: none;}

#col-b dl#sideNav1 {
	height: 1%;
	margin-bottom: 0;
	padding: 0 0 10px 0;
	background: url(../images/sn1_bg0.gif) no-repeat 0 100%;
}

#col-b dl#sideNav1 dd a {
	display: block;
	height: 1%;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 28px;
	background: url(../images/sn1_bg1.gif) no-repeat 0 100%;
	color: #666;
	text-decoration: none;
}
#col-b dl#sideNav1 dd a:hover { color: #f80;}

#col-b ul#sideNav2 { margin: 10px 0 0;}

#col-b ul#sideNav2 li { margin: 0 0 10px;}




/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

#col-a h3.topHl { padding: 0 0 15px;}

#col-a h4 {
	margin: 10px 0 5px;
	padding: 7px 10px 5px 18px;
	background: #debe64 url(../images/hl0.gif) no-repeat;
	color: #4a3c22;
	font-size: 140%;
	font-weight: bold;
}
* html #col-a h4 { font-size: 160%;}
*:first-child+html #col-a h4 { font-size: 160%;}

#col-a h5 {
	margin: 30px 0 5px;
	padding: 5px 0 5px 25px;
	background: #e7d7b6 url(../images/arw1.gif) no-repeat 7px 7px;
	font-weight: bold;
	color: #4a3c22;
}

#col-a p.contactBnr {
	text-align: center;
	padding: 8px 0 17px;
	background: #f2f2f2;
}



/* gereral class
------------------------------------------------------------------------*/

#wrapper p.fRImg { float: right; margin: 10px 0 0 10px; padding: 0; border: 4px solid #eee;}
#wrapper p.fLImg { float: left; margin: 10px 10px 0 0; padding: 0; border: 4px solid #eee;}
#wrapper p.plain,
#wrapper ul.plain,
#wrapper ul.plain li { margin: 0; padding: 0; list-style: none;}
#wrapper #container .noBG { background: none;}
#wrapper #container .noBD { border: none;}
#wrapper #container .noBR { white-space: nowrap;}
#wrapper #container .noMG { margin-right: 0;}
.adjFontSize-S { font-size: 10px;}
* html .adjFontSize-S { font-size: 75%; letter-spacing: 0.02em;}
*:first-child+html .adjFontSize-S { font-size: 75%; letter-spacing: 0.02em;}

#col-a div.imgFloatBox { padding: 0 0 15px 0;}
#col-a div.imgFloatBox div { width: 375px;}

/*---------------dl.headlinebox02---------------*/
dl.headlinebox02 { padding: 10px 0;}
dl.headlinebox02 dt { height: 1%; padding: 0 0 2px 20px; border-bottom: 1px solid #ccc; background: url(../images/arw1.gif) no-repeat 3px 1px; color: #444; font-weight: bold;}
dl.headlinebox02 dd { margin-bottom: 20px; padding: 4px 0 0 20px;}
/*end dl.headlinebox02*/

/*---------------dl.headlinebox03---------------*/
dl.headlinebox03 { height: 1%; border: 1px solid #b2a871;}
dl.headlinebox03 dt { height: 1%; padding: 6px 10px; border: 1px solid #fff; border-bottom: none; background: #b09247; color: #fff; font-weight: bold;}
dl.headlinebox03 dd { padding: 10px 15px;}
/*end dl.headlinebox03*/

/*---------------ul.dotList01---------------*/
ul.dotList01 { height: 1%; margin: 10px 0; padding: 15px 15px 10px; border: 1px solid #ddd; background: #f4f4f4;}
ul.dotList01 li { margin: 0 0 5px; padding: 0 0 5px 20px; border-bottom: 1px dashed #ccc; background: url(../images/dot1.gif) no-repeat 7px 5px; list-style: none;}
/*end ul.dotList01*/

/*---------------ul.dotList02---------------*/
ul.dotList02 { height: 1%; margin: 10px 0; padding: 0;}
ul.dotList02 li { margin: 0 0 5px; padding: 0 0 5px 20px; border-bottom: 1px dashed #ccc; background: url(../images/dot1.gif) no-repeat 7px 5px; list-style: none;}
/*end ul.dotList02*/




/* home
------------------------------------------------------------------------*/

#main_image{ 
	width:900px;
	height:375px;
	margin:0 auto;
	background: url(../images/main_bg.jpg) repeat-x;
}
.index_main{ 
	position:relative;
	width:900px;
	height:375px;
}

.index_main p.po_main img,
.index_main p{
	position:absolute;
	left: 118px;
	top: 5px;
}
x.index_main h2.po_main img{ top:10px; left:235px; width:665px; height:352px;}
.index_main p.po_main img{ top:5px; left:118px; width:665px; height:352px;}
.index_main .po01{ top:5px; left:0;}
.index_main .po02{ top:94px; left:0;}
.index_main .po03{ top:183px; left:0;}
.index_main .po04{ top:272px; left:0;}

/*.home { background: url(../images/home_bg.jpg) repeat-x;}*/

.home #wrapper { background: url(../images/home_screen3.jpg) repeat-x;}

.home #header {
	position: relative;
	background:url(../images/header_bg_home.gif) repeat-x;
	height: 90px;
}

.home ul#globalNav { 
	top: 10px;
	left: 0;
	width:900px;
	height:60px;
	padding:0 2px;
	background: url(../images/g_navi_bg.gif) left top no-repeat;}

.home #container ul#mainBanners {
	position: absolute;
	top: 168px;
	left: 641px;
	margin: 0;
	padding: 0;
}

.home #container ul#mainBanners li {
	margin: 0 0 15px 0;
	list-style: none;
}

.home #col-a,
.home #col-b { margin-top: 90px;}

.home #col-a #campaign { margin-bottom: 20px;}
.home #col-a #campaign a.rolloverPositionMenu {
	background: #fff url(../images/cam_kumano_ro.jpg) left top no-repeat;
	display: block;
	overflow: hidden;
	position: relative;
	width: 630px;
	height: 142px;
}
.home #col-a #campaign a.rolloverPositionMenu img { background-color: #fff;}
.home #col-a #campaign a.rolloverPositionMenu:hover img {
	position: relative;
	top: -142px;
}

/*.home #col-a #div0 { background: url(../images/home_bg0.jpg) no-repeat 100% 0;}*/

.home #col-a #div0 h2 { padding: 0 0 10px 0;}

.home #col-a #div0 p { padding-right: 0px;}

.home #col-a span {
	color: #d02c09;
	font-weight: bold;
}


.home #col-a #div1 {
	position: relative;
	margin: 7px 0 0 0;
	background: url(../images/home_bg2.gif) no-repeat 0 100%;
}

.home #col-a #div2 {
	padding: 0 0 5px 0;
	background: url(../images/home_bg1.jpg) no-repeat;
}

/*.home #col-a #div2 p{ 
	float:left;
	margin:0 0 10px 10px;
  }*/
	
.home #col-a #div2 p.top2_l{ 
	float:left;
	margin:0 0 10px 10px;
	_margin:0 0 10px 5px;}	
	
.home #col-a #div2 p.top2_r{ 
	float:left;
	margin:0 0 10px 10px;
	_margin:0 0 10px 8px;}	

.home #col-a #div1 h3 {
	margin: 0;
	padding: 0;
}

.home #col-a #div2 div { margin-bottom: 7px;}

.home #col-a #div2 div div {
	width: 302px;
	margin: 0 7px 0 0;
	padding: 3px 0 0 0;
	background: url(../images/home_bg3.gif) no-repeat;
	float: left;
}
.home #col-a #div2 #div3-1,
.home #col-a #div2 #div3-3,
.home #col-a #div2 #div3-5 { margin-right: 0;}

.home #col-a #div2 div div div {
	width: auto;
	margin: 0;
	padding: 0 0 17px 0;
	background: url(../images/home_bg4.gif) no-repeat 0 100%;
	float: none;
}

.home #col-a #div2 dl { margin: 0;}

.home #col-a #div2 dd {
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin: 0 17px;
	padding: 0 140px 0 0;
}
.home #col-a #div2 #div3-0 dd { padding-right: 0; background: url(../images/home_i0.jpg) no-repeat 100% 100%;}
.home #col-a #div2 #div3-1 dd { background: url(../images/home_i1.jpg) no-repeat 100% 100%;}
.home #col-a #div2 #div3-2 dd { background: url(../images/home_i2.jpg) no-repeat 100% 100%;}
.home #col-a #div2 #div3-3 dd { background: url(../images/home_i3.jpg) no-repeat 100% 100%;}
.home #col-a #div2 #div3-4 dd { background: url(../images/home_i4.jpg) no-repeat 100% 100%;}
.home #col-a #div2 #div3-0 dd .p0 { padding-top: 39px;}
.home #col-a #div2 #div3-1 dd .p0 { padding-top: 22px;}
.home #col-a #div2 #div3-2 dd .p0 { padding-top: 20px;}
.home #col-a #div2 #div3-3 dd .p0 { padding-top: 20px;}
.home #col-a #div2 #div3-4 dd .p0 { padding-top: 10px;}

.home #col-a #div2 p { padding: 0;}
.home #col-a #div2 .p0 { padding: 10px 0 0;}

.home #col-a #div2 #div3-5 {
	width: auto;
	margin: 0 0 7px 0;
	padding: 3px 0 0 0;
	background: none;
}

.home #col-a #div2 #div3-5 p { padding: 0;}

.home #col-a #div4 { background: url(../images/home_bg5.gif) repeat-y;}

.home #col-a #div4 dl {
	height: 1%;
	padding: 0 0 15px 0;
	background: url(../images/home_bg6.gif) no-repeat 0 100%;
}

.home #col-a #div4 dl dt {
	margin: 0 0 10px 0;
}

.home #col-a #div4 dl dd {
	height: 1%;
	margin: 0 20px 5px;
	padding: 0 0 5px 19px;
	border-bottom: 1px solid #ddd;
	background: url(../images/dot0.gif) no-repeat 5px 5px;
}


/* news
------------------------------------------------------------------------*/

.news { background: url(../images/news_bg.gif) repeat-x;}

.news #wrapper {
	text-align: center;
	background: none;
}

.news #col-a {
	display: block;
	text-align: left;
	margin: 0 auto;
	float: none;
}

.news #col-a h2 {
	margin: 15px 0 10px;
}

.news #col-a .div0 {
	margin: 0 0 20px 0;
	padding: 5px;
	background: #f2f2f2;
}

.news #col-a .div1 {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

.news #col-a .div1 div {
	width: 360px;
	float: right;
}

.news #col-a .div1 .p0 {
	padding: 4px 0 3px 20px;
	background: #c9b26b url(../images/news_bg0.gif) no-repeat 0 100%;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
}
* html .news #col-a .div1 .p0 { font-size: 160%;}
*:first-child+html .news #col-a .div1 .p0 { font-size: 160%;}

.news #col-a .div1 .p1 {
	padding: 0;
	float: left;
}

.news #col-a .div1 h3 {
	margin: 0 0 10px 0;
	padding: 15px 0 10px;
	border-bottom: 1px dashed #ccc;
	background: none;
	font-weight: normal;
}

/* 100809 */
.news .p1off {
	width: 220px;
	height: 260px;
	background: url(../images/comming.gif) no-repeat top left;
}
.news .p1off img {
	display: none;
}



/* start-index
------------------------------------------------------------------------*/

.start-index #col-a #div0 {
	padding: 0 0 30px 0;
	background: url(../images/start_index_bg1.gif) no-repeat 0 100%;
}

.start-index #col-a #div0 div { background: url(../images/start_index_bg0.jpg) no-repeat;}

.start-index #col-a #div0 h3 { padding-bottom: 30px;}

.start-index #col-a #div0 p {
	padding: 0;
	line-height: 2.5em;
	border-bottom: 1px dashed #ccc;
	margin: 0 35px;
	letter-spacing: 0;
}

.start-index #col-a #div0 p.bot { margin-bottom: 25px;}



/* service-index (photo)
------------------------------------------------------------------------*/

.service-index #col-a #ul0 { padding: 0;}

.service-index #col-a #ul0 li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.service-index #col-a #dl0 {
	margin: 20px 0 10px;
	padding: 10px 15px;
	border: 1px solid #fcd0ca;
	background: #fee8e5;
}

.service-index #col-a #dl0 dt {
	color: #d82e0d;
	font-weight: bold;
}

.service-index #col-a .div0,
.photo #col-a .div0 {
	margin: 30px 0 0 0;
	padding: 15px;
	background: #f7eaa1 url(../images/texture0.jpg) no-repeat;
}

.service-index #col-a .div0 div,
.photo #col-a .div0 div {
	padding: 15px;
	border: 1px solid #e6cd87;
	background: #fff url(../images/service_index_bg0.gif) no-repeat;
}

.service-index #col-a .div0 h4,
.photo #col-a .div0 h4 {
	margin: 0;
	padding: 5px 0 5px 20px;
	border: none;
	background: none;
	color: #e83600;
	font-size: 180%;
}

.service-index #col-a .div0 h4 span,
.photo #col-a .div0 h4 span { color: #b08927;}
.service-index #col-a .div0 h4 span span,
.photo #col-a .div0 h4 span span { color: #666; font-size: 70%; font-weight: normal;}

.service-index #col-a .div0 dl,
.photo #col-a .div0 dl {
	width: 310px;
	float: left;
}

.service-index #col-a .div0 dl dt,
.photo #col-a .div0 dl dt {
	margin: 0 0 10px 0;
	padding: 3px 0 1px 18px;
	background: #c9b26b url(../images/news_bg0.gif) no-repeat 0 -3px;
	color: #fff;
	font-weight: bold;
}

.service-index #col-a .div0 dl dd,
.photo #col-a .div0 dl dd {
	height: 1%;
	padding: 0 0 0 22px;
	background: url(../images/dot1.gif) no-repeat 10px 5px;
}

.service-index #col-a .div0 p.fRImg,
.photo #col-a .div0 p.fRImg { border: 4px solid #ffaf97;}

.service-index #col-a .div0 h4 .service_ti {
  font-size:14px;
	font-weight:normal;
	color:#859824;
	}	


/* dress
------------------------------------------------------------------------*/

.dress #col-a ul.light,
.dress #col-a ul.light2,
.dress #col-a ul.light3 {
	padding: 0;
	margin: 0;
}

.dress #col-a ul.light li,
.dress #col-a ul.light2 li,
.dress #col-a ul.light3 li {
	padding-right: 18px;
	margin-bottom: 10px;
	float: left;
	list-style: none;
}

.dress #col-a ul.light li.none,
.dress #col-a ul.light2 li.none,
.dress #col-a ul.light3 li.none { padding-right: 0;}



.st {
	clear: both;
	float: right;
	margin-left: 0px;
	width: 395px;
}

.mt10 {margin-top:10px;}

span.dress-txt {
  display:block;
	text-align:center;
	color:#5e4e31;
	font-weight:bold;
  }



/* shrine
------------------------------------------------------------------------*/

.shrine #col-a .div0 { padding: 10px 0 20px 0;}

.shrine #col-a .div0 div {
	text-align: center;
	width: 198px;
	margin: 0 18px 0 0;
	float: left;
}

.shrine #col-a .div0 div p { padding: 0 0 5px 0;}
.shrine #col-a .div0 div .p0 { font-weight: bold;}
.shrine #col-a .div0 div .p0 span { color: #e83600;}


/* photo
------------------------------------------------------------------------*/

.photo #col-a #ul0 {
	margin: 0;
	padding: 0;
}

.photo #ul0 li {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}


/* make
------------------------------------------------------------------------*/

.make #col-a ul {
	padding: 0;
	margin: 10px 0 0;
}

.make #col-a ul li {
	padding-right: 18px;
	margin-bottom: 10px;
	float: left;
	list-style: none;
	text-align: center;
}

.make #col-a ul li.none { padding-right: 0;}

.make #col-a ul li img { display: block;}


/* other
------------------------------------------------------------------------*/

.other #col-a #div0 div {
	width: 300px;
	float: left;
}

.other #col-a #div5 {
	padding: 20px;
	background: #f0e7be url(../images/other_bg0.gif) no-repeat;
}

.other #col-a #div5 div {
	margin-bottom: 20px;
	padding: 0 0 20px 20px;
	border: 1px solid #d6cc98;
	background: #fff;
}

.other #col-a #div5 dl {
	width: 292px;
	margin: 0;
	float: right;
}

.other #col-a #div5 ul {
	padding-right: 20px;
}

.other #col-a #div5 li {
	margin-bottom: 1px;
	padding-bottom: 1px;
}

.other #col-a #div5 p {
	padding: 20px 0 0 0;
	float: left;
}

.other #col-a #div5 p img {
	border: 5px solid #e5e5e5;
}

.other #col-a #table0 th { width: 6em;}
.other #col-a #table1 th { width: 8em;}
.other #col-a #table2 th { width: 7em;}

.other #col-a .box table { width: 630px; border: none;}

.other #col-a .box caption {
	background: url(../images/dot1.gif) no-repeat 0 5px;
	height: 1%;
	padding: 0 0 0 12px;
	font-weight: bold;
}

.other #col-a .box th { white-space: normal; width: 200px;}
.other #col-a .box td { text-align: right;}
.other #col-a .box td.end { border: none;}


/* party
------------------------------------------------------------------------*/

.party #col-a .div0,
.party #col-a .div1 {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 4px solid #eee;
}

.party #col-a .div0 table {
	width: 375px;
	margin-right: 0;
	float: right;
}

.party #col-a table th { width: 5em;}

.party .area {
	display: none;
}
.party .areaon {
	display: block;
}
.party table tr.off {
	display: none;
}
.party .fLImgoff {
	display: none;
}



/* salon
------------------------------------------------------------------------*/

.salon #col-a div#map,
.salon #col-a div#map02,
.salon #col-a div#map03 {
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
}



.orange {
  color:#DC3105;
	font-weight: bold;
}

.restaurant_bnr {
  float: right;
	margin: -10px 0 0 0;
}





/* flow
------------------------------------------------------------------------*/

.nom {
 margin: 0 0 -5px 0;
 padding: 0;
 display: block;
}


/* irugi
------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.mt5 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin: 20px 0 0;}
.mt35 {margin: 35px 0 0;}
.mt45 {margin: 45px 0 0;}
.mt50 {margin: 50px 0 0;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.ml9 {margin-left: 9px;}
.ml10 {margin-left: 10px;}
.mr10 {margin-right: 10px;}

span.boldlarge {  font-weight: bold;  font-size: 16px; width: 245px; color: #A3110E;}

.fr { float: right;}
.fl { float: left;}

.right {
  background: url("../images/irugi/institution_right.jpg") no-repeat scroll center top transparent;
  float: right;
  height: 327px;
  width: 260px;
	margin-top: 5px;
}
div.img .right ul {
	display: block;
	height:53px;
	padding: 0;
	clear: both;
}
div.img .right ul li {
    display: block;
    float: left;
    height: 53px;
    list-style: none outside none;
    width: 78px;
		xmargin-bottom: 10px;
}
div.img .right ul li a {
    display: block;
    height: 53px;
		width: 78px;
    outline: medium none;
		text-indent: -9999em !important;  
}
#container #col-a div.img .right ul li a {text-indent: -9999em !important;  }

div.img .right ul li.thumbs_center { margin: 0 8px; }
div.img .right ul li.thumbs_left { margin: 0 20px 0 0; }

.large {
	width:368px;
	height:327px;
	float:left;
}

.lplan {
  width: 630px;
	float: left;
	margin: 0;
	padding: 0;
}
/*IE6--hack*/
.lplan {
  width: 630px;
	float: left;
	margin: 0;
	padding: 0;
}

.lplan p.border {
	border:5px solid #f6e0ed;
	float: left;
}
.lplan p {
	float: left;
}


.tex {
	width: 210px;
	border-right: 1px #ccc solid;
	margin: 0 30px 20px 100px;
	_margin: 0 30px 20px 50px;

}
span.tex2 {
	width: 245px;
	color: #4F5C17;
	font-weight: bold;
	font-size:16px;
}


.hatsu {
  background: url(../images/irugi/irugi_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}



.imgbox ul {
	padding: 0;
	margin: 10px 0 0 0;
}

.imgbox ul li {
	padding-right: 10px;
	margin-bottom: 10px;
	float: left;
	list-style: none;
	text-align: center;
}

.imgbox ul li.none { padding-right: 0;}

.imgbox ul li img { display: block;}


x.imgbox {
  width: 630px;
}




/* shirokane
------------------------------------------------------------------------*/


.hatsu2 {
  background: url(../images/shirokane/shirokane_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu2 p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}


/* shirokane
------------------------------------------------------------------------*/


.hatsu3 {
  background: url(../images/aoyamakumano/aoyamakumano_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu3 p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}


/* shirokane
------------------------------------------------------------------------*/


.hatsu4 {
  background: url(../images/sakura/sakura_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu4 p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}


/*--初穂料（一応ばらしてます。）--*/

.hatsu-kumano {
  background: url(../images/kumano/kumano_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu-kumano p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}


.hatsu-shibadai {
  background: url(../images/shibadai/shibada_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu-shibadai p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}


.hatsu-yoyogi {
  background: url(../images/yoyogi/yoyogi_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu-yoyogi p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}


.hatsu-kamegaoka {
  background: url(../images/kamegaoka/kamegaoka_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu-kamegaoka p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}


.hatsu-sakura {
  background: url(../images/sakura/sakura/sakura_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu-sakura p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}

/*----*/



.imgbox ul {
	padding: 0;
	margin: 10px 0 0 0;
}

.imgbox ul li {
	padding-right: 10px;
	margin-bottom: 10px;
	float: left;
	list-style: none;
	text-align: center;
}

.imgbox ul li.none { padding-right: 0;}

.imgbox ul li img { display: block;}

.service .nm {
  display: block;
	margin-top: 5px;
	xmargin: 0;
	padding: 0;
}
.service .nm2 {
  display: block;
	margin: 0;
	padding: 0;
}

/* schedule
------------------------------------------------------------------------*/

.schedule_bnr {
  width:630px;
	height:150px;
	background:url(../images/schedule2.jpg) 0 0 no-repeat;
	text-align:center;
	padding:12px 0 0;
	font-size:14px;
	letter-spacing:2px;
	}
	
.schedule_01 {
  width:630px;
	height:155px;
	background:url(../images/schedule4.jpg) 0 0 no-repeat;
	padding:0px 0 0;
}	

.schedule_02 {
  width:630px;
	height:120px;
	background:url(../images/schedule5.jpg) 0 0 no-repeat;
	padding:0px 0 0;
}

.schedule_03 {
  width:630px;
	height:120px;
	background:url(../images/schedule6.jpg) 0 0 no-repeat;
	padding:0px 0 0;
}

.schedule_01 span
 {
  display:block;
	width:280px;
	margin:0 0 0 213px;
	padding:12px 0 0;
	padding:10px 0 0\9;
	*padding:8px 0 0;
	}	
	 
.schedule_02 span {
  display:block;
	width:280px;
	margin:0 0 0 213px;
	padding:20px 0 0;
	}		
	 
.schedule_03 span {
  display:block;
	width:280px;
	margin:0 0 0 213px;
	padding:30px 0 0;
	}		
	
/* hatonomori
------------------------------------------------------------------------*/		

.hatsu5 {
  background: url(../images/hatonomori/hatonomori_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu5 p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}

/* kandamyoujin
------------------------------------------------------------------------*/		

.hatsu6 {
  background: url(../images/kandamyoujin/kandamyoujin_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu6 p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}

/* akasakahikawa
------------------------------------------------------------------------*/		

.hatsu7 {
  background: url(../images/akasakahikawa/akasakahikawa_08.jpg) 0 0 no-repeat;
	width: 630px;
	height: 109px;
	position: relative;
}
.hatsu7 p a img {
	position: absolute;
	left: 459px;
	top: 77px;
}
