@charset "utf-8";
/* layout */



/* TOPページトピックスアイコン*/

/*イベント情報　アイコン*/
.icon_event {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	background-color: #B3007A;
	line-height: 11px;
	font-weight: bold;
	margin-left: 20px;
	font-size: 90%;
	margin-right: 20px;
}
/*新着情報　アイコン*/
.icon_new {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	background-color: #0059B2;
	line-height: 11px;
	font-weight: bold;
	margin-left: 20px;
	font-size: 90%;
	margin-right: 20px;
}





/* TOPページレイアウト*/



.top_banner {
	width: 230px;
	height: auto;
	float: left;
	margin-bottom: 26px;
}

.midashi {
	width: 742px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.top_button_l {
	width: 230px;
	height: 230px;
	float: left;
	margin-right: 26px;
	margin-bottom: 26px;
}

.top_button_r {
	width: 230px;
	height: 230px;
	float: left;
}

.topics {
	width: 742px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border: 1px solid #DDDDDD;
}

.midashi_topics {
	width: 717px;
	height: auto;
	float: left;
	color: #0098CA;
	font-size: 160%;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 25px;
}
.topics_info {
	width: 687px;
	height: auto;
	float: left;
	color: #333333;
	margin-left: 25px;
	padding-right: 5px;
	line-height: 19px;
	border-bottom: 1px dotted #00A3D9;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.flash_contents {
	height: 250px;
	width: 1000px;
	float: left;
	background-repeat: no-repeat;
	border: 1px solid #DDDDDD;
	padding-top: 1px;
}

.view_list {
	width: 195px;
	height: auto;
	float: right;
	font-size: 90%;
	line-height: 18px;
	margin-top: 10px;
	padding-top: 0px;
	text-align: right;
}

.icon_detail {
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 3px;
	color: #333333;
	text-align: center;
	border-radius: 3px;
	background-color: #DDDDDD;
	line-height: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 14px;
	cursor:pointer; 
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	padding-bottom: 2px;
}

.icon_detail:hover {
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 3px;
	color: #333333;
	text-align: center;
	border-radius: 3px;
	background-color: #BBBBBB;
	line-height: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 14px;
	cursor: pointer;
	padding-bottom: 3px;
}
