@charset "utf-8";


/* club common
----------------------------------------------------------------------------------------- */
#container #categoryTtl img{
	height: 90px;
}
#wonderlandLocalNavi a {
	display: block;
	height: 47px;
	overflow: hidden;
}
#wonderlandLocalNavi ul li a {
	height: auto;
}
#wonderlandLocalNavi ul {
	border-bottom: 1px solid #cab7a2;
	position: relative;
	left: 0px;
	top: -1px;
	z-index: 1000;
	padding: 10px 10px 0px 30px;
}
#wonderlandLocalNavi ul li {
	padding-bottom: 10px;
}

.wonderland .box01 {
	margin:0 1px 10px 0;
	padding:12px 20px 16px;
	background: #fff0d9 url(../images/data_bg_boxBtm.gif) left bottom no-repeat;
}
.wonderland .box01 p {
	margin: 0;
}
.wonderland .box02 {
	margin-bottom: 10px;
}
.wonderland .box02 p {
	margin: 0;
}
.wonderland .box02 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.wonderland .box02 ul li {
	float: left;
	padding-right: 10px;
}

.wonderland .box03 {
	margin-top: -0.4em;
	padding: 8px 18px 14px 22px;
	background: url(../images/wonder_line01.gif) repeat-x left bottom;
}
#contents .box03 h3 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 116%;
}
#contents .box03 p {
	margin-top: 0.4em;
	margin-bottom: 0px;
}
#contents .detail {
	margin-top: 0.8em;
	margin-bottom: 0px;
	text-align: right;
}

.wonderland .indexBox01 {
	margin:0 1px 10px 0;
	background: #fff0d9 url(../images/data_bg_boxBtm.gif) no-repeat left bottom;
}
.wonderland .indexBox01 .indexBox01Inner {
	padding: 18px;
	background: url(../images/data_bg_boxTop.gif) no-repeat;
}
.indexBox01Left {
	width: 212px;
	float: left;
	/*text-align: right;*/
}
.indexBox01Left p {
	/*margin-left: auto;*/
}
.indexBox01Right {
	width: 448px;
	float: left;
}

#contents .indexBox01Title {
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 0.4em;
}
.indexBox01Title span {
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: normal;
	color: #ffffff;
	padding: 10px 0px 0px 174px;
}

.wonderland .indexBox02 {
	margin:0 1px 10px 0;
	padding: 0px 20px 20px;
	background: #fff0d9 url(../images/data_bg_boxBtm.gif) left bottom no-repeat;
}
.wonderland .indexBox02 .indexBox02Right {
	padding-top: 1.0em;
	padding-left: 10px;
	float: right;
}
.wonderland .indexBox02 .box03 p {
	padding-right: 10px;
}
#contents .indexBox02 .box03 .detail {
	margin-top: 1.0em;
	margin-bottom: 0px;
	text-align: left;
}


.wonderland .articleBox01 {
	margin:0 1px 10px 0;
	background: #fff0d9 url(../images/data_bg_boxBtm.gif) no-repeat left bottom;
}
.wonderland .articleBox01 .articleBox01Inner {
	padding: 18px 0px 18px 18px;
	background: url(../images/data_bg_boxTop.gif) no-repeat;
}
.articleBox01Left {
	width: 430px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.articleBox01Left2 {
	width: 650px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.articleBox01Left .date {
	margin-bottom: 0.4em;
}
#contents .articleBox01Left h2 {
	font-weight: bold;
	color: #6d3b18;
	font-size: 144%;
	line-height: 120%;
	margin-bottom: 0.8em;
}
#contents .articleBox01Left2 h2 {
	font-weight: bold;
	color: #6d3b18;
	font-size: 144%;
	line-height: 120%;
	margin-bottom: 0.8em;
}
.articleBox01Right {
	width: 220px;
	padding-right: 18px;
	float: right;
	text-align: right;
}
.articleBox01Right p {
	margin-left: auto !important;
}
.articleBox01Imgs01 {
	width: 680px;
	float: left;
}
#contents .articleBox01Imgs01 p {
	margin-bottom: 15px;
	float: left;
}
.articleBox01Imgs01 p img {
	margin-right: 16px;
}

#contents .btmlink{
clear:both;
margin:20px 0 40px;
padding-top:5px;
background:url(../../common/images/cmn_line01.gif) top repeat-x;
text-align:right;
}








/* photo frame
----------------------------------------------------------------------------------------- */
.wonderImgFrame01 {
	margin: 0px !important;
	padding: 0px !important;
	background: #ffffff url(../images/photo_img_bg01.gif) repeat-y right top;
	display: table;
}
.wonderImgFrame01 span {
	background: url(../images/photo_img_bg02.gif) repeat-x left bottom;
	display: block;
}
.wonderImgFrame01 span span {
	background: url(../images/photo_img_bg03.gif) no-repeat right bottom;
	display: block;
}
.wonderImgFrame01 img {
	margin: 5px 10px 10px 5px !important;
}

/* for IE6 */
* html .wonderImgFrame01 {
	display: inline;
}
* html .wonderImgFrame01 span {
	display: inline;
}
* html .wonderImgFrame01 span span {
	padding: 5px 10px 10px 5px !important;
	display: inline;
}
* html .wonderImgFrame01 img {
	margin: 5px 0px 10px 0px !important;
}


/* for IE7 */
*:first-child+html .wonderImgFrame01 {
	display: inline;
}
*:first-child+html .wonderImgFrame01 span {
	display: inline;
}
*:first-child+html .wonderImgFrame01 span span {
	padding: 5px 10px 10px 5px !important;
	display: inline;
}
*:first-child+html .wonderImgFrame01 img {
	margin: 5px 0px 10px 0px !important;
}











/* email.html
----------------------------------------------------------------------------------------- */
.wonderland #emailBox01 {
	margin:0 1px 10px 0;
	padding:0px 200px 16px 20px;
	background: url(../images/email_bg01.jpg) left bottom no-repeat;
}
.wonderland #emailBox01 h2 {
	margin:0px -200px 14px -20px;
}
.wonderland #emailBox01 p {
	margin-bottom: 0px;
}

.wonderland #emailBox02 {
	margin:0 1px 10px 0;
	padding:0px 180px 16px 20px;
	background: #fff0d9 url(../images/email_bg02.gif) left bottom no-repeat;
}
.wonderland #emailBox02 h2 {
	margin:0px -180px 14px -20px;
}
.wonderland #emailBox02 p, .wonderland #emailBox02 dl {
	margin-bottom: 1.8em;
}
.wonderland #emailBox02 dt {
	font-weight: bold;
	color: #6d3b18;
}
.wonderland #emailBox02 .emailLine01 {
	background: url(../images/wonder_line01.gif) repeat-x left bottom;
	padding: 0px 10px 0px 20px;
	min-height: 224px;
	_height: 224px; /* for IE6 */
}



/* card.html
----------------------------------------------------------------------------------------- */
.wonderland #cardBox01 {
	margin:0 1px 10px 0;
	padding:0px 240px 16px 20px;
	background: url(../images/card_bg01.jpg) left bottom no-repeat;
	min-height: 150px;
	_height: 150px; /* for IE6 */
	position: relative;
	left: 0px;
	top: 0px;
}
.wonderland #cardBox01 h2 {
	margin:0px -240px 14px -20px;
}
.wonderland #cardBox01 p {
	margin-bottom: 0px;
}
.wonderland #cardBox01 #cardImg01 {
	position: absolute;
	right: 25px;
	bottom: 24px;
}

.wonderland .cardBox02 {
	/*margin-bottom: 1.2em;*/
}
.wonderland .cardBox02 p {
	padding: 0px 24px;
	margin-bottom: 1.2em;
}
#contents .cardBox02 h3 {
	padding: 0px 24px 4px 24px;
	background: url(../images/wonder_line01.gif) repeat-x left bottom;
	margin-bottom: 0.4em;
	font-weight: bold;
	color: #6d3b18;
	font-size:116%;
}

.wonderland .cardBox03 {
	margin-bottom: 18px;
}
#contents .cardBox03 h3 {
	margin-bottom: 0px;
}
.wonderland .cardBox03 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 24px;
}
.wonderland .cardBox03 ul li {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 158px;
	float: left;
}
.wonderland .cardBox03 ul li .thumb {
	width: 65px;
	border-right: 3px solid #6d3b18;
	float: left;
}
.wonderland .cardBox03 ul li .texts {
	width: 78px;
	float: left;
	padding-left: 4px;
	font-size: 84%;
	line-height: 120%;
}
.wonderland .cardBox03 ul li .texts img {
	margin-bottom: 6px;
}



/* event.html
----------------------------------------------------------------------------------------- */
.wonderland #eventBox01 {
	margin:0 1px 10px 0;
	padding:0px 270px 16px 20px;
	background: url(../images/event_bg01.jpg) left bottom no-repeat;
	min-height: 120px;
	_height: 120px; /* for IE6 */
}
.wonderland #eventBox01 h2 {
	margin:0px -270px 14px -20px;
}
.wonderland #eventBox01 p {
	margin-bottom: c10px;
}
