@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8em;
	font-size:12px;
	color:#666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************************************************/
#hedder{
	height:82px;
	background-image:url(images/hedder.jpg);
	background-repeat:repeat-x;
}
/*#contents
{
widtht:822px;
}*/
h1{
	text-align:center;
}
#p1{
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;

}
.box1{
	widtht:828px;
	margin-bottom:20px;
}
.box1_top{
	text-align:center;
}
h2{
	text-align:center;
	padding-bottom:20px;
}
.box1_contents{
	width:822px;
	margin:0 auto;
	background-image:url(images/waku.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
/*	padding-bottom:20px;*/
	
}
.box1_contents_in{
	width:720px;
	margin-left:80px;
	overflow:hidden;
	padding-bottom:40px;
}
.box1_contents_in img{
	padding-right:20px;
	float:left;
}
.box1_center{
	float:left;
	width:300px;
	padding-bottom:40px;
}
.box1_center p{
	margin-bottom:10px;
}
table{
	font-size:10px;
	line-height:1.3em;
}
table th{ 
width:50px;
padding:1px 1px 3px 1px;
}
table td{
	padding:1px 3px 2px 1px;
}

.box1_right_in{
	float:right;
    width:234px;
}
.box1_right{
/*	float:right;*/
	width:230px;
	height:300px;
	border-style:solid;
	border-width:1px;
	border-color:#6CF;
	-webkit-border-top-left-radius:12px;   
-webkit-border-top-right-radius:12px;   
-moz-border-radius-topleft:12px;   
-moz-border-radius-topright:12px;
}
.box1_right dl{
	background-color:#66CCFF;
	color:#FFFFFF;
	padding:2px;
	text-align:center;
-webkit-border-top-left-radius:10px;   
-webkit-border-top-right-radius:10px;   
-moz-border-radius-topleft:10px;   
-moz-border-radius-topright:10px;   
  
}

	
.dt_map{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.dt_address{
	text-align:center;
}

.box1_below{
	text-align:center;
}
hr{
	clear:both;
	border-color:#66CCFF;
	border-style:dotted;
	border-width:1px;
}
.comment{
	clear:both;
	text-align:center;
}
.futter{
	height:268px;
	background:url(images/futter.jpg);
	background-repeat:repeat-x;	
}

.futter p{
	width:650px;
	margin:0 auto;
	padding-top:20px;
}

.like{
	padding-top:10px;
}
.futter ul{
	/*clear:both;*/
	padding-top:40px;
	width:340px;
	margin:0 auto;
	

}
	
.futter li{
	float:left;
	width:150px;
	line-height:25px;
	margin-right:20px;
/*	margin-left:0px;*/
	/*border:1px solid #A6E9F4;*/
/*	background-color:#66CCFF;*/
	text-align:center;


	
}
.futter li a{
	display:block;
	width:150px;
	height:25px;
	border:1px solid #6CF;
	color:#666;
	text-decoration: none;
-webkit-border-top-left-radius:5px;   
-webkit-border-top-right-radius:5px;   
-webkit-border-bottom-right-radius:5px;   
-webkit-border-bottom-left-radius:5px;   
-moz-border-radius-topleft:5px;   
-moz-border-radius-topright:5px;   
-moz-border-radius-bottomright:5px;   
-moz-border-radius-bottomleft:5px;   

}

.futter li a:hover{
	color:#FFF;
	background-color:#6CF;
	text-decoration:none;
	border-style:none;
	
	
}

