@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: 0px 0 10px 12px;
}
#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 .news2{
	position: relative;
	padding-bottom: 20px;
}
#centercontents .rssmore{
	position: absolute;
	top: 20px;
	left: 245px;
	width: 115px;
}
#centercontents .rssmore2{
	position: absolute;
	top: 4px;
	left: 245px;
	width: 115px;
}
#centercontents .rssmore li,#centercontents .rssmore2 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: 123px;
	margin-top: 10px;
	height: 13px;
	display: block;
}

#centercontents .shosai li{
	float: left;
	padding-left: 3px;
	height: 13px;
}

#centercontents .shosai li img {
    margin: 0 0 4px;
	vertical-align: top
}

#centercontents .useful {
    margin-top:10px;
	background-image:url(../imgs/common/useful.gif);
	width:345px;
	height:40px;
	padding:65px 10px 10px;
	text-indent:-9999px;
}

#centercontents .useful3 {
    margin-top:10px;
	background-image:url(../imgs/common/useful2.gif);
	width:345px;
	height:40px;
	padding:65px 10px 10px;
	text-indent:-9999px;
}

#centercontents .new {
    margin-top:4px;
	margin-bottom:10px;
	width:365px;
}

#centercontents .new a {
	margin-bottom:8px;
	display:block;
}


#centercontents a:hover {
	background-position:bottom;
}

#centercontents .freshmen a {
	background-image:url(../imgs/common/useful_17.gif);
	width:166px;
	height:41px;
	display:block;
	float:left;
}

#centercontents .register a {
	background-image:url(../imgs/common/useful_18.gif);
	width:166px;
	height:41px;
	display:block;
	float:right;
}

#centercontents .freshmen2 a {
	background-image:url(../imgs/common/useful_20.gif);
	width:166px;
	height:41px;
	display:block;
	float:left;
}

#centercontents .register2 a {
	background-image:url(../imgs/common/useful_21.gif);
	width:166px;
	height:41px;
	display:block;
	float:right;
}
/*leftcontents*/
#leftcontents{
	width: 175px;
	float: left;
	padding: 10px 4px;
}
#leftcontents .ntopics{
	text-align: center;
}
#leftcontents .bannerlink{
	margin-top: 0px;
}
#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;
}
