@charset "utf-8";
/***★★★★★基本★★★★★***/
#main_contents {
	float: left;
	width: 700px;
}
#side_contents {
	float: right;
	width: 180px;
	overflow:hidden;
}
#contents_area {
	overflow:hidden;
	margin-top:5px;
}
/***★★★★★コンセプトブロック★★★★★***/
#concept_detail {
	overflow:hidden;
}
#concept_detail li {
	float: left;
	width: 228px;
}
#concept_block .image {
	margin-top: 5px;
}
#concept_block .tx {
	margin-top: 5px;
	height:100px;
}
#concept_block .detail {
	float: right;
}
/***★★★★★サーチブロック★★★★★***/
#search_block {
	clear: both;
	overflow:hidden;
}
/***★★★★★サーチブロック　アクティビティ★★★★★***/
#activity_block {
	float: left;
	width: 336px;
	overflow:hidden;
	/*min-height:420px;*/
background-color: #F2F2F2;
	padding: 5px;
	border: 1px solid #CCC;
}
#activity_block .inner {
	overflow: hidden;
	background-color: white;
	padding: 8px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
#search_block h3 {
	margin:5px;
	color:#088e99;
	font-weight: bold;
	font-size: 117%;/*border-bottom: solid 1px #CCC;*/
}
#activity_block dl {
	overflow:hidden;
	width:104px;
	margin:0 2px 15px 2px;
	float:left;
	display:block;
}
#activity_block dd {
	background-image: url(../images/common/arrow_left_blue.gif);
	background-repeat: no-repeat;
	padding-left: 9px;
	margin-top:3px;
	font-size:90%;
	background-position: 0px 0.5em;
}
/***★★★★★サーチブロック　天然水族館★★★★★***/
#naquarium_block {
	float: right;
	width: 336px;
	overflow:hidden;
	/*min-height:420px;*/
background-color: #F2F2F2;
	padding: 5px;
	border: 1px solid #CCC;
}
#naquarium_block .inner {
	overflow: hidden;
	background-color: white;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
#naquarium_block ul {
	float: left;
	min-width:110px;
}
#naquarium_block li {
	background-image: url(../images/common/arrow_left_blue.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-top:10px;
	float:left;
	width:95px;
	background-position: 0% 50%;
}
#disp {
	margin-bottom:10px;
}
/***★★★★★サイドコンテンツ★★★★★***/
/***★★★★★マイページログイン★★★★★***/
.mypage_icon01 {
	background-image: url(../images/common/icon_circle.jpg);
	background-repeat: no-repeat;
	padding-left:11px;
	background-position: left center;
}
#mypage_box {
	background-image: url(../images/home/mypage_bg.jpg);
	background-repeat: repeat;
}
#mypage_box #inner {
	color:#FFF;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	padding-bottom:10px;
}
#mypage_box #tx {
	float: right;
	font-size:67%;
}
#icon_login {
	margin-top:5px;
	float:left;
}
/***★★★★★バナー★★★★★***/
#banner_box li {
	margin-top:5px;
}
/***★★★★★ニュース★★★★★***/
.jCarouselLite {
	margin:0 0px 0 22px;
}
.jCarouselLite li {
	width:150px;
	height:150px;
	display:block;
	margin:5px 7px 0 7px;
	overflow:hidden;
}
.jCarouselLite img {
	clear:both;
	display:block;
}
.jCarouselLite li span.date {
	font-size:90%;
	color:#088e99;
}
.jCarouselLite li span.txt {
	/*width:140px;*/
	/*margin:5px;*/
	display:block;
		font-size:90%;
}
.carousel {
	width:700px;
	height:150px;
	position:relative;
}
.carousel a.prev {
	position:absolute;
	left:1px;
	top:60px;
}
.carousel a.next {
	position:absolute;
	right:1px;
	top:60px;
}
