@charset "utf-8";

*{
	margin:0;
	padding:0;
	font-family:"メイリオ", "Meiryo";
}

body{
	background:url(../img/bg.jpg);
}

a {outline:none;color:#561407;}
a img{border:0;}
a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:underline;}
a:active { text-decoration:none;}

p{
	font-size:0.75em;
	line-height:170%;
	color:#5f2e23;
}

/*******************************
header
*******************************/

#slideshow{
	width:950px;
	height:394px;
    position:relative;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#headtext{
	background-color:#48230f;
	color:#ffffff;
	text-align:center;
	padding:2px;
}

#headtext p{
	color:#ffffff;
}

#header{
	width:950px;
	margin:0 auto;
	background-color:#ffffff;
}
#top_bg{
	background:url(../img/top_bg.png) no-repeat top center;
    _background:none;
}

#contents_bg{
	background:url(../img/contents_bg.png) no-repeat top center;
    _background:none;
}

#contents_head{
	height:100px;
}

#contents_head h1{
	float:left;
}

#contents_head h1 a{
	display:block;
	width:270px;
	height:100px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-9999px;
}

#contents_head .address{
	width:310px;
	height:100px;
	background:url(../img/head_address.gif) no-repeat;
	text-indent:-9999px;
	float:right;
}

#mainmenu{
	clear:both;
	height:56px;
}

#mainmenu ul{
	height:56px;
}

#mainmenu ul li{
	float:left;
	list-style:none;
	display:table-cell;
	display:block;
	text-indent:-9999px;
	height:56px;
}

#mainmenu ul li a{
	display:block;
	text-indent:-9999px;
	height:56px;
}

#mainmenu ul li.global01 a {background:url("../img/menu_01.gif") no-repeat top left;width:120px;}
#mainmenu ul li.global02 a {background:url("../img/menu_02.gif") no-repeat top left;width:150px;}
#mainmenu ul li.global03 a {background:url("../img/menu_03.gif") no-repeat top left;width:140px;}
#mainmenu ul li.global04 a {background:url("../img/menu_04.gif") no-repeat top left;width:140px;}
#mainmenu ul li.global05 a {background:url("../img/menu_05.gif") no-repeat top left;width:140px;}
#mainmenu ul li.global06 a {background:url("../img/menu_06.gif") no-repeat top left;width:140px;}
#mainmenu ul li.global07 a {background:url("../img/menu_07.gif") no-repeat top left;width:120px;}
#mainmenu ul li.global01 a:hover{background: url("../img/menu_01_o.gif") no-repeat top left;}
#mainmenu ul li.global02 a:hover{background: url("../img/menu_02_o.gif") no-repeat top left;}
#mainmenu ul li.global03 a:hover{background: url("../img/menu_03_o.gif") no-repeat top left;}
#mainmenu ul li.global04 a:hover{background: url("../img/menu_04_o.gif") no-repeat top left;}
#mainmenu ul li.global05 a:hover{background: url("../img/menu_05_o.gif") no-repeat top left;}
#mainmenu ul li.global06 a:hover{background: url("../img/menu_06_o.gif") no-repeat top left;}
#mainmenu ul li.global07 a:hover{background: url("../img/menu_07_o.gif") no-repeat top left;}
#mainmenu ul li.global01 a.ov{background: url("../img/menu_01_o.gif") no-repeat top left;}
#mainmenu ul li.global02 a.ov{background: url("../img/menu_02_o.gif") no-repeat top left;}
#mainmenu ul li.global03 a.ov{background: url("../img/menu_03_o.gif") no-repeat top left;}
#mainmenu ul li.global04 a.ov{background: url("../img/menu_04_o.gif") no-repeat top left;}
#mainmenu ul li.global05 a.ov{background: url("../img/menu_05_o.gif") no-repeat top left;}
#mainmenu ul li.global06 a.ov{background: url("../img/menu_06_o.gif") no-repeat top left;}
#mainmenu ul li.global07 a.ov{background: url("../img/menu_07_o.gif") no-repeat top left;}

/*******************************
maincontents
*******************************/

#top_contents{
	background-color:#f7f3ef;
	margin:0 auto;
	width:870px;
	padding:30px 40px;
}

#top_contents #left{
	float:left;
	width:620px;
}

#top_contents #left img.imgover,
#top_contents #left img.preopen{
	margin-right:40px;
	margin-bottom:20px;
}

*html #top_contents #left hr {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(../img/top_hr.gif) inside;
}

#top_contents #left hr{
	background-image:url(../img/top_hr.gif);
	height:2px;
	width:580px;
	border:0;
	margin-bottom:20px;
	text-align:left;
}

#top_contents #left h2{
	background:url(../img/top_title_information.gif) no-repeat;
	text-indent:-9999px;
	width:180px;
	height:22px;
	margin-bottom:20px;
}

#top_contents #left dl{
	width:580px;
	font-size:0.75em;
	color:#561407;
}

#top_contents #left dt{
	clear:both;
	width:80px;
	float:left;
	margin-bottom:15px;
	padding-left:20px;
}

#top_contents #left dd{
	background:url(../img/cursor01.gif) no-repeat 0 5px;
	width:465px;
	float:right;
	margin-bottom:15px;
	padding-left:15px;
}

#top_contents #right{
	float:right;
	width:250px;
}

#top_contents #right p{
	font-size:12px;
}

#contents{
	padding:20px 30px 30px;
	width:890px;
	background-color:#f7f3ef;
	margin:0 auto;
}

.submenu{
	text-align:center;
	padding:10px 0;
	background-color:#edddd9;
}

.submenu img{
	margin:0 5px;
}

*html hr.br_01 {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(../img/hr_01.gif) inside;
}

hr.br_01{
	clear:both;
	width:890px;
	height:38px;
	border:0;
	background:url(../img/hr_01.gif) no-repeat;
}

*html hr.br_02 {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(../img/hr_02.gif) inside;
}

hr.br_02{
	clear:both;
	width:890px;
	height:7px;
	border:0;
	margin:15px 0;
	background:url(../img/hr_02.gif) no-repeat;
}

/*******************************
concept
*******************************/

#concept .copy{
	text-align:center;
	margin:10px 0;
}

#concept .copy h3{
	margin:0 auto 10px;
	width:625px;
	height:25px;
	text-indent:-9999px;
	background:url(../concept/img/concept_copy.gif) no-repeat;
}

#concept .concept_box{
	margin:40px 0;
}

#concept .concept_box h4.concept_1{
	margin-left:381px;
	width:509px;
	height:48px;
	text-indent:-9999px;
	background:url(../concept/img/concept1_title.gif) no-repeat;
	margin-bottom:15px;
}

#concept .concept_box h4.concept_2{
	width:509px;
	height:48px;
	text-indent:-9999px;
	background:url(../concept/img/concept2_title.gif) no-repeat;
	margin-bottom:15px;
}

#concept .concept_box h4.concept_3{
	margin-left:381px;
	width:509px;
	height:48px;
	text-indent:-9999px;
	background:url(../concept/img/concept3_title.gif) no-repeat;
	margin-bottom:15px;
}

#concept .concept_box img.img_01{
	float:left;
	margin-right:25px;
	margin-bottom:20px;
}

#concept .concept_box img.img_02{
	float:right;
	margin-left:25px;
	margin-bottom:20px;
}

#concept .concept_box img.img_03{
	float:left;
	margin-right:25px;
	margin-bottom:50px;
}

#concept .concept_box p.right{
	float:right;
	width:509px;
}

/*******************************
menu
*******************************/

#menu .left{
	float:left;
	width:500px;
	margin-left:20px;
}

#menu dl{
	font-size:0.8em;
	color:#5f2e23;
	width:450px;
	margin-top:25px;
	border-bottom:1px solid #d9d1d0;
	
}

#menu dl dt{
	float:left;
	width:300px;
	font-weight:bold;
}

#menu dl dd{
	text-align:right;
	float:right;
	width:150px;
	font-weight:bold;
}

#menu ul li{
	font-size:0.75em;
	list-style:none;
	padding-bottom:6px;
}

#menu ul{
	margin-left:10px;
	margin-top:10px;
	color:#333333;
}

#menu hr{
	clear:both;
	margin:10px 0;
}

#menu .copy p{
	font-size:0.9em;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

#menu .right{
	float:right;
	width:350px;
	margin-top:10px;
	margin-right:20px;
	text-align:center;
}

#menu .right img{
	margin-bottom:10px;
}

#menu .right span img{
	margin:0;
	cursor:pointer;
}

/*******************************
information
*******************************/

#information dl{
	width:850px;
	margin-bottom:20px;
}

#information dl dt{
	font-size:0.9em;
	color:#5f2e23;
	float:left;
	width:150px;
}

#information dl dd{
	float:right;
	text-align:left;
	width:700px;
}

#information dl dd span{
	font-weight:bold;
	font-size:1.2em;
	display:block;
	padding-bottom:5px;
}

#information dl dd img{
	float:right;
	margin:0 0 0 15px;
}

/*******************************
access
*******************************/

#access{
	margin-top:10px;
}

#access .left{
	float:left;
	width:365px;
	margin-right:45px;
	margin-left:20px;
}

#access .left img{
	margin-bottom:10px;
}

#access .right{
	float:right;
	width:460px;
	color:#5f2e23;
}

#access .right img{
	margin:20px 0;
}

#access .right dt{
	clear:both;
	float:left;
	font-size:12px;
	width:70px;
	margin-bottom:5px;
}

#access .right dd{
	float:right;
	font-size:12px;
	width:390px;
	margin-bottom:5px;
}

#access .right p{
	clear:both;
}

/*******************************
interior
*******************************/

#interior{
	margin-top:10px;
}

#interior .photo{
	position:relative;
	font-size:0.8em;
	padding-top:10px;
}

#interior .photo .photolist{
	width:890px;
	text-align:center;
}

#interior .photo .page{
	clear:both;
	padding-top:10px;
	width:890px;
	text-align:center;
}

#interior hr{
	clear:both;
	margin:10px 0 0 0;
	padding:;
}

/*******************************
contact
*******************************/

#contact dl{
	font-size:0.75em;
	color:#5f2e23;
	margin-top:20px;
	border-bottom:1px solid #dbb0a7;
	background-color:#f0eae5;
}

#contact dl dt{
	float:left;
	clear:both;
	border-top:1px solid #dbb0a7;
	width:180px;
	padding:15px 10px;
	font-weight:bold;
}

#contact dl dd{
	float:right;
	border-top:1px solid #dbb0a7;
	width:690px;
	padding:15px 0;
}

#contact dl dd input.name{
	width:100px;
	font-size:0.8em;
}

#contact dl dd input.text{
	width:300px;
	font-size:0.8em;
}

#contact dl dd textarea{
	width:500px;
	font-size:0.75em;
}

#contact span{
	color:#cc0000;
}

#contact .bt{
	text-align:center;
	margin-top:10px;
}

/*******************************
footer
*******************************/

#footer{
	clear:both;
	margin:0 auto;
	width:930px;
	background-color:#48230f;
	padding:10px;
}

#footer .left{
	float:left;
	margin-left:30px;
	margin-top:10px;
}

#footer .left ul{
	float:left;
	background:url(../img/footer_hr.gif) repeat-y top left;
	width:175px;
	height:145px;
}

#footer .left ul li{
	background:url(../img/cursor02.gif) no-repeat 0 5px;
	margin:5px 0 0 10px;
	padding:0 0 0 10px;
	list-style:none;
	font-size:0.75em;
	color:#ffffff;
	display:block;
	line-height:0;
}

#footer .left ul li a{
	display:inline;
	color:#ffffff;
	line-height:normal;
}

#footer .left ul li.sub{
	background:url(../img/cursor02.gif) no-repeat 15px 5px;
	margin-left:10px;
	padding-left:25px;
	list-style:none;
	font-size:0.7em;
	color:#ffffff;
	margin-top:0;
}

#footer .right{
	float:right;
}

#footer .right2{
	float:right;
	width: 160px;
	margin-right: 10px;
}
#cr{
	clear:both;
	margin:0 auto;
	width:950px;
	padding:10px 0;
}

#cr .left ul li{
	background:url(../img/cursor02.gif) no-repeat 0 5px;
	margin-left:10px;
	padding-left:10px;
	list-style:none;
	font-size:0.75em;
	color:#ffffff;
	float:left;
}

#cr .left ul li a{
	color:#ffffff;
}

#cr .right{
	float:right;
	padding-top:4px;
}
	
/*******************************
clearfix
*******************************/
	
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}