﻿@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   color:#333;
}

html{
	min-height:100%;
	_height:100%;
} 

body {
	background-color:#FDFEFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height:100%;
	background-image:url(../img/bg2.gif);
	background-attachment: fixed;
	background-position: center top;
}

br {
   letter-spacing:normal;
}

a {
	color:333;
	text-decoration:none;
}

a:hover {
	color:#009966;
	text-decoration:none;
}

img {
   border:0;
}

h1,h3,h4,h5,h6 {
   margin:0;
}

h2{
	margin-bottom:8px;
	margin-right:45px;
	padding:2px 2px 2px 0;
	color:#333333;
	font-size:15px;
	font-weight:bold;
}

p{
   font-size:14px;
   padding-left:30px;
   line-height:18px;
   }

/* ========TEMPLATE LAYOUT======== */
div#top {
	width:757px;
	margin:0 auto;
	background-color: #FFFFFF;
	padding: 0;
	height: auto;
}

div#header {
   width:757px;
   height:60px;
   background:#fff;
   background-image:url(../img/header_bg.gif);
}

div#menu {
   width:757px;
   margin-bottom:-14px;
}

div#contents {
	clear:both;
	width:757px;
	background:url(../images/bg_contents.gif) 0 0 repeat-y;
	height: auto;
	margin: 0 -20px 0 0;
	padding: 0;
}

div#headImage {
   width:757px;
   height:200px;
}

div#main {
	float:left;
	width:740px;
	margin-top:10px;
	background-color:ffffff;
}

div#madori {
	float:left;
	width:740px;
	margin-top:10px;
	background-color:#CCCCCC;
}


div#sub {
	float:right;
	width:180px;
	margin-top:10px;
}

div#totop {
   border-top:1px solid #535D57;
}

div#footer {
	clear:both;
	width:757px;
	height: auto;
	margin-top: 20px;
	border-top: 3px double #9CBAFE;
	padding-top: 10px;
	background-color: #FFFFFF;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	color:#333333;
	line-height:26px;
}

div#header h1 a {
   color:#000;
}

div#header h1 a:hover {
   color:#535D57;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:756px;
   margin:0;
   padding:1px 0 1px 1px;
   background-color: #FFFFFF;
}

div#menu li {
   float:left;
   font-size:14px;
   color: #FFFFFF;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:125px;
   margin-right:1px;
   padding:5px 0;
   color:#fff;
   background:url(../img/bg_menu_off.gif);

}

div#menu li a:hover{
   color:#fff;
   background:url(../img/bg_menu_on.gif);
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#31001D;
}

div#main a:hover {
   color:#31001D;
   border:0;
   border-bottom:1px solid #31001D;
}

div#main h2 {
	margin-bottom:8px;
	margin-right:45px;
	padding:10px 2px 2px 20px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	background-image:url(../img/midashi.jpg);
	height:20px;
}

div#main h3 {
    float:left;
	margin-bottom:8px;	
	margin-left:10px;
	padding:2px 2px 2px 20px;
	color:#CC6600;
	font-size:16px;
	font-weight:bold;
	background-color:#ffffff;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
   margin:0 10px 1em 0;
   font-size:0.75em;
   line-height:1.4;
}

div#main ul,ol,dl{
   margin-right:10px;
   font-size:0.75em;
}

div#main dt{

}

div#main li{
}

div#main dt{
	background:#f1f1f1;
}

div#main dd{
	background:#f1f1f1;
}

/* ========sub CONTENTS CUSTOMIZE======== */
div#sub .section {

}

div#sub h2 {
   padding:3px;
   font-size:12px;
   font-weight:bold;
   color:#fff;
   background:#F99B14 url(../img/bg_sub_h2.gif) 0 0 repeat-x;
}

div#sub ul {
   margin:0;
   padding:5px 0 1em 0;
}

div#sub li {
	margin:0;
	padding-left:18px;
	font-size:13px;
	line-height:1.5;
	background:#fff url(../images/bg_list.gif) 0 4px no-repeat;
	list-style:none;
}

/* ========FOOTER CUSTOMIZE======== */
div#totop{
	position:relative;
	height:4em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background:#fff url(../images/bg_totop.gif) 0 50% no-repeat;
}

address{
   padding:10px 0;
   font-size:0.63em;
   color:#333333;
}

.h1-s{
   font-size:28px;
   color:#333333;
     }
.link-com{
	font-size:10.5px;
	line-height: 12px;
   }
.shitsunai{
	width:757px;
	height:auto;
	float:left;
	margin-bottom: 10px;
	background-color: #FFFFFF;
   }
 
 .shitsunai02_03{
	width:300px;
	height:auto;
	float:left;
	margin-bottom: 5px;
   }
 
 .shitsunai_text{
	width:660px;
	height:auto;
	float:left;
	margin-left:20px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-size:14px;
	line-height:18px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
   }
    
 .contents-pic01{
	width:400px;
	height:auto;
	float:left;
	border: 1px solid #999999;
	margin-right:10px;
	margin-left:10px;	
   }

 .shitsunai02 {
	width:140px;
	height:auto;
    float:left;
	margin-bottom:5px;
	margin-left:5px;
   }
   
  .shitsunai03 {
	width:140px;
	height:auto;
	float:right;
	margin-top:0px;
	margin-left:5px;
   }
 
  .main-setsubi-mini{
	width:700px;
	height:auto;
	float:left;
	margin-bottom: 5px;
   }

 .setsubi-mini{
	width:216px;
	height:auto;
    float:left;
	border: 1px solid #999999;
	margin-top:10px;
	margin-left:10px;
   }


 .madori-pic{
    float:right;
	border: 1px solid #999999;
	margin-right:20px;
	margin-top:-20px;
   }
   
.syuhen-map{
     float:left;
	 margin-bottom:10px;
	 margin-left:10px;
	 }

.syuhen-pic-box{
     float:right;
	 width:320px;
	 margin-bottom:10px;
	 }


.gaiyo-right{
    float:right;
	}
	
.gaiyo-left{
    float:left;
	margin-left:10px;
	}

.area-gray02{
   background-color:#E7E7E7;
   border-bottom-style:solid;
   border-bottom-width:1px;
   border-bottom-color:#FFFFFF;
   font-size:12px;
   line-height:18px;
   color:#333333;
   }

.area-white02{
   background-color:#FFFFFF;
   border-bottom-style:solid;
   border-bottom-width:1px;
   border-bottom-color:#CCCCCC;
   text-align:left;
   font-size:12px;
   line-height:18px;
   color:#333333;
   }


 .ph-gaikan-s01{
	height:auto;
	width:300px;
	border: 1px solid #999999;
   }
   
   
     
.ph-gaikan-s03{
    float:left;
    width:567px;
	height:auto;
	margin-bottom: 26px;
   }
   
.ph-gaikan-s04{
    float:right;
    width:250px;
	height:175px;
	margin-bottom: 10px;
   }

.ph-naisou{
	width:180px;
	height:120px;
	float:left;
	margin: 10px 5px 0 4px;
	background-color: #CCCCCC;
	font-size: 12px;
   }

.shop-data{
	width:748px;
	height:auto;
	padding: 0 5px 0 4px;
	background-color: #FFFFFF;
	}
.shop-logo{
	width:290px;
	height:80px;
	float:left;
	}
.shop-line{
	width:450px;
	height:80px;
	float:right;
	}

.tel{
	font-size:25px;
	line-height: 26px;
	color: #002883;
	}

.time{
	font-size:12px;
	line-height: 15px;
	color: #012883;
	}

.k-com{
	width:748px;
	height:auto;
	font-size: 10px;
	color: #333333;
	margin-top: 10px;
	background-color: #FFFFFF;
	}

.keiyaku-com-area{
	width:567px;
	height:auto;
	margin-bottom: 20px;
	}
	
.keiyaku-com-area ul{
    margin:0px;
	padding:0px;
	list-style:disk;
	}
	
.keiyaku-com-area li{
	margin:0;
	padding-top:0;
	list-style-position:inside;
	border-bottom:1px solid #CCCCCC;
	line-height:20px;
	font-size:12px;
    text-align:10px;
	}

.keiyaku-com-area span{
    margin-left:20px;
	}


	
.koumoku{
	width:110px;
	float: left;
	padding-top:4px;
	}

.koumoku-r{
	width:auto;
	float:left;
	}

.madori-ph{
	width:265px;
	float:left;
	margin: 0 8px 10px 8px;
	height: auto;
	}

.madori-ph img{
    border:#666666 solid 1px;
	}

.madori-text{
    font-size:14px;
	vertical-align:top;
	line-height:20px;
	padding-left:10px;
	}


.map-ph{
	width:550px;
	height:auto;
	margin-left: 10px;
	}

.setsubi-koumoku-r{
	width:auto;
	float:left;
    padding-top:4px;
	}

.syuhen{
	width:180px;
	height:200px;
	text-align: left;
	margin-left: 7px;
	float: left;
	font-size: 12px;
	}

.syuhen-ph{
	width:180px;
	height:180px;
	background-color: #CCCCCC;
	}

.syuhen-img{
    margin-left:10px;
	}
	
.syuhen-img-blank{
    margin-right:20px;
	}

.gaiyo-blank1{
    margin-right:46px;
	}

.gaiyo-blank2{
    margin-right:20px;
	}
	
.gaiyo-blank3{
    margin-right:50px;
	}
	
.gaiyo-blank4{
    margin-right:10px;
	}
	
.gaiyo-blank5{
    margin-right:54px;
	}

.gaiyo-blank6{
    margin-right:30px;
	}
	

.syuhen-text{
    margin-left:10px;
	}

.syuhen-text-blank{
    margin-left:200px;
	}


.syuhen-text-blank2{
    margin-left:152px;
	}

.setsubi-text{
   float:left;
   }





.blank{
   margin-right:5px;
   }
   
   
.blank02{
   margin-right:52px;
   }

.blank03{
   margin-right:80px;
   }

.blank04{
   margin-right:90px;
   }


.link_top{
   float:right;
   margin-top:20px;
   margin-right:20px;
   padding-bottom:-10px;
   }

.link_top2{
   float:right;
   }   
   
/* table.setsubi(border 1px) ------------------Maki T.---------------------------*/

table.setsubi {
	font-size:12px;
	padding: 0px;
	background-position: center center;
	page-break-before: auto;
	page-break-after: auto;
	text-align: center;
	float: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	display: table;
	clear: none;
	width: 665px;
	}
table.setsubi th {
	background-position: center center;
	padding: 0.25em;
	background-color: #E7E7E7;
	font-weight: bold;
	white-space : normal;
	text-align: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	}
table.setsubi td {
	font-weight: normal;
	background-position: center center;
	vertical-align: top;
	text-align: left;
	}

/* table.gaiyou(border 1px) ------------------Maki T.---------------------------*/
table.gaiyou {
	font-size:12px;
	padding: 0px;
	background-position: center center;
	border: 1px none #7E7E7E;
	page-break-before: auto;
	page-break-after: auto;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	_display: inline;/*IE6用*/
	}
table.gaiyou th {
	background-position: center center;
	padding: 0.25em;
	background-color: #E7E7E7;
	font-weight: bold;
	white-space : normal;
	text-align: left;
	width: 80px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	}
table.gaiyou td {
	font-weight: normal;
	background-position: center center;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7E7E7E;
	}
table.gaiyou caption {
	font-weight: normal;
	font-size: 10px;
	color: #CC0033;
	text-align: right;
	padding: 0px 0px 10px;
	}
   
.clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

	/* 写真キャプションあり---------------------------------------------*/
.photo_cap {
	clear: none;
	float: left;
	text-align: left;
	display: block;
	width: 150px;
	left: auto;
	right: auto;
	background-position: center center;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
}
.photo_cap img {
	clear: both;
	float: none;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	margin: 0px;
	width: 150px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.photo_cap span {
	padding-bottom: 5px;
	display: inline-block;
}


	/* 写真タイトル+キャプション---------------------------------------------*/
.photo_TC {
    width:757px;
	clear: none;
	float: left;
	text-align: left;
	display: block;
	left: auto;
	right: auto;
	background-position: center center;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.photo_TC img {
	clear: both;
	float: none;
	padding: 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	margin-left: 5px;
	margin-right:5px;
	background-color: #FFFFFF;
}

.photo_TC h3 {
	padding: 0px;
}
.photo_TC p {
	width:300px;
	height:auto;
	float:left;
	margin-left:20px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-size:18px;
	line-height:18px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
   }


   
 .madori-pic_rev{
	border: 1px solid #999999;
	margin-right:0px;
	margin-left: 20px;
   }

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-wrapper, .drop-shadow {
    background: white;
}
.highslide img {
}
.highslide:hover img {
}
.highslide-wrapper {
    background: white;
}
.highslide-image {
    border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
    background: url(highslide/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}