﻿@charset "utf-8";

/*left menu base css*/

/*left*/

body {
	margin-top: 0px;
}


div#tenpotitle{
	width:195px;
	height:auto;
	
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

div#keitaititle{
	top: 380px;
	width:195px;
	height:auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

div#kei{
	margin:5px auto;
	width:190px;
	text-align:center;
}


.comment{
text-decoration : none;

	font-size: 10px;
}

div#tenbox{
	margin:10px auto;
	width:190px;
	text-align:center;
}

.name_tsukushi {
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
	padding-bottom:5px;
	color: #660000;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

.leftfont{
	width:165px;
	color : #000 ;
	font-size: 12px;
	text-align:left;
	padding-left: 10px;
}

.leftfont2{
	width:165px;
	color : #000 ;
	font-size: 12px;
	text-align:left;
	padding: 10px;
}

#map{
	text-align: center;
}


.access_font {
	font-size: 12px;
	padding-top:10px;
	color: #009933;
	font-weight: bold;
	text-align: center;
}

.access_font a{
	color:#009933;
	font-weight: bold;
	text-decoration: none;
}


.access_font a:hover{
	color:#ff0000;
	font-weight: bold;
	text-decoration: underline;
}


div#adress caption{
	font-weight : bold ;
	color : #660000 ;
	font-size: 14px;
	padding-left:10px;
	padding-top:10px;
}

table#adress{
	border:none;
	line-height:110%;
	width:190px;
	margin:0 auto;
}


table#adress th{
	border:none;
	line-height:110%;
	vertical-align:top;
	text-align:left;
	font-size:1em;
	padding-right: 0;
	padding-left: 10;
}

table#adress td{
	border:none;
	line-height:110%;
}

table#adress tr{
	border:none;
	line-height:110%;
}

p#no{
	white-space:nowrap;
}

p#tel{
	margin:5px auto;
	width:163px;
	height:22px;
}



.qr{
	margin:5px auto;
	width:170px;
	text-align:center;
}

/*navigation*/
ul#navi {
	width:508px;
	height:36px;  
	margin: 14px auto; 
	padding :0;
}

ul#navi li{
	display:block;
	float:left;
	width: 127px;
	height: 36px;
	 position:relative;
	 /*HideMacIE\*/
   	overflow:hidden;
   	/**/
   	
}

ul#navi a{
	display:block;
	float:left;
	width: 127px;
	height: 36px;
	 position:relative;  	
}

ul#navi a:hover {
	cursor:pointer;
}

