@charset "utf-8";
/* CSS Document */

#topBlockWrap {
/* setting */
	margin: 0px auto;
	background: #ffffff;
	padding-bottom: 13px;
}

#topBlock {
	float: left;
	width: 710px;
}

#topContentWrap { background: #f2f2f2; }
#topContentWrap #contentWrapNoneSide { background: #f2f2f2; }

/* ---------------------------------------------------------
トップ用カルーセル（2016.4.27追加）
--------------------------------------------------------- */

.topVisualBlock {
	position: relative;
	overflow: hidden;
	width: 710px;
	height: 184px;
	margin: 1em auto;
	padding: 0;
}

.topVisualBlock li {
	list-style-type: none;
}

.topVisualBlock #topVisualImg {
	overflow: hidden;
	width: 710px;
	height: 159px;
	margin: 0;
	padding: 0;
}

#topVisualImg li {
	overflow: hidden;
	float: left;
	width: 710px;
	height: 159px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topVisualImg li.movie {
	background: #000;
	text-align: center;
}

.control #carouPrev {
	display: inline-block;
	position: absolute;
	top: 70px;
	left: 1px;
}

.control #carouNext {
	display: inline-block;
	position: absolute;
	top: 70px;
	right: 1px;
}

.control #carouPrev img,
.control #carouNext img {
	width: 20px;
	height: 20px;
}

.topVisualBlock .carouPage {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.topVisualBlock .carouPage a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 12px;
	background: #999;
	text-indent: -9999px;
}

.topVisualBlock .carouPage a.selected {
	background: #0092d1;
}


/* ---------------------------------------------------------
バナー
--------------------------------------------------------- */
#asideBlock {
	float: right;
	margin-top: 1.0em;
	width: 210px;
}

#optionBlockWrap {}



/* ---------------------------------------------------------
新着情報
--------------------------------------------------------- */
.topicsBlockWrap {
	margin-top: 15px;
	position: relative;
}

.infoBlock { margin-top: 15px; }

.topicsBlockWrap h2 {
	margin: 0px;
	padding: 0px;
	width: 710px;
	height: 39px;
	background: url(../img/topics_ttl.gif) no-repeat;
	border: none;
	text-indent: -9999px;
}

.topicsBlockWrap .moreLinks {
	position: absolute;
	top: 6px;
	right: 65px;
	margin: 0px;
}

.topicsBlockWrap .moreLinks a {
	display: block;
	text-indent: -9999px;
	background: url(../img/icons/ico_topics.gif) no-repeat;
	width: 129px;
	height: 22px;
	outline: none;
}

.topicsBlockWrap .rss {
	position: absolute;
	top: 6px;
	right: 6px;
	margin: 0px;
}
.topicsBlockWrap .rss a {
	display: block;
	text-indent: -9999px;
	background: url(../img/icons/ico_rss_top.gif) no-repeat;
	width: 54px;
	height: 22px;
	outline: none;
}

.topicsBlockWrap .moreLinks a:hover ,
.topicsBlockWrap .rss a:hover {
	filter: Alpha(opacity=80);
	opacity:0.8;
}


/* ---------------------------------------------------------
フォルダレイアウト
--------------------------------------------------------- */



/* ---------------------------------------------------------
FCK
--------------------------------------------------------- */
.editorBlock {}


/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
#topBlockWrap:after ,
.topicsBlock:after
{ content : ''; display : block; clear : both; }

#topBlockWrap ,
.topicsBlock
{ /zoom : 1; }
