@charset "UTF-8";

body, div, p, 
dl, dt, dd, ul, ol, li,
h1, h3, h4, h5, h6,
pre, form, input, textarea,
table, th, td {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 30px 0px 0px;
}

ul, ol {
	list-style-type: none;
}

img {
	border: 0px;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

td {
	padding: 10px;
	vertical-align: top;
}

td.tdStyle {
	padding: 10px;
	border-bottom: 0px;
	vertical-align: top;
}

th {
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
}


/* common
------------------------------------*/


a:link {
	color: #2CA6DF;
}

a:visited {
	color: #2CA6DF;
}

a:hover {
	color: #D4D8BF;
}

a:active {
	color: #E4006C;
}

html,body {
	height: 100%;
}

body {
	font-size: 13px;
	text-align: center;
	line-height: 1;
	color: #553624;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust: 100%;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#header ul li {
	float: left;
}

.columnRight {
	float: right;
}

.columnLeft {
	float: left;
}

#footer {
	line-height: 40px;
	background: #563725;
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
}

#footer #footerIn {
	width: 960px;
	margin: 0 auto;
}

#copy {
	text-align: center;
}

.txtRed {
	color: #FF0000;
}


/* contents
------------------------------------*/

#contents {
	width: 960px;
	margin: 0 auto;
	background-color: #F1E9C8;
	text-align: left;
	line-height: 1.6;
}

.mainCopy {
	width: 800px;
	margin: 20px auto 50px;
	padding: 20px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
}
#cNav ul li.columnLeft{
	float: left;
	padding: 10px 10px 30px 60px;
}
#cNav ul li.columnRight{
	float: right;
	padding: 10px  60px 30px 10px;
}
#cNav ul li img:hover {
	opacity: 0.5 ;
}

.cTitle {
	width: 840px;
	margin: 0px auto 20px;
}
.cDay {
	color: #fff;
	clear: both;
	width: 90%;
	margin: 0 auto 30px;
	padding: 10px;
	background-color: #553624;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
}
.cDay span {
	font-size: 0.8em;
	display: block;
	color: yellow;
}

#c01 {
	background: url(img/c01_bg.jpg) repeat-y left top;
	width: 840px;
	margin: 20px auto;
}
#c02 {
	background: url(img/c02_bg.jpg) repeat-y left top;
	width: 840px;
	margin: 0px auto;
}
#c03 {
	background: url(img/c03_bg.jpg) repeat-y left top;
	width: 840px;
	margin: 0px auto 20px;
}

#c01 dl,
#c02 dl,
#c03 dl {
	border: 1px solid #553624;
	border-radius: 5px;
	}

#c01 dt,
#c02 dt,
#c03 dt {
	margin: 5px 5px 0 5px;
	padding: 0 0 3px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #553624;
	font-weight: bold;
	line-height:120%;
	}

#c01 dd,
#c02 dd,
#c03 dd {
	margin: 0 5px;
	}

#c01 dd p,
#c02 dd p,
#c03 dd p {
	padding: 5px;
	font-size: 90%;
	line-height: 140%;
	}

#c01 dd ul,
#c02 dd ul,
#c03 dd ul {
	margin-bottom: -1px;
	border-bottom: 1px solid #553624;
	}

#c01 dd li,
#c02 dd li,
#c03 dd li {
	float: left;
	width: 20%;
	margin-bottom: -1px;
	padding: 2px 1em 2px 0;
	border-bottom: 1px solid #553624;
	text-align: right;
	box-sizing: border-box;
	}

#c01 dd sup,
#c02 dd sup,
#c03 dd sup {
	float:right;
	margin-right:-1em;
	font-size: 50%;
	}

#c01 h3 {
	position: relative;
	width: 100%;
	color: #00a53d;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	padding-left:50px;
	margin: 0 15px 15px 0;
}
#c02 h3 {
	position: relative;
	width: 100%;
	color: #0066B5;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	padding-left:50px;
	margin: 0 15px 15px 0;
}
#c03 h3 {
	position: relative;
	width: 100%;
	color: #0066B5;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	padding-left:50px;
	margin: 0 15px 15px 0;
}

#c01 h3 img,
#c02 h3 img,
#c03 h3 img {
	position: absolute;
	left: 0;
	vertical-align: middle;
}

#c01 h3 span {
	display: block;
	background-color: #00a53d;
	padding: 10px;
	color: #FFF;
	border-radius:5px;
}
#c02 h3 span {
	display: block;
	background-color: #0066B5;
	padding: 10px;
	color: #FFF;
	border-radius:5px;
}
#c03 h3 span {
	display: block;
	background-color: #0066B5;
	padding: 10px;
	color: #FFF;
	border-radius:5px;
}


/* #c01
------------------------------------*/
#c01 .c0101 {
	padding-left: 50px;
	margin-top: -5px;
}

#c01 .c0101 h3 {
	margin-left: -50px;
}

#c01 .c0101 p.note {
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 10px;
}

#c01 .c0102 {
	margin: 30px 0;
	padding-left: 50px;
}

#c01 .c0102 h3 {
	margin-left: -50px;
}

#c01 .c0102 dl{
	float:left;
	width:20em;
	margin-right:1em;
	}

#c01 .c0102 div {
	margin: 10px 0;
	position: relative;
}
#c01 .c0102 div .red{
	color: #FF0004;
}
#c01 .c0102 div ul.note {
	position: absolute;
	bottom: 0.5em;
	left: 0;
	font-size: 10px;
}
#c01 p.info {
	margin-top: 15px;
	position: relative;
	background-color: #fff;
	display: inline-block;
	padding: 0.5em;
}

#c01 .c0102 .columnRight {
	margin-top: -40px;
	margin-right: -30px;
}

#c01 .c0102 .btn {
	position: static;
	margin: 0 15px;
}

#c01 .c0103 {
	margin: 30px 0;
}
#c01 .c0103 h3 {
	padding-left: 0;
	color: #e95504;
}
#c01 .c0103 h3 img {
	margin: 0 15px 0 -65px;
}
#c01 .c0103 div {
	float: none;
	background: #fff;
	margin-left: 50px;
	padding: 15px;
	border-radius: 5px;
}
#c01 .c0103 .btn {
	float:right;
	margin: 0 -8px 0 0;
}
#c01 .c0103 p.imgSweets01 {
	margin: 10px 0 0 28px;
}

#c01 .c0104 {
	margin: 30px 0;
	padding-left: 50px;
	}

#c01 .c0104 h3 {
	margin-left: -50px;
}

#c01 .c0104 h3 img {
	top: -20px;
}

#c01 .c0104 .columnLeft {
	width: 470px;
}

#c01 .c0104 .columnLeft ul {
	margin-top: 15px;
}

#c01 .c0104 .columnLeft ul li span.columnLeft {
	width: 90px;
}

#c01 .c0104 .columnLeft ul li span.columnRight {
	width: 360px;
	text-align: left;
}

#c01 .c0104 .columnLeft ul li {
	background-color: #FFF;
	padding: 3px 3px 3px 5px;
}

#c01 .c0104 .columnLeft ul li:nth-child(2n) {
	background-color: #EFEAC8;
}

#c01 .c0104 .columnLeft div{
	margin-top: 10px;
}

#c01 .c0104 dl {
	width: 294px;
	margin-top: 1em;
	}

#c01 .c0105 {
	margin: 30px 0;
	padding-left: 50px;
	}

#c01 .c0105 h3 {
	margin-left: -50px;
}

#c01 .c0105 h3 img {
	top: -20px;
}

#c01 .c0105 .columnLeft {
	width: 470px;
}

#c01 .c0105 .columnLeft ul {
	margin-top: 15px;
}

#c01 .c0105 .columnLeft ul li span.columnLeft {
	width: 90px;
}

#c01 .c0105 .columnLeft ul li span.columnRight {
	width: 360px;
	text-align: left;
}

#c01 .c0105 .columnLeft ul li {
	background-color: #FFF;
	padding: 3px 3px 3px 5px;
}

#c01 .c0105 .columnLeft ul li:nth-child(2n) {
	background-color: #EFEAC8;
}

#c01 .c0105 .columnRight div{
	margin: 0 0 15px 0;
}

#c01 .c0105 dl {
	width: 294px;
	margin-top: 1em;
}

#c01 .c0106 .columnRight{
	margin: -20px 0 -50px 0;
	}

#c01 .c0107 {
	padding-top: 30px;
}

#c01 .c0107 h3 {
	margin: 0;
}

#c01 .c0107 h3 img{
	top: -30px;
}


/* #c02 #c03
------------------------------------*/
#c02 .c0101 {
	padding-left: 50px;
	margin-top: -5px;
}
#c02 .c0101 h3 {
	margin-left: -50px;
}
#c02 .c0101 p.note {
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 10px;
}

#c02 .c0102 {
	margin: 30px 0;
	padding-left: 50px;
}

#c02 .c0102 h3 {
	margin-left: -50px;
}

#c02 .c0102 dl{
	float:left;
	width:20em;
	margin-right:1em;
	}

#c02 .c0102 div {
	margin: 10px 0;
	position: relative;
}
	#c02 .c0102 div .red{
		color: #FF0004;
		}
	#c02 .c0102 div ul.note {
		position: absolute;
		bottom: 0.5em;
		left: 0;
		font-size: 10px;
	}
	#c02 p.info {
		margin-top: 15px;
		position: relative;
		background-color: #fff;
		display: inline-block;
		padding: 0.5em;
	}

#c02 .c0102 .columnRight {
	margin-top: -40px;
	margin-right: -30px;
}

#c02 .c0102 .btn {
	position: static;
	margin: 0 15px;
}

#c02 .c0103 {
	margin: 30px 0;
}
#c02 .c0103 h3 {
	padding-left: 0;
	color: #e95504;
}
#c02 .c0103 h3 img {
	margin: 0 15px 0 -65px;
}
#c02 .c0103 div {
	float: none;
	background: #fff;
	margin-left: 50px;
	padding: 15px;
	border-radius: 5px;
}
#c02 .c0103 .btn {
	float:right;
	margin: 0 -8px 0 0;
}
#c02 .c0103 p.imgSweets01 {
	margin: 10px 0 0 32px;
}

#c03 .c0104 {
	margin: 30px 0;
	padding-left: 50px;
	}
#c03 .c0104 h3 {
	margin-left: -50px;
}
#c03 .c0104 h3 img {
	top: -20px;
}
#c03 .c0104 dl dt{
	margin-bottom: 5px;
	padding: 2px 1em 2px 0;
	border-bottom: 1px solid #553624;
	text-align: left;
	box-sizing: border-box;
}
#c03 .c0104 dl dd li{
	margin-bottom: 10px;
	float: none;
	width: 100%;
	padding: 2px 1em 2px 0;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px dotted #553624;
	line-height: 1.6em;
}
#c03 .c0104 dl dd li strong {
	font-weight: bold;
}
#c03 .c0104 .columnLeft {
	width: 470px;
}
#c03 .c0104 .columnLeft ul {
	margin-top: 15px;
}
#c03 .c0104 .columnLeft ul li span.columnLeft {
	width: 90px;
}
#c03 .c0104 .columnLeft ul li span.columnRight {
	width: 360px;
	text-align: left;
}
#c03 .c0104 .columnLeft ul li {
	background-color: #FFF;
	padding: 3px 3px 3px 5px;
}
#c03 .c0104 .columnLeft ul li:nth-child(2n) {
	background-color: #EFEAC8;
}
#c03 .c0104 .columnLeft div{
	margin-top: 10px;
}

#c03 .c0104 dl {
	width: 294px;
	margin-top: 1em;
	}

#c02 .c0105 {
	margin: 30px 0 0;
	padding-left: 50px;
	}

#c02 .c0105 h3 {
	margin-left: -50px;
}

#c02 .c0105 h3 img {
	top: -20px;
}

#c02 .c0105 .columnLeft {
	width: 470px;
}

#c02 .c0105 .columnLeft ul {
	margin-top: 15px;
}

#c02 .c0105 .columnLeft ul li span.columnLeft {
	width: 90px;
}

#c02 .c0105 .columnLeft ul li span.columnRight {
	width: 360px;
	text-align: left;
}

#c02 .c0105 .columnLeft ul li {
	background-color: #FFF;
	padding: 3px 3px 3px 5px;
}

#c02 .c0105 .columnLeft ul li:nth-child(2n) {
	background-color: #EFEAC8;
}

#c02 .c0105 .columnRight div{
	margin: 0 0 15px 0;
}

#c02 .c0105 dl {
	width: 294px;
	margin-top: 1em;
}

#c02 .c0106 .columnRight{
	margin: -20px 0 -50px 0;
	}

#c03 .c0107 {
	margin: 0 0 30px;
}
#c03 .c0107 div {
	float: none;
	background: #fff;
	margin-left: 50px;
	padding: 15px;
	border-radius: 5px;
}
#c03 .c0107 h3 {
	padding-left: 0;
}
#c03 .c0107 p {
	padding-left: 0;
}
#c03 .c0107 .red {
	color:red;
}
#c03 .c0107 h3 img{
	margin: -15px 15px 0 -65px;
}

#c03 .c0108 h3 {
	margin-bottom: 0;
}
#c03 .c0108 h3 img{
  position: absolute;
  bottom: 0;
}
#c03 .c0108 h3 span {
    display: block;
    background : none;
	color: #0066B5;
    padding: 30px 0 0;
}

#c04 {
	width: 840px;
	margin: 0 auto 20px;
}

#c04 h2 {
	margin: 0 0 20px;
}

#c04 .c04in {
	background-color: #FFF;
	border-radius: 5px;
	padding: 20px 20px 0;
	margin: 0 0 20px;
}

#c04 .c04in p {
	margin: 0 0 15px;
}

#c04 .c04in h3 {
	background-color: #468b38;
	padding: 8px;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 15px;
}

#c04 .c04in h4 {
	padding: 8px;
	color: #563725;
	font-size: 20px;
	line-height: 1;
	text-align:center;
	margin: 0 0 15px;
}

#c04 .c0401 .columnLeft {
	width: 520px;
}

#c04 .c0401 .columnRight {
	width: 256px;
}

#c04 .c0401 img {
	vertical-align: middle;
}

#c04 .c0401 #bluebox {
	background-color: #e4efc4;
	border-radius: 5px;
	padding: 5px 20px 0;
	margin: 0 0 20px;
}

#c04 .c0401 #bluebox h4 {
	text-align: center;
	color: #468b38;
	font-size: 18px;
	margin: 0 0 5px;
}

#c04 .c0401 #bluebox ul {
	margin: 0 0 20px;
	text-align: center;
}

#c04 .c0401 #bluebox ul li {
/*	float: left; */
	display: inline-block;
	width: 193px;
}

#c04 .c0401 #bluebox ul li.last {
	width: 180px;
}

#c04 .c0401 #line {
	margin: 0 0 10px;
}

#c04 .c0401 #c0401in .columnLeft {
	width: 148px;
}

#c04 .c0401 #c0401in .columnRight {
	width: 652px;
}

#c04 .c0401 #c0401in .columnRight .columnLeft {
	width: 80px;
	color: #468b38;
}

#c04 .c0401 #c0401in .columnRight .columnRight {
	width: 572px;
}

#c04 .c0401 #c0401in .columnRight p {
	margin: 0;
}

#c04 .c0402 .columnLeft,
#c04 .c0403 .columnLeft,
#c04 .c0404 .columnLeft {
	width: 514px;
}

#c04 .c0402 .columnRight,
#c04 .c0403 .columnRight,
#c04 .c0404 .columnRight {
	width: 266px;
}

#c05 {
	width: 840px;
	margin: 0 auto 50px;
}

#c05 h2 {
	margin: 0 0 20px;
}


/* clearfix
------------------------------------*/


#header:after,
#contents:after,
#contents div:after,
#contents ul:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

#header,
#contents,
#contents div,
#contents ul,
.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/

* html #header,
* html #contents,
* html #contents div,
* html #contents ul,
* html .clearfix {
	height: 1%
}

#header,
#contents,
#contents div,
#contents ul,
.clearfix {
	display: block;
}
/* end MacIE5 */
