@charset "UTF-8";

/* ========BASIC======== */
html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:#FFFFCC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

p {
	margin:0 0 3px;
	padding:0;
}

br {
	letter-spacing:normal;
}

img {
	border:0;
}

a {
	color:#554c41;
	text-decoration:none;
}

#sub div.section h2:hover {
	color:#554c41;
	text-decoration:underline;
}

dl,
ol,
ul {
	margin:0 0 1em 0;
	padding:0;
}

li {
	margin:0 0 0 40px;
	padding:0;
}

em {
	font-style:normal;
	background:#ff0;
}

/* ========TEMPLATE WIREFRAME======== */
#top {
	width:800px;
	margin:0 auto;
	background:#fff;
	border-left:1px solid #CECFCE;
	border-right:1px solid #CECFCE;
}

#header {
	width:800px;
	position:relative;
	-moz-box-shadow: inset 0px -5px 4px rgba(0,153,0,1);
	-webkit-box-shadow: inset 0px -5px 4px rgba(0,153,0,1);
	box-shadow: inset 0px -5px 4px rgba(0,153,0,1);
}

#navi {
	position:absolute;
	bottom:10px;
	right:10px;
}

#menu {
	float:left;
	width:800px;
	margin:0;
	border-bottom:1px solid #663300;
	background:#663333/*url(../images/bg_menu.gif) repeat-x 0 0;*/
}

#menu:hover {
	background:#663333 repeat-x 0 -60px;
}

#contents {
	width:800px;
	clear:both;
	float:left;
}

#main {
	float:right;
	width:600px;
	padding:0px 10px 10px;
	margin-top: 0px;
}

#sub {
	float:left;
	width:180px;
}

.pageTop {
	clear:both;
}

#footMenu {
	width:800px;
	clear:both;
	padding:10px 0;
}

#footer {
	width:800px;
	clear:both;
	padding:10px 0;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
	padding:0 0 10px 10px;
	font-weight:bold;
	font-size:24px;
	color:#fff;
}

#header p.description {
	margin:0;
	padding:0;
	text-align:right;
	font-size:11px;
}

#header h1 a {
	color:#333;
	border-bottom:none;
}

#header h1 a:hover {
	color:#ddd;
}

#navi ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navi ul li {
	float:left;
	margin:0 0 0 20px;
	padding-left:10px;
	background:#fff url(../images/bg_navi.gif) 0 6px no-repeat;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	margin:0;
	padding:0;
}

#menu li a {
	display:block;
	padding:8px 20px;
	color:#fff;
	-webkit-text-shadow:1px 1px 1px gray;
	-moz-text-shadow:1px 1px 1px gray;
	text-shadow:1px 1px 1px gray;
	border-bottom:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#menu li a:hover {
	color:#fff;
	background:#660033;
	-webkit-text-decoration:none;
	-moz-text-decoration:none;
	text-decoration:none;
}

#menu .current {
	color:#fff;
	background: #666600;
}

/* ========MAIN CUSTOMIZE======== */

#main h1 {
	font-weight:bold;
	font-size: 17px;
	background: rgba(255,204,153,1);
}

#main h2 {
	margin-bottom:5px;
	padding:10px 5px;
	font-weight:bold;
	font-size:15px;
	color:#512800;
	line-height:1.0;
	border-top:2px solid #ffb85b;
	border-bottom:1px dotted #ffb85b;
	background :#fff url(../images/bg_h2.gif) 0 0 repeat-x;
}

#main h3 {
	margin-bottom:2px;
	padding:0 2px;
	font-weight:bold;
	font-size:14px;
	color:#512800;
	background:#fbd39e;
}

#main h4 {
	margin-bottom:2px;
	padding:0 0 0 18px;
	font-weight:bold;
	font-size:15px;
	color:#512800;
	line-height:1.2;
	background :#fff url(../images/bg_h4.gif) 0 50% no-repeat;
}

#main h5 {
	margin-bottom:2px;
	font-weight:bold;
	font-size:14px;
	color:#512800;
	border-bottom:1px dotted #FB9EAE;
}

#main h6 {
	margin-bottom:2px;
	font-weight:bold;
	font-size:13px;
	color:#512800;
}

#main dl {
	margin:0 0 0 40px;
	padding:0;
}

#main dt {
	text-decoration:underline;
}

#main dd {
	margin:0 0 1em 1em;
}

#main table {
	width:100%;
	border-collapse:collapse;
}

#main table th {
	padding:5px;
	font-size:12px;
	text-align:center;
	border:1px solid #ddd;
	background:#f7e7d2;
}

#main table td {
	padding:5px;
	font-size:12px;
	text-align:center;
	border:1px solid #ddd;
}

/* ========SUB CUSTOMIZE======== */
#sub div.section h2 {
	margin:0px;
	padding:5px 5px 0px;
	font-size:15px;
	color:#FF0000;
	border-bottom:2px solid #FF0000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#sub div.section h2:hover {
	opacity: 0.8;
}

#sub div.section ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}

#sub div.section li {
	margin:0 10px;
	padding-left:10px;
	border-bottom:1px solid #fff;
	line-height:2;
	background:url(../images/bg_list.gif) 0 50% no-repeat;
}

#sub div.section li a {
	color:#333;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

#sub div.section li a:hover {
	color:#FF3300;
}

#sub div.info {
	padding:20px 10px 10px;
	text-align:center;
	border-top: 1px solid #999;
	margin-top: 20px;
}

#sub div.info p {
}

#sub div.info h1 {
	font-size:13px;
	color:#006600
}

#sub div.info h3 {
	font-size:13px;
	color:#2100CE
}

/* ========PAGETOP CUSTOMIZE========= */
.pageTop {
	padding:10px 0;
	text-align:right;
}

.pageTop a {
	padding:0 0 0 12px;
	background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}

/* ========FOOTMENU CUSTOMIZE========= */
#footMenu {
	position:relative;
	overflow:hidden;
	padding:20px 0 0 0;
	border-top:1px solid #CECFCE;
}

#footMenu ul {
	position:relative;
	left:50%;
	float:left;
	list-style:none;
	font-size:12px;
	margin:0;
	padding:0;
}

#footMenu li {
	position:relative;
	left:-50%;
	float:left;
	margin:0 20px 0 0;
	padding:0;
}

/* ========FOOTER CUSTOMIZE======== */
#footer {
	text-align:center;
	font-size:11px;
	padding:20px 0;
}

/*クラス*/
.photo {
	float:left;
	margin-right:20px;
}

.memo {
	clear:left;
}

#AccessGmap {
	height: 360px;
	border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#AccessGmap p {
	text-align: center;
	line-height: 200px;
}

.SmallGmap {
	height: 320px;
}

#hours {
	width: 150px;
}
#hours {
	width: 24%;
}

#morning {
	text-align: center;
}
#main img {
	margin: 0px;
}

#maplink {
	margin: 10px;
	padding: 10px;
}

#canpaign {
	font-size: 15px;
	background: #FF0;
	text-decoration: underline;
	margin-left: 50px;
	margin-right: 30px;
}
