@charset "utf-8";

/* 共通 */
body {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}
.non {
	display: none;
}

/* おおまかな構造 */
body {
	background-color: #00a0e9;
	background-image: url(../images/cloud.gif);
	background-repeat: no-repeat;
	background-position: center 21px;
}
#wrapper {
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 275px;
}
#content {
	width: 924px;
	padding: 68px 0 0;
	margin: 0 auto;
}
#headArea {
	width: 920px;
	height: 50px;
	left: 50%;
	top: 47px;
	margin-left: -460px;
	position: absolute;
}
#headArea:after {
	content:'';
	background-color:rgba(255,255,255,1);
	height:32px;
	left:339px;
	position:absolute;
	top:0px;
	width:236px;
	z-index:100;
	}
#entryArea {
	background-image: url(../images/entryfoot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 614px;
	float: left;
	padding-bottom: 15px;
}
#menuArea {
	width: 303px;
	float: right;
}

/* エントリーエリア */
#entryArea h1 {
	background-image: url(../images/entryhead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	margin: 8px 0px 0px;
	padding: 0px;
	text-indent: -9999px;
}
#entryArea h3 {
	font-size: 16px;
	margin: 0 0 7px;
	color: #00A0E9;
}
#entryArea .entry {
	background-image: url(../images/entryback.gif);
	background-repeat: repeat-y;
	padding: 0px 25px 15px;
}
#entryArea .entry p {
	margin: 5px;
	padding: 0px;
	line-height: 16px;
}

/* メニューエリア */
#menu1,#menu2,#menu3 {
	background-image: url(../images/menufoot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-top: 8px;
}
#menu1 h2,#menu2 h2,#menu3 h2 {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 33px;
	text-indent: -9999px;
}
#menu1 h2 {
	background-image: url(../images/menutitle1.gif);
}
#menu2 h2 {
	background-image: url(../images/menutitle2.gif);
}
#menu3 h2 {
	background-image: url(../images/menutitle3.gif);
}
#menuArea ul {
	background-image: url(../images/menuback.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 30px;
}
#menuArea li {
	margin-bottom: 5px;
}
#menuArea li a {
	color: #00a0e9;
}
/* カレンダー */
#cal {
	background-image: url(../images/menuback.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 20px;
}
#cal table {
	width: 100%;
}
#cal td {
	text-align: center;
}
#cal th a {
	color: #00a0e9;
	text-decoration: none;
}
#cal td a {
	color: #00a0e9;
}
#cal .sun {
	color: #FF0000;
}
#cal .sat {
	color: #0000CC;
}
/* 次回予告 */
#menu4 {
	background-image: url(../images/menutitle4.gif);
	position: relative;
	background-repeat: no-repeat;
	height: 119px;
	width: 303px;
	margin-top: 8px;
}
#menu4 #next {
	position: absolute;
	width: 104px;
	height: 78px;
	top: 31px;
	left: 13px;
}
#menu4 div.entrymore {
    display: block;
    height: 72px;
    left: 127px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 31px;
    width: 160px;
}

/* レクタングルバナー */
#menuArea iframe {
	margin: 2px 0px 0px 1px;
}
/* プレゼント */
#present {
	margin-top: 8px;
	background-image: url(../images/present.gif);
	background-repeat: no-repeat;
	height: 121px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
/* スライドショー */
#photo_container {
	width: 614px;
	height: 379px;
	margin: auto;
    z-index: 100;
}
#photo_waku {
	display: block;
	height: 381px;
	width: 616px;
	z-index: 110;
	position: absolute;
}

#slideArea {
	width: 616px;
	height: 381px;
	left: 0;
	top: 0;
	position: relative;
	overflow: hidden;
}
