/* reset */
html {
	color: #000;
	background: #734D26;
}

html,body{
     height:100%;
}
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: 0;
	color: #362310;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
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;
}
/* resetここまで */


body {
	background-color: #734D26;
}

a:link {
	color: #2E2E76;
}
a:visited {
	color: #58435F;
}
a:hover {
	color: #9993E8;
}
a:active {
	color: #9993E8;
}


#title {
	background-image: url(img/title.jpg);
	width: 860px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	background-color: #734D26;
}
#main {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	color: #734D26;
	font-weight: bold;
	font-size: 13px;
	border-right-style: solid;
	border-right-color: #754C24;
	border-top: 4px solid #754C24;
	border-bottom: 4px solid #754C24;
	border-left-style: solid;
	border-left-color: #754C24;
}



#sidebar {
	float: left;
	width: 160px;
	border-left-color: #734D26;
	border-left-width: 4px;
	padding-left: 5px;
}
#mainContent {
	float: right;
	width: 680px;
	background-color: #F5F2CD;
	}
	
#container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #734D26;
	background-color: #FFFFFF;
}

.clearfloat {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}


#footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	background-image: url(img/bg.jpg);
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #754C24;
	border-right-color: #754C24;
	border-bottom-color: #754C24;
	border-left-color: #754C24;
} 
#footer p {
	padding: 10px 0;
	font-size: small;
	text-align: center;
}
.cap {
	font-size: 24px;
	text-align: center;
	color: #754C24;
	background-color: #F5F2CD;
	background-image: url(img/h2back.jpg);
	height: 44px;
	background-repeat: no-repeat;
	vertical-align: baseline;
	margin-top: 16px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.entry-title {
	text-align: center;
	display: block;
	font-size: 26px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #BC3A00;
	border-bottom: 4px solid #D75921;
	padding-bottom: 6px;
	line-height: 27px;
}
.next {
	background-color: #FAF6E6;
	border-radius: 22px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px solid #754C24;
	line-height: 1.2em;
	}
.oadate {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #D75921;
	font-weight: bold;
	}
	
.shop1 {
	font-weight: bold;
	color: #3F2601;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E8660F;
	padding-left: 7px;
	margin-left: -21px;
}
.shop2 {
	font-weight: normal;
	color: #333; /*#4F4F4F*/
	font-size: small;
}
.shop3 {
	font-weight: normal;
	color: #A61000;
}
.c_title {
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: solid;
	border-left-color: #EAAB57;
	border-bottom-color: #EAAB57;
	border-right-color: #EAAB57;
	border-top-color: #EAAB57;
	display: block;
	background-color: #FFF;
	line-height: 140%;
	font-size: medium;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	}

#backno1{
	margin:0 0 1em;
	padding:0;
	list-style:none;
	overflow:hidden;
}

#backno1 li{
	display:inline;
	margin-right:10px;
	padding-left:15px;
}

#backno1 li+li{
	border-left:1px solid #333;
}


#backno2{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2em;
	width: 620px;
	border-collapse: collapse;
	margin-left: auto;
	font-size:96%;
}

#backno2 th{
	padding:3px;
	background-color:#AED19B;
	border:#396 1px solid;
}

#backno2 td{
	padding:3px;
	background-color:#FFF;
	border:#396 1px solid;
}
h2 {
	font-size: 24px;
	text-align: center;
	color: #754C24;
	background-color: #F5F2CD;
	background-image: url(img/h2back.jpg);
	height: 44px;
	background-repeat: no-repeat;
	vertical-align: baseline;
	margin-top: 16px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.present {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: 4px solid #D75921;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	background-color: #FFF7F4;
	margin-top: 10px;
	margin-bottom: 10px;
	}


.pre {
	font-weight: bold;
	color: #D75921;
	}


.presenttitle {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	}

.prebtn {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
.c_title strong {
	font-size: 21px;
	font-weight: bold;
}
table tr td .imgall {
	margin-left: 15px;
}
.contacts  {
	margin-left: 30px;
}
.rec1{
	background-color: #FFCDB5;
	border-top: 6px none #FFF;
	border-right: 12px none #FFF;
	border-bottom: 6px none #FFF;
	border-left: 12px none #FFF;
	text-align: left;
	margin: 10px;
	padding: 5px 20px;
	font-weight: bold;
	color: #630;
}
.rec2{
	font-weight: normal;
	color: #630;
	border: 6px none #FFF;
	font-size: 75%;
}
.rectitle {
	color: #44390B;
	text-align: center;
	margin: 5px 0px;
	padding: 5px 0px;
	background-color: #FC3;
}

.oainfo {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #D75921;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(235,244,251,1.00) 0%,rgba(218,221,240,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,244,251,1.00) 0%,rgba(218,221,240,1.00) 100%);
	background-color: #E2E2E4;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 19px;
	margin-right: 19px;
	font-size: 16px;
}


h4{
	font-size:140%;
	font-weight:700;
	border-left:7px solid #EB930D;
	padding:.8em .8em;
	margin:1.5em
}
	
	
