/*Ikuyo Nakamura*/

/* ***********************************************************************
	 Initialize
*********************************************************************** */
html,body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border-style:none;
	background-position: center;
	vertical-align: middle;
	margin:0px;
}
ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}
ol {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
}
/* ***********************************************************************
	Common
*********************************************************************** */
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	_text-align: center;
}

/*
a:link { text-decoration: none; color:#2B1708;}
a:visited { text-decoration: none; outline: none; color:#2B1708;}
a:active { text-decoration: none; color: #2B1708; }
a:hover { text-decoration: none; background-color: #CB727E; color: #FFFFFF; }
*/
a:link { text-decoration: none; color:#634026;}
a:visited { text-decoration: none; outline: none; color:#634026;}
a:active { text-decoration: none; color: #634026; }
a:hover { text-decoration: none; background-color: #634026; color: #FFFFFF; }

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.tree {
	display: none;
}

/* ***********************************************************************
	wrap
*********************************************************************** */
#wrap {
	width: 900px;
	margin: auto;
	_text-align: left;
}


/* ***********************************************************************
	header
*********************************************************************** */
#header {
	height: 150px;
	background-image: url(../img/top_logo.jpg);
	background-position-y: bottom;
	background-repeat: no-repeat;
}
	#header h2 {
		line-height: 30px;
		font-size: 14px;
		font-weight: normal;
		text-indent: 1em;
		text-align: right;
	}
#google_serch {
	width: 630px;
	margin: 80px 0 0 340px;
	line-height: 30px;
}
/* ***********************************************************************
	menu
*********************************************************************** */
#menu {
	margin: 5px auto 5px auto;
	width: 891px;
}
	#dd {
	  margin: 0;
	  padding: 0;
	}

	#dd li {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  float: left;
	  font-size: 14px;
	}
	
	#dd li a.menu {
	  width: 170px;
	  line-height: 30px;
	  display: block;
	  text-align: center;
	  /*background-image: url(../img/menu_bg.jpg);*/
	  background: #FFC2CB;
	  border: 1px solid #C60E28;
	  padding: 0;
	  margin-left: 3px;
	  margin-right: 3px;
	  color: #C60E28;
	  text-decoration: none;
	}

	#dd li a.menu:hover {
	  color: #2B1708;
	}

	.submenu {
	  width: 172px;
	  background: #FFC2CB;
	  visibility: hidden;
	  position: absolute;
	  z-index: 3;
	  margin-left: 3px;
	  margin-right: 3px;
	}

	.submenu a {
	  display: block;
	  text-align: center;
	  font: 12px arial;
	  text-decoration: none;
	  padding: 5px;
	  color: #C60E28;
	  border-bottom: 1px solid #C60E28;
	  border-right: 1px solid #C60E28;
	  border-left: 1px solid #C60E28;
	}

	.submenu a:hover {
	  background: #CB727E;
	  color: #FFFFFF;
	}
/* ***********************************************************************
	パン屑
*********************************************************************** */
#navi {
	  margin-top: 5px;
	  margin-bottom: 0px;
	  padding: 0;
	  font: 14px arial;
	  text-indent: 1em;
	  line-height: 20px;
	  width: 900px;
	  border-top: 1px solid #CC8888;
	  border-bottom: 1px solid #CC8888;
}
/* ***********************************************************************
	contents
*********************************************************************** */
#contents {
	overflow: hidden;  
	margin: 0px;
	padding: 0px;
}

	/* ***********************************************************************
		genkimap
	*********************************************************************** */
	#genkimap {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:0;
	}
	/* ***********************************************************************
		contents map
	*********************************************************************** */
	#map {
		height: 600px;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		border: 1px solid #000000;
		padding: 0px;
	}
		#googlemap {
			background-color: #CCCCCC;
			height: 100%;
			margin: 0px;
			padding: 0px;
		}
		#shop_map {
			width: 95%;
			height: 300px;
			background-color: #CCCCCC;
			border: 1px solid #000000;
			margin: auto;
			padding: 0px;
		}
/* ************************************************************************
	BOX Class
************************************************************************ */
	.leftbox {
		float: left;
		width: 600px;
		margin: 0;
		padding: 0;
	}
	.leftbox h3,h1 {
		width: 600px;
		background-image:url(../img/top_left_top.jpg);
		background-position-y: bottom;
		background-repeat: no-repeat;
	}
	.leftbox .msgboxbg {
		width: 600px;
		background-image:url(../img/top_left_bg.jpg);
		margin: 0;
	}
	.leftbox .dotline{
		width: 600px;
		height: 3px;
		display: block;
		background-image:url(../img/top_left_dot.jpg);
		background-position-y: bottom;
		background-repeat: no-repeat;
	}
	.leftbox .bottom_img{
		width: 600px;
		height: 30px;
		display: block;
		background-image:url(../img/top_left_bottom.jpg);
		background-position-y: bottom;
		background-repeat: no-repeat;
	}

	.rightbox {
		float: right;
		width: 300px;
		margin: 0;
		padding: 0;
	}
	.rightbox h3 {
		width: 300px;
		background-image:url(../img/top_right_top.jpg);
		background-position-y: bottom;
		background-repeat: no-repeat;
	}
	.rightbox .msgboxbg {
		width: 300px;
		background-image:url(../img/top_right_bg.jpg);
		margin: 0;
	}
	.rightbox .bannerBox {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.rightbox .bannerBox img {
		width: 280px;
		margin: 5px 10px 5px 10px;
	}
	.rightbox .bannerBox a:link { text-decoration: none; color:#FFFFFF;}
	.rightbox .bannerBox a:visited { text-decoration: none; outline: none; color:#FFFFFF;}
	.rightbox .bannerBox a:active { text-decoration: none; color: #FFFFFF; }
	.rightbox .bannerBox a:hover { text-decoration: none; background-color: #FFFFFF; color: #FFFFFF; }


	.rightbox .dotline{
		width: 300px;
		height: 3px;
		display: block;
		background-image:url(../img/top_right_dot.jpg);
		background-position-y: bottom;
		background-repeat: no-repeat;
	}
	.rightbox .bottom_img{
		width: 300px;
		height: 30px;
		display: block;
		background-image:url(../img/top_right_bottom.jpg);
		background-position-y: bottom;
		background-repeat: no-repeat;
	}

	/* ***********************************************************************
		contents topics
	*********************************************************************** */
	div#topics  {
		margin-right: auto;
		margin-left: auto;
		_margin-right: 0;
		_margin-left: 0;
		margin-top: 10px;
	}
	#topics .inlinebox{
	    display: -moz-inline-box; /*for Firefox 2*/
	    display: inline-block; /*for modern*/
	    /display: inline; /*for ie5～7*/
	    /zoom: 1; /*for ie5～7*/
		vertical-align: top;
	}
	#topics .cntbox {
		margin: 0;
		padding: 0;
	}
	#topics h3 {
		height: 30px;
		line-height: 30px;
		text-indent: 2em;
		display: block;
		margin: 0;
	}
	#topics .bodyheight {
		height: 14px;
	}
	#topics .msgbox {
		height: 50px;
	}

		#topics .leftbox li.top{
			width: 550px;
			line-height: 20px;
			margin: auto;
		}
		#topics .leftbox .title{ 
			line-height: 20px;
			float: left;
			text-indent: 1em;
			font-size: 12px;
		}
		#topics .leftbox .r_text{ 
			line-height: 20px;
			text-align: right;
		}
		#topics .leftbox .body{ 
			width: 500px;
			line-height: 15px;
			margin: auto;
			overflow: hidden;
		}
		#topics .leftbox li.more{
			width: 550px;
			line-height: 15px;
			text-align: right;
		}
		#topics .leftbox .bottom-more{
			width: 550px;
			line-height: 30px;
			text-align: right;
			margin: 0;
			padding: 0;
		}
		
		#topics .rightbox li.top{
			width: 250px;
			line-height: 20px;
			margin: auto;
		}
		#topics .rightbox .title{ 
			line-height: 20px;
			text-indent: 0;
			border-bottom: 1px solid #C60E28;
		}
		#topics .rightbox .r_text{ 
			line-height: 20px;
			text-align: right;
		}
		#topics .rightbox .body{ 
			width: 250px;
			line-height: 15px;
			margin: auto;
			overflow: hidden;
		}
		#topics .rightbox li.more{
			width: 250px;
			line-height: 15px;
			text-align: right;
		}
		#topics .rightbox .bottom-more{
			width: 250px;
			line-height: 30px;
			text-align: right;
			margin: 0;
			padding: 0;
		}
		
/* ***********************************************************************
	NewInfomation
*********************************************************************** */
#cntents_newinfo {
	float: left;
	width: 600px;
	margin: auto;
}

		#cntents_newinfo h3 {
			width: 600px;
			line-height: 30px;
			text-indent: 1em;
			background-image:url(../img/top_left_top.jpg);
			background-position-y: bottom;
			background-repeat: no-repeat;
		}
		#cntents_newinfo span.page_link {
			float: right;
			font-size: 12px;
			font-weight: normal;
			margin-right: 2em;
			line-height: 30px;
		}
	#cntents_newinfo .wrap {
		margin-bottom: 10px;
		width: 600px;
		margin: 0;
	}
		#cntents_newinfo .title {
			width: 580px;
			margin: auto;
			font-weight: bold;
			font-size: 16px;
			line-height: 30px;
			text-indent: 1em;
			border-bottom: 1px solid #C60E28;
			padding-top: 20px;
		}
		#cntents_newinfo span.from {
			float: right;
			font-size: 12px;
			font-weight: normal;
			line-height: 40px;
			margin-right: 1em;
		}
		#cntents_newinfo .body {
			float: left;
			font-size: 14px;
			line-height: 20px;
			width: 330px;
			margin-left: 20px;
			margin-bottom: 15px;
		}
		#cntents_newinfo .body_line {
			margin: auto;
			width: 280px;
			font-size: 14px;
			line-height: 30px;
			height: 30px;
			overflow: hidden;
		}
		#cntents_newinfo .img {
			width: 250px;
			margin-left: 350px;
			margin-top: 25px;
			margin-bottom: 25px;
		}

/* ***********************************************************************
	広告リンク
*********************************************************************** */
	#cntents_adlink h3{
		height: 30px;
		line-height: 30px;
		text-indent: 2em;
		display: block;
		margin: 0;
	}
	#cntents_adlink .body{ 
		width: 250px;
		line-height: 15px;
		margin: auto;
		overflow: hidden;
	}

/* ***********************************************************************
	AllShop
*********************************************************************** */
#kubun_box {
	float: left;
	width: 450px;
}
#kubun_box h4{
	margin-left: 20px;
	margin-top: 20px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-indent: 1em;
}
#kubun_box .bgc1 {background-color: #EEDDDD;	border-bottom: 5px solid #CC8888;}
#kubun_box .bgc2 {background-color: #CCDFFF;	border-bottom: 5px solid #2E5ECA;}

#kubun_box h5{
	margin-left: 30px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 1em;
	border-bottom: 1px solid #999999;
}
#kubun_box .tname {
	margin-left: 50px;
	line-height: 40px;
	font-size: 14px;
	text-indent: 1em;
}
/* ***********************************************************************
	Select One Shop
*********************************************************************** */
#tenpo_info {
}
	#tenpo_info h1{
		text-indent: 2em;
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
	}
	#tenpo_info .para_box {
		width: 580px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 10px;
	}
	#tenpo_info .logo_box {
		float: left;
		width: 200px;
	}
	#tenpo_info .logo_box img {
		margin-bottom: 5px;
	}
	#tenpo_info .strap_box {
		width: 400px;
		height: 102px;
		margin: auto;
	}
	#tenpo_info .strap_box p {
		width: 400px;
		line-height: 20px;
		padding-top:80px;
		text-align: right;
	}
	#tenpo_info .right_box {
		margin-left: 200px;
		width: 380px;
	}
	#tenpo_info .para_box ul {
		margin-bottom:20px;
	}
	#tenpo_info .para_box li {
		font-size: 14px;
		line-height: 20px;
	}
	#tenpo_info .para_box li.title {
		text-indent: 1em;
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		background-color: #FFC2CB;
		margin: auto auto 10px auto;
	}
	#tenpo_info .para_box li.combody {
		font-size: 14px;
		line-height: 25px;
		margin-left: 50px;
		margin-bottom:20px;
	}
	#tenpo_info .bottom_img {
		margin: auto;
	}
	
#newinfo_one {
	margin: 0;
	padding: 0;
}
	#newinfo_one h3{
		margin: 0;
		padding: 0;
		text-indent: 2em;
		font-size: 14px;
		font-weight: 600;
		line-height: 30px;
	}
	#newinfo_one .wrap {
		padding-bottom: 5px;
	}
	#newinfo_one h2 {
		margin: auto;
		font-size: 14px;
		text-indent: 1em;
		font-weight: 600;
		line-height: 30px;
		border-bottom: 1px solid #C60E28;
		width: 280px;
	}
	#newinfo_one p.from {
		margin: auto;
		width: 280px;
		text-align: right;
		font-size: 12px;
		font-weight: normal;
		line-height: 30px;
	}
	#newinfo_one .img {
		margin-top: 10px;
		text-align: center;
	}
	#newinfo_one .body {
		margin: auto;
		padding-top: 10px;
		width: 280px;
		font-size: 14px;
		line-height: 20px;
	}
	#newinfo_one .body_line {
		margin: auto;
		width: 280px;
		font-size: 14px;
		line-height: 15px;
		height: 15px;
		overflow: hidden;
	}
	#newinfo_one .text_r {
		margin: auto;
		width: 280px;
		line-height: 30px;
		text-align: right;
	}
/* ***********************************************************************
	口コミフォーム
************************************************************************ */
#kuchi_form {
	width: 500px;
		margin: auto;
}
	#kuchi_form li{
		line-height: 30px;
	}
	#kuchi_form .lavel{
		line-height: 30px;
		width: 80px;
		float: left;
	}
	#kuchi_form input{
		line-height: 30px;
		width: 300px;
	}
	#kuchi_form select{
		line-height: 30px;
		width: 300px;
	}
	#kuchi_form .textbody{
		height: 100px;
	}
	#kuchi_form textarea{
		width: 300px;
		height: 100px;
	}
	#kuchi_form .submit input{
		text-align: center;
	}
	#kuchi_form .submit input{
		width: 200px;
		margin: 10px;
	}
#kuchikomi_check {
	margin: 20px auto 0 auto;
	width: 800px;
	font-size: 14px;
}
	#kuchikomi_check p {
		font-size: 16px;
		line-height: 40px;
	}
	#kuchikomi_check li {
		border-bottom: 1px solid #CCCCCC;
		height: 100%;
		line-height: 30px;
	}
	#kuchikomi_check .title {
		width: 100px;
		float: left;
		text-indent: 1em;
		background-color: #666666;
		color: #FFFFFF;
	}
	#kuchikomi_check .text {
		margin-left: 110px;
	}
	#kuchikomi_check form {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	#kuchikomi_check input {
		width: 300px;
		height: 50px;
	}
	
/* ***********************************************************************
	cntents_reading
************************************************************************ */
#cntents_reading {
	margin: 0;
	padding: 0;
}
	#cntents_reading h3{
		line-height: 30px;
		text-indent: 1em;
		margin: 0;
	}
	#cntents_reading dl{
		width: 580px;
		margin: auto;
		padding-top: 10px;
	}
	#cntents_reading dt {
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		text-indent: 1em;
		border-left: 10px solid #FFC2CB;
		border-bottom: 1px solid #FFC2CB;
	}
	#cntents_reading dd {
		margin-top: 10px;
		margin-left: 50px;
		width: 530px;
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 10px;
	}
	#cntents_reading img.sidl {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#cntents_reading img.sidr {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#cntents_reading .textmassage {
		margin-top:30px;
		line-height: 20px;
		text-align: center;
	}
	#cntents_reading .checkmassage {
		line-height: 20px;
		font-size: 12px;
		margin-left: 2em;
		color: #C60E28;
	}
	#cntents_reading ul{
		width: 500px;
		margin: 10px auto 10px auto;
	}
	#cntents_reading .contact_box li {
		margin:5px;
	}
	#cntents_reading ul.contact_box div{
		float:left;
		width:150px;
		line-height: 30px;
	}
	#cntents_reading .contact_box div.input_data {
		width:300px;
		line-height: 20px;
		margin-top: 5px;
		border-bottom: 1px solid #C60E28;
		background-color: #FFC2CB;
	}
	#cntents_reading .contact_box input {
		width:300px;
		height: 20px;
		margin-top: 5px;
		border: 1px solid #FFC2CB;
	}
	#cntents_reading .contact_box .push {
		float:left;
		width:140px;
		height: 20px;
		border: 1px solid #FFC2CB;
		background-color: #FFC2CB;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#cntents_reading .contact_box textarea {
		width:300px;
		height:200px;
		margin-top: 5px;
		border: 1px solid #FFC2CB;
	}
	#cntents_reading li.p_title {
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		text-indent: 1em;
		color: #2B1708;
		background-color: #FFC2CB;
	}
	#cntents_reading li .p_body_left {
		float: left;
		width: 100px;
		margin-left: 50px;
		text-indent: 1em;
		line-height: 20px;
		border-right: 1px solid #FFC2CB;
		border-left: 1px solid #FFC2CB;
		border-bottom: 1px solid #FFC2CB;
	}
	#cntents_reading li .p_body_right {
		float: left;
		width: 340px;
		text-indent: 1em;
		line-height: 20px;
		border-right: 1px solid #FFC2CB;
		border-bottom: 1px solid #FFC2CB;
	}
/* ***********************************************************************
	cntents_strap
************************************************************************ */
/* ***********************************************************************
	shop sidemenu
*********************************************************************** */
#shop {
	background-color: black;
	color: White;
	width: 180px;
	float: right;
	padding: 2%;
	cursor: default;
	height: 96%;
	text-indent: 1em;
}
#shop a:link { text-decoration: none; color:#FFFFFF;}
#shop a:hover { text-decoration: none; color:#FFFFFF; background-color:#333333;}
#shop a:visited { text-decoration: none; outline: none; color:#FFFFFF;}
#shop a:active { text-decoration: none; color: #FFFFFF; }

#shop h4 {
	width: 180px;
	margin: 0;
	padding: 0;
	text-indent: 1em;
	line-height: 20px;
	font-size: 15px;
}
#shop h5 {
	width: 170px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
	text-indent: 1em;
	line-height: 20px;
	font-size: 13px;
}
#shop .bgc1 {background-color: #6A1515;}
#shop .bgc2 {background-color: #1C3B81;}
#shop .tname {
	margin: 0;
	padding: 0;
	text-indent: 1em;
	line-height: 15px;
	font-size: 11px;
}
.sidecontentslider {
	background-image: url(../img/a.png);
	padding-left: 20px;
	cursor: pointer;
}
.sidecontentslider:hover {
	background-image: url(../img/b.png);
}
.sidecontentslider.expanded {
	background-image: url(../img/c.png);
}
.sidecontentslider.expanded:hover {
	background-image: url(../img/d.png);
}

/* ***********************************************************************
	footer
*********************************************************************** */
#footer {
	width: 900px;
	margin-bottom:10px;
	line-height: 30px;
	text-align: center;
	border-top: 1px solid #CC8888;
	border-bottom: 1px solid #CC8888;
}



