/* CSS Document */

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

*{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background: url(images/bg.gif) repeat left top;
	text-align: center;
	font: normal 12px/1.6em 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
}
h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 1em;
}
/*p {
	padding: 0px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
} */
hr {
	display: none;
}
img {
	border-style: none;
	background: bottom;
}
#wrapper {
	padding: 0px;
	height: auto;
	width: 910px;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(images/wrapper.gif) repeat-y left top;
}
a {
	outline: 0;
	text-decoration: none;
}

/* ----------------------------------------------
header
------------------------------------------------- */

#header {
	height: 78px;
	position: relative;
	width: 910px;
	clear: both;
}
#header h1 a {
	background: url(images/logo.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 72px;
	width: 215px;
	position: absolute;
	left: 25px;
	top: 6px;
}
#header p {
	z-index: 100;
	font-weight: bold;
	color: #ff9966;
	position: absolute;
	line-height: 1em;
	left: 28px;
	top: 4px;
}
#header ul {
	list-style: url(none) none;
}
#header #hBanner {
	height: 48px;
	width: 313px;
	position: absolute;
	top: 22px;
	right: 84px;
}
#header #hBanner li#hBanner01 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #hBanner li#hBanner02 {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header li#topBtn a {
	background: url(images/topBtn.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 41px;
	position: absolute;
	top: 37px;
	right: 31px;
	font-size: 0px;
	line-height: 0px;
}


/* ----------------------------------------------
menu
------------------------------------------------- */

#menu {
	height: 40px;
	width: 910px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	clear: both;
}
#menu ul {
	list-style: url(none) none;
}
#menu #menu01 {
	display: block;
	height: 40px;
	width: 144px;
	text-indent: -9999px;
	position: absolute;
	left: 18px;
	background: url(images/menu.gif) no-repeat 0px -40px;
}
#menu #menu01 a {
	display: block;
	height: 40px;
	width: 144px;
	background: url(images/menu.gif) no-repeat 0px 0px;
}
#menu #menu01 a:hover {
	background: url(images/menu.gif) no-repeat 0px -40px;
}
#menu #menu02 {
	display: block;
	height: 40px;
	width: 144px;
	text-indent: -9999px;
	position: absolute;
	left: 164px;
	background: url(images/menu.gif) no-repeat -146px -40px;
}
#menu #menu02 a {
	display: block;
	height: 40px;
	width: 144px;
	background: url(images/menu.gif) no-repeat -146px 0px;
}
#menu #menu02 a:hover {
	background: url(images/menu.gif) no-repeat -146px -40px;
}
#menu #menu03 {
	display: block;
	height: 40px;
	width: 144px;
	text-indent: -9999px;
	position: absolute;
	left: 310px;
	background: url(images/menu.gif) no-repeat -292px -40px;
}
#menu #menu03 a {
	display: block;
	height: 40px;
	width: 144px;
	background: url(images/menu.gif) no-repeat -292px 0px;
}
#menu #menu03 a:hover {
	background: url(images/menu.gif) no-repeat -292px -40px;
}
#menu #menu04 {
	display: block;
	height: 40px;
	width: 144px;
	text-indent: -9999px;
	position: absolute;
	left: 456px;
	background: url(images/menu.gif) no-repeat -438px -40px;
}
#menu #menu04 a {
	display: block;
	height: 40px;
	width: 144px;
	background: url(images/menu.gif) no-repeat -438px 0px;
}
#menu #menu04 a:hover {
	background: url(images/menu.gif) no-repeat -438px -40px;
}
#menu #menu05 {
	display: block;
	height: 40px;
	width: 144px;
	text-indent: -9999px;
	position: absolute;
	left: 602px;
	background: url(images/menu.gif) no-repeat -584px -40px;
}
#menu #menu05 a {
	display: block;
	height: 40px;
	width: 144px;
	background: url(images/menu.gif) no-repeat -584px 0px;
}
#menu #menu05 a:hover {
	background: url(images/menu.gif) no-repeat -584px -40px;
}
#menu #menu06 {
	display: block;
	height: 40px;
	width: 144px;
	text-indent: -9999px;
	position: absolute;
	left: 748px;
	background: url(images/menu.gif) no-repeat -730px -40px;
}
#menu #menu06 a {
	display: block;
	height: 40px;
	width: 144px;
	background: url(images/menu.gif) no-repeat -730px 0px;
}
#menu #menu06 a:hover {
	background: url(images/menu.gif) no-repeat -730px -40px;
}


/* ----------------------------------------------
imgArea
------------------------------------------------- */

#imgArea {
	height: 240px;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}


/* ----------------------------------------------
pageBody
------------------------------------------------- */

#pageBody {
	background: url(images/pageBody.gif) repeat-x left top;
	width: 880px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 28px;
	padding-bottom: 16px;
	clear: both;
}
#pageBody:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#pageBody {
	display:inline-block;
}
/* hides from IE-mac \*/
* html #pageBody {
	height:1%;
}
#pageBody {
	display:block;
	position: relative;
	clear: both;
}
/* End hides from IE-mac */


/* ----------------------------------------------
main
------------------------------------------------- */

#main {
	height: auto;
	width: 564px;
	clear: both;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#main a {
	color: #95ebfb;
}
#main a:hover {
	color: #ff6600;
}
#main hr {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#main ul {
	list-style: inside;
	margin-left: 5px;
	margin-bottom: 1em;
}
#main ol {
	list-style: inside;
	margin-left: 5px;
	margin-bottom: 1em;
}
#main #h2Top {
	font-size: 0px;
	line-height: 0px;
	background: url(images/h2Top.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 564px;
	margin-bottom: 5px;
}
#main .bannerSpTop {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
#main .mainCtsTop {
	background: #000000;
	padding: 10px;
	clear: both;
	margin: 0px;
}
#main .mainCtsTop:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#main .mainCtsTop {
	display:inline-block;
}
/* hides from IE-mac \*/
* html #main .mainCtsTop {
	height:1%;
}
#main .mainCtsTop {
	display:block;
	position: relative;
	clear: both;
}
/* End hides from IE-mac */
#main .mainCtsTop dl {
	border-bottom: 1px solid #99ccff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#main .mainCtsTop dt {
	background: url(images/dotSky.gif) no-repeat left center;
	padding-left: 1em;
}
#main .mainCtsTop dd {
	padding-left: 1em;
}
#main #infoSpace {
	background: #000000;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 544px;
}
#main #infoSpace:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#main #infoSpace {
	display:inline-block;
}
/* hides from IE-mac \*/
* html #main #infoSpace {
	height:1%;
}
#main #infoSpace {
	display:block;
	position: relative;
	clear: both;
}
/* End hides from IE-mac */

#main #infoSpace iframe {
	height: 126px;
	width: 256px;
}
#main #infoSpace div div {
	border: 1px solid #e7b98a;
	padding: 2px;
}
#main #infoSpace #infoSmile {
	float: left;
	background: #000000;
	display: block;
}
#main #infoSpace #infoSmile h3 {
	font-size: 0px;
	line-height: 0px;
	background: url(images/infoSmile.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 244px;
	margin-bottom: 5px;
}
#main #infoSpace #infoGallery {
	float: right;
	background: #000000;
	display: block;
}
#main #infoSpace #infoGallery h3 {
	font-size: 0px;
	line-height: 0px;
	background: url(images/infoGallery.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 234px;
	margin-bottom: 5px;
}
#main .mainCtsBox {
	clear: both;
	margin: 0px 10px 20px;
	padding-bottom: 10px;
}
#main .mainCtsBox .mainCts {
	background: #000000;
	border: 2px solid #353392;
	text-align: center;
	padding-bottom: 10px;
}
#main .mainCtsBox .mainCts h2 {
	background: url(images/h2MainCtsBox.gif) repeat-x left top;
	color: #770603;
	text-align: center;
	font-size: 16px;
	height: 23px;
	padding-top: 8px;
	margin-bottom: 10px;
}
#main .mainCtsBox .mainCts p {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#main .mainCtsBox .info {
	padding-top: 4px;
	border-top: 1px solid #ffffff;
	text-align: right;
	margin-top: 15px;
  margin-bottom: 10px;
}


/* ----------------------------------------------
side
------------------------------------------------- */

#side {
	width: 271px;
	float: left;
	padding-right: 15px;
}
#side img {
	display: block;
	margin-bottom: 15px;
}
#side .h3Side01 {
	background: url(images/h3Side01.jpg) no-repeat left top;
	width: 271px;
	display: block;
	height: 29px;
	text-align: center;
	font-size: 16px;
	padding-top: 12px;
	margin-bottom: 3px;
}
#side .h3Side02 {
	background: url(images/h3Side02.jpg) no-repeat left top;
	width: 271px;
	display: block;
	height: 29px;
	text-align: center;
	font-size: 16px;
	padding-top: 12px;
	margin-bottom: 3px;
}
#side .h3Side03 {
	background: url(images/h3Side03.jpg) no-repeat left top;
	width: 271px;
	display: block;
	height: 29px;
	text-align: center;
	font-size: 16px;
	padding-top: 12px;
	margin-bottom: 3px;
}
#side .sideBox01 {
	margin-bottom: 15px;
	background: #000000;
}
#side .sideBox01 a {
	color: #79abfd;
}
#side .sideBox01 a:hover {
	color: #ff6600;
}
#side .sideBox01 .sideBoxCts {
	padding: 8px 12px;
	border: 1px solid #79abfd;
}
#side .sideBoxCts ul {
	list-style: url(none) none;
}
#side .sideBoxCts ul li {
	line-height: 1.4em;
}

#side .sideBoxCts ul li ul li {
	padding-left: 1em;
}


/* ----------------------------------------------
footer
------------------------------------------------- */

#footer {
	height: 120px;
	width: 910px;
	display: block;
	position: relative;
	background: url(images/footer.gif) no-repeat left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
}
#footer address {
	font-style: normal;
	line-height: 1em;
	margin-bottom: 20px;
	padding-top: 8px;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #ff6600;
}
#footer ul {
	list-style: url(none) none;
	line-height: 1em;
	margin-bottom: 5px;
}
#footer li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #ffffff;
	line-height: 1em;
}
#footer li.listTop {
	border-left: 1px solid #ffffff;
}
#footer p {
	font-size: 11px;
	color: #666666;
	line-height: 1.4em;
}


/* Hotel blog */

#main .blogHotelBox a {
	color: #79fd98;
}
#main .blogHotelBox a:hover {
	color: #ff6600;
}
#main .blogHotelBox {
	clear: both;
	margin: 0px 8px 20px;
	padding-bottom: 10px;
}
#main .blogHotelBox .mainCts {
	background: #000000;
	padding-bottom: 10px;
}
#main .blogHotelBox .mainCts .dateBox {
	position: relative;
	height: 70px;
	width: 548px;
	display: block;
}
#main .blogHotelBox .mainCts .dateBox h2 {
	background: url(images/h2BlogHotel.jpg) no-repeat left top;
	color: #ffffff;
	font-size: 18px;
	height: 57px;
	margin-bottom: 10px;
	width: 533px;
	padding-top: 20px;
	padding-left: 15px;
}
#main .blogHotelBox .mainCts .dateBox div {
	height: 71px;
	width: 70px;
	position: absolute;
	top: 6px;
	right: 0px;
	display: block;
	line-height: 1em;
	font-weight: bold;
}
#main .blogHotelBox .mainCts .dateBox .month {
	font-size: 14px;
	line-height: 1em;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
	width: 70px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#main .blogHotelBox .mainCts .dateBox .day {
	font-size: 30px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 70px;
	position: absolute;
	top: 19px;
	right: 0px;
}
#main .blogHotelBox .mainCts .dateBox .year {
	font-size: 14px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 70px;
	position: absolute;
	right: 0px;
	bottom: 7px;
}
#main .blogHotelBox .mainCts p {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#main .blogHotelBox .info {
	padding-top: 4px;
	border-top: 1px solid #ffffff;
	text-align: right;
	margin-top: 15px;
}
#side .sideBoxHotel {
	margin-bottom: 15px;
	background: #000000;
}
#side .h3SideHotel {
	background: url(images/h3SideHotel.jpg) no-repeat left top;
	width: 271px;
	display: block;
	height: 29px;
	text-align: center;
	font-size: 16px;
	padding-top: 12px;
	margin-bottom: 3px;
}
#side .sideBoxHotel a {
	color: #79fd98;
}
#side .sideBoxHotel a:hover {
	color: #ff6600;
}
#side .sideBoxHotel .sideBoxCts {
	padding: 8px 12px;
	border: 1px solid #79fd98;
}	


/* Staff blog */

#main .blogStaffBox a {
	color: #83b29c;
}
#main .blogStaffBox a:hover {
	color: #ff6600;
}
#main .blogStaffBox {
	clear: both;
	margin: 0px 8px 20px;
	padding-bottom: 10px;
}
#main .blogStaffBox .mainCts {
	background: #000000;
	padding-bottom: 10px;
}
#main .blogStaffBox .mainCts .dateBox {
	position: relative;
	height: 70px;
	width: 548px;
	display: block;
}
#main .blogStaffBox .mainCts .dateBox h2 {
	background: url(images/h2BlogStaff.jpg) no-repeat left top;
	color: #ffffff;
	font-size: 18px;
	height: 57px;
	margin-bottom: 10px;
	width: 533px;
	padding-top: 20px;
	padding-left: 15px;
}
#main .blogStaffBox .mainCts .dateBox div {
	height: 71px;
	width: 70px;
	position: absolute;
	top: 6px;
	right: 0px;
	display: block;
	line-height: 1em;
	font-weight: bold;
}
#main .blogStaffBox .mainCts .dateBox .month {
	font-size: 14px;
	line-height: 1em;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
	width: 70px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#main .blogStaffBox .mainCts .dateBox .day {
	font-size: 30px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 70px;
	position: absolute;
	top: 19px;
	right: 0px;
}
#main .blogStaffBox .mainCts .dateBox .year {
	font-size: 14px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 70px;
	position: absolute;
	right: 0px;
	bottom: 7px;
}
#main .blogStaffBox .mainCts p {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#main .blogStaffBox .info {
	padding-top: 4px;
	border-top: 1px solid #ffffff;
	text-align: right;
	margin-top: 15px;
}
#side .sideBoxStaff {
	margin-bottom: 15px;
	background: #000000;
}
#side .h3SideStaff {
	background: url(images/h3SideStaff.jpg) no-repeat left top;
	width: 271px;
	display: block;
	height: 29px;
	text-align: center;
	font-size: 16px;
	padding-top: 12px;
	margin-bottom: 3px;
}
#side .sideBoxStaff a {
	color: #83b29c;
}
#side .sideBoxStaff a:hover {
	color: #ff6600;
}
#side .sideBoxStaff .sideBoxCts {
	padding: 8px 12px;
	border: 1px solid #83b29c;
}	

/* 追加 */
#main h2.pagetitle {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 3px;
    color: #6251ae;
    font-size: 16px;
    border-bottom: 2px solid #b4b4b4;
    text-align: center;
}

#main .post {
    margin: 10px 0px 20px 0px;
}

#main .post h3 {
    background-color: #8067b7;
    padding-top: 5px;
    padding-bottom: 5px;
}

#main .post h3 span.h3mark {
    margin: 0px 5px 0px 5px;
    color: #6251ae;
}


#main .pagetop {
    text-align: right;
}

#main table.type01 {
    width: 100%;
}

#main table.type01 img {
    margin: 10px 20px 10px 20px;
    text-align: center;
}

#main table.type01 td {
    padding: 10px;
    width: 50%;
}

/* add */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#pageBody #main .aligncenter {
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

p.wp-caption-text {
    color: #000000;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.wpGallery {
	border: 1px dotted #cc0000;
	background: #ffffcc url("plugins/wpgallery/img/gallery.png") no-repeat scroll center center;
	width: 99%;
	height: 250px;
}

#pageBody #main .cat-link {
    margin: 10px;
    text-align: right;
    
}