/* http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css */

html { color:#000; background:#fff; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0px;
}
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}hover
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0;font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select { *font-size:100%; }
legend { color:#000; }


/* http://yui.yahooapis.com/3.0.0/build/cssfonts/fonts-min.css */

body {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 1.2em;
	line-height: 1.831;
	font-weight: normal;
} 
select,input,button,textarea { font:110% arial,helvetica,clean,sans-serif; }
pre,code,kbd,samp,tt { font-family:monospace;*font-size:108%;line-height:100%; }



/* HTML5 */

section, nav, article, aside, hgroup, header, footer, address { display:block; }


html { overflow-x:hidden; }

body {
	line-height:1.7;
}

a {
	color: #4c4c4c;
	text-decoration:none;
}

header {
	padding:20px;
}

header * {
	margin:0;
	display:block;
}

.top_image {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#f3f3f3;
}

.top_image img {display:block;}

.top_note {
	border-top:solid 2px #fff;
	padding:32px 26px;
	overflow:hidden;
}

.group {
	border-top:1px dashed #ccc;
}

h2 {
	padding:45px 20px 0;
	font-size:1.3em;
	color:#8F7247;
	border-bottom:solid 1px #ccc;
	font-weight: bold;
}

section ul {
	overflow:hidden;
}

section li { overflow:hidden; }

.list_gazou li {
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}

.list_gazou a {
	color: #000;
	text-decoration:none;
}

.thumbnail {
	float:left;
	padding:4px;
	border:1px solid #ccc;
	box-shadow: 1px 1px 8px #ccc;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.arrow {
	float:right;
	width:44px;
	margin-right: 2px;
}

.list_gazou .explain {
	margin-left:116px;
	margin-right:26px;
}

.list_link li {
  padding:30px 22px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
}

.list_link li:last-child{border-bottom:0;}

.list_link a {
	color: #4c4c4c;
	text-decoration:none;
	display:block;
	background:url(images/arrow2.png) no-repeat 110% 50%;
}

.list_button {
	padding:16px 0 16px 16px;
	}

.list_button li {
	display:block;
	float:left;
	width:90%;
	margin-right:10px;
	text-align:center;
	border: 1px solid #bdbcbd;
	border-radius: 5px;
	box-shadow: 1px 1px 8px #ccc;
	text-align:center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.list_button a {
	text-decoration:none;
	font-size:1.1em;
}

footer {
	text-align: center;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

footer a {
	color: #8B6A33;
	text-decoration:none;
	white-space:nowrap;
}

footer a {
	margin-right:10px;
}

footer a:last-child { margin-right:0; }

address {
	padding:12px 0;
	border-top:solid 1px #ccc;
	text-align:center;
	color:#fff;
	background: -webkit-gradient(linear,left top,left bottom,from(#848484),to(#575757));
  background: -webkit-linear-gradient(top, #848484, #575757);
	background: -moz-linear-gradient(top, #848484, #575757);
	background: -o-linear-gradient(top, #848484, #575757);
	background: -ms-linear-gradient(top, #848484, #575757);
	background: linear-gradient(top, #848484, #575757);
}

.contents {
	border-top:solid 2px #fff;
	padding:18px 16px;
	margin:2px 0;
	overflow:hidden;
	font-size: 1.3em;
}

.align_left {
	display:block;
	float:left;
	margin:0 20px 20px 0;
	padding:4px;
	border:1px solid #ccc;
	box-shadow: 1px 1px 8px #ccc;
}

.align_right {
	display:block;
	float:right;
	margin:0 0 20px 20px;
	padding:4px;
	border:1px solid #ccc;
	box-shadow: 1px 1px 8px #ccc;
}

table {
	border-collapse:separate;
	border-spacing: 0;
	width:100%;
  -webkit-box-shadow: 0 1px 1px #ccc; 
  -moz-box-shadow: 0 1px 1px #ccc;
	-o-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
}


th, td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

th{
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccc));
	background: -webkit-linear-gradient(top, #fff, #e1e1e1);
	background: -moz-linear-gradient(top, #fff, #f6f7f6);
	background: -o-linear-gradient(top, #fff, #f6f7f6);
	background: -ms-linear-gradient(top, #fff, #f6f7f6);
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #CCC;
	background-position: top;
	border-right-style: solid;
	border-right-color: #ccc;
	border-right-width: 1px;
}

td{border-right: 1px solid #ccc;}

#catch {
	font-size: 1.3em;
	font-weight: bold;
	color: #8B6A33;
}


#background {
	background-color: #D1CEBF;
#big {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 1px;
	margin-left: 1px;
}
.top_note.grd2 .grd3 tel {
	color: #8A6A37;
}
#topmenu {
	font-size: 1.1em;
}
.contents.grd2 #indent {
	margin-left: 2em;
	text-indent: -2em;
}


#baitai {
	margin-left: 2em;
	text-indent: -1em;
	padding: 10px;
	background-color: #CCC;
}
#tel {
	font-size: 1.3em;
}
#oubomidashi {
	font-size: 1.1em;
	background-color: #CCC;
	font-weight: bold;
	padding: 4px;
}
.contents.grd2 p gold {
	color: #C90;
}
.contents.grd2 p in {
	margin-left: 2em;
	text-indent: 1em;
}
.contents.grd2 p back {
	background-color: #D1CEBF;
	padding-right: 3px;
	padding-left: 3px;
}
#omisemenu {
	background-color: #CCC;
	padding-right: 3px;
	padding-left: 3px;
}

.contents.grd2 .grd2  sitemap {
	padding-left: 20px;
}
