/* CSS Document */
/* フラッシュ */
.flash {
	height: 268px;
	width: 780px;
	margin-top: 7px;
	position: relative;
}
/* 中央のボックス */
.main {
	width: 739px;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
/*	margin-top: 28px;*/
	margin-top: 10px;
	position: relative;
}
/* 右のボックス */
.right_box1 {
	width: 522px;
	float: right;
}
/* 左のボックス */
.left_box1 {
	width: 199px;
	float: left;
}

/* ドロップキャップ */
p{
/*    width: 500px; */
/*    font-family: Georgia, "Times New Roman", Times, serif;*/
}
p:first-letter {
    font-size: 3em;
    line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}
/* 写真 */
.photo_aqua {
	border-style: none;
	margin-top: 10px; 
}

/* 水のない水族館関連ボタン */
#goaquabtn {
	border-style: none;
	margin-top: 7px;
	position: relative;
	width: 721px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
/* ボタン */
a#goaquabtn01{
	display:block;
	width:721px;
	height:30px;
	background:url(../img-aqua/goaqua_ov.jpg) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a#goaquabtn01:hover img{
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}
