@charset "shift_jis";
/* ==================================
index用CSS
================================== */

/* 背景　白 */
body#index div#wrapper {
	width:741px;
	_width:740px;
	position: relative;
	margin: 0 auto;
	background: #ffffff;
}
/* カラム */
body#index .colum01 {
	width: 710px;
}
body#index .colum01 .col-left {
	float: left;
	width: 432px;
}
body#index .colum01 .col-right {
	float: right;
	width: 263px;
}
body#index .colum02 {
	width: 432px;
}
body#index .colum02 .col-left {
	float: left;
	width: 292px;
}
body#index .colum02 .col-right {
	float: right;
	width: 130px;
}
/*3段組*/
body#index .three-column{
	clear:both;
	width:432px;
}
body#index div.three01{
	width:192px;
	float:left;
}
body#index div.three02{
	width:230px;
	float:left;
	margin:0 0 0 10px;
}
body#index div.three02 img.banner01{
	margin:0 5px 0 0;
}
body#index div.three03{
	width:230px;
	float:right;
}
body#index div.three03 img{
	margin:5px 0 0 0;
	_margin:5px 0 0 6px;
}
/* フラッシュ */
body#index .flash {
	margin: 15px 0 0 0;
}
/* アトラクション検索 */
body#index .title01 {
	margin:10px 0 0 0;
}
body#index .green-box {
	border-top: 6px solid #66cc33;
	background-color: #b5e22b;
	text-align: center;
}
body#index .button01 {
	margin:10px 0 0 0;
}
body#index .button02 {
	margin:5px 0 10px 0;
}
/* お知らせ */
body#index .title02-area {
	background: url(../../../images/index_bg001.gif) no-repeat left bottom;
}
body#index .title02-area .title02 {
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
}
body#index .title02-area .detail {
	float: right;
	margin: 0;
	margin-top: -25px;
	text-align: right;
}
body#index .title02-area .detail a.intxt {
    z-index:2;
}
body#index .title02-area .detail a.inbt {
	z-index:1;
	padding: 0 10px 0 0;
}
body#index .scroll {
	overflow: auto;
	_overflow-y: scroll;
	width: 263px;
	height: 110px;
	margin-top: 2px;
}
body#index div#contents dl.toptopic {
	margin:5px 0 3px 0;
}
body#index div#contents dl.toptopic dd {
	width:175px;
	margin:-1.7em 0 3px 4em;
	padding:5px 0 4px 20px;
	line-height:1.3;
}
body#index div#contents dl.toptopic dd.endtxt {
	width:175px;
	margin:-2.7em 0 3px 4em;
	padding:5px 0 8px 20px;
	line-height:1.3;
}

/* 10/6追加分
---------------------------------------------------- */
body#index div#contents dl.toptopic dd.endtxt2 {
	width:175px;
	height:2.6em;
	margin:-2.7em 0 3px 4em;
	padding:5px 0 8px 20px;
	line-height:1.3;
}
/* ------------------------------------------------- */

body#index .about-rss {
	text-align: right;
}
body#index .about-rss img {
	padding: 2px 10px 2px 0;
	vertical-align: middle;
}
/* 区切り線 */
body#index hr.line {
	display: block;
	margin-top: 5px;
}
/*トップの赤枠*/
body#index div#report{
	width:698px;
	border:1px solid #66cc33;
	margin: 13px 0 0 0;
	padding: 5px 5px 5px 5px;
}
body#index div#report p{
	margin-top: 5px;
	font-weight: bold;
}

/* --------------------------------------
div#footer
-------------------------------------- */
body#index div#footer {
	width:740px;
	_height:15%;
	min-height:14.7%;
}
body#index div#footer div#footerbox {
	background:url(../../images/season/footer_bg001.gif) no-repeat bottom center;
}



