@charset "utf-8";

/*-------------------------------------------------
  トップページ用CSS
  作成者：Naoko Takada
  作成日：2007/6/14
  最終更新日：2007/6/14
--------------------------------------------------*/

/*mainvisial*/
#mainvisial{
	height: 215px;
	background-image: url(../imgs/top/mainvisial.jpg);
}

/*centercontents*/
#centercontents{
	float: left;
	width: 365px;
	padding: 10px 5px 10px 10px;
}
#centercontents h2{
	background-image: url(../imgs/top/bg_toptitle.gif);
	line-height: 26px;
	height: 26px;
	margin-bottom: 10px;
}
#centercontents h2 img{
	margin-top: 5px;
	margin-left: 5px;
}
#centercontents .news{
	position: relative;
	padding-bottom: 20px;
}
#centercontents .rssmore{
	position: absolute;
	top: 5px;
	left: 245px;
	width: 115px;
}
#centercontents .rssmore li{
	float: left;
	padding-left: 5px;
}

#centercontents .topics{
}
#centercontents .topics dd{
	margin-left: 16px;
	font-size: 85%;
}
#centercontents .topics dt{
	text-indent: -16px;
	margin-left: 16px;
}
#centercontents .topics .img{
	float: right;
	padding-left: 5px;
}
#centercontents .icon{
	padding-right: 5px;
	vertical-align: text-bottom;
}
#centercontents .newsevent{
	margin-top: 10px;
	clear: both;
}
#centercontents .newsevent li{
	margin-left: 16px;
	text-indent: -16px;
	margin-top: 1px;
	margin-bottom: 1px;
}
/*イベントアイコン追加のため修正*/
#centercontents .shosai{
/*  width: 206px;*/
	width: 240px;
/*  margin-left: 159px;*/
	margin-left: 125px;
	margin-top: 10px;
	height: 13px;
}
#centercontents .shosai li{
	float: left;
	padding-left: 3px;
}

/*leftcontents*/
#leftcontents{
	width: 175px;
	float: left;
	padding: 10px 4px;
}
#leftcontents .ntopics{
	text-align: center;
}
#leftcontents .bannerlink{
	margin-top: 10px;
}
#leftcontents .bannerlink li{
	margin: 2px 0;
	text-align: center;
}
#leftcontents .otherlink{
	font-size: 85%;
	margin-top: 15px;
	margin-left: 15px;
}
#leftcontents .otherlink li{
	background-image: url(../imgs/common/ic_cursor01.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	margin-top: 5px;
	padding-left: 15px;
}

/*rightcontents*/
#rightcontents{
	float: right;
	width: 175px;
	padding: 10px 5px;
}
#rightcontents .bannerlink{
}
#rightcontents .bannerlink li{
	margin: 0 0 5px 0;
}

/*MTサムネイル用 右フロート*/
.mt_float_r{
	float:right;
	width:auto;
	padding-left: 5px;
	margin-left:0 !important;
}

