@charset "shift_jis";

#pagecontents {
	clear:both;
	width:960px;
	margin:0 auto;
	background-color:#ffffff;
	min-height:500px;
}

#top_slide {
	width:960px;
	margin:0 auto;
	height:496px;
	overflow:hidden;
	position:relative;
}
.topfb {
	position:absolute;
	top:8px;
	right:8px;
	z-index:1000;
	color:#ffffff;
}
.topfb img {
	border:2px #ffffff solid;
	border-radius:2px;
	vertical-align:top;
}
.bx-wrapper .bx-viewport {
	border:none;
	left:0;
	box-shadow:none;
}
.topfb a {
	font-size:80%;
	color:#ffffff;
	text-decoration:none;
}


#toppage_title {
	font-size:0;
}
#news_area {
	width:916px;
	margin:0 auto;
	padding-top:24px;
}
.news_block {
	float:left;
	margin-right:20px;
}
.newskakuq {
	width:292px;
	height:46px;
	background:url('../images/top/top_title01.png') left top no-repeat;
}
.newssato {
	width:292px;
	height:46px;
	background:url('../images/top/top_title02.png') left top no-repeat;
}
.newsshop {
	width:292px;
	height:46px;
	background:url('../images/top/top_title03.png') left top no-repeat;
}
.newskakuq a, .newssato a, .newsshop a {
	display:block;
	text-indent:-9999px;
	height:100%;
}
.news_list {
	width:272px;
	padding:0 9px;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
}
.newsbt{
	width:292px;
	height:8px;
	background:url('../images/top/top_column_ft.png') left bottom no-repeat;
}
.last_column {
	margin-right:0 !important;
}

/* ----------------- */

#topic_area {
	width:916px;
	margin:0 auto;
	padding-top:36px;
}
.topic_block {
	float:left;
	width:292px;
	background-color:#555555;
	margin-right:20px;
	margin-bottom:20px;
}
.topic_block a {
	display:block;
	text-decoration:none;
	height:100%;
}
.topic_block a:hover {
	opacity:0.8;
		filter:alpha(opacity=80);
		-ms-filter: "alpha( opacity=80)";
}
.topic_img {
	display:block;
	width:292px;
	height:100px;
	background-color:#C8C6C6;
	background-position:center center;
	background-repeat:no-repeat;
}
.topic_title {
	display:block;
	padding:6px;
	font-size:105%;
	line-height:1.1;
	border-bottom:1px #ffffff dotted;
	color:#ffffff;
}
.topic_txt {
	display:block;
	padding:6px;
	font-size:75%;
	line-height:1.4;
	color:#ffffff;
/*	word-break:break-all;	*/
}
