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

#gnavi li#gnavi01 a{
	background-image:url(../images/index_gnavi01.gif);
}
#gnavi li#gnavi02 a{
	background-image:url(../images/index_gnavi02.gif);
}
#gnavi li#gnavi03 a{
	background-image:url(../images/index_gnavi03.gif);
}
#gnavi li#gnavi04 a{
	background-image:url(../images/index_gnavi04.gif);
}
#gnavi li#gnavi05 a{
	background-image:url(../images/index_gnavi05.gif);
}
#gnavi li#gnavi06 a{
	background-image:url(../images/index_gnavi06.gif);
}

/*


	index layout


*/
#main{
	padding-bottom:10px;
	background:url(../images/top_bg_main.gif) left bottom no-repeat;
}

#index-contents{
	margin-top:5px;
}
#index-contents-inner{
	width:930px;
}
#index-col-right{
	width:200px;
	float:right;
}
#index-col-left{
	width:197px;
	float:left;
}
#index-col-main{
	width:513px;
	float:left;
	margin-left:10px;
}
.index-col-main-box{
	margin-bottom:15px;
}
.index-subject{
	width:513px;
	height:28px;
	overflow:hidden;
}
.index-subject img{
	display:block;
}
.index-subject-more{
	width:80px;
	height:28px;
	display:block;
	float:right;
	position:relative;
	top:-28px;
	text-indent:-9999px;
	background:url(../images/more.gif) left top no-repeat;
}
.index-subject-more:hover{
	background:url(../images/more.gif) left bottom no-repeat;
}
.index-col-body{
	padding:5px 10px;
}
.index-col-list{
	width:493px;
	margin-bottom:15px;
}
.index-col-list dt{
	width:66px;
	float:left;
	color:#8C8C8C;
}
.index-col-list dt img{
	display:block;
}
.index-col-list dd{
	width:422px;
	float:right;
}
.index-box-left{
	border-top:2px solid #960306;
	background:url(../images/index_col_bg.gif) left top repeat-y;
}
.index-box-left-inner{
	background:url(../images/index_col_bg_bottom.gif) left bottom no-repeat;
	padding-bottom:9px;
}
.index-list{
	list-style-type:none;
	margin-left:2px;
	width:193px;
	margin-bottom:5px;
}
.index-list li a{
	/*margin-bottom:10px;*/
}
.index-list li a{
	width:193px;
	height:27px;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.index-list li#l01 a{
	background-image:url(../images/index_archive_01.gif);
}
.index-list li#l02 a{
	background-image:url(../images/index_archive_02.gif);
}
.index-list li#l03 a{
	background-image:url(../images/index_archive_03.gif);
	height:46px;
}
.index-list li#l04 a{
	background-image:url(../images/index_archive_04.gif);
}
.index-list li#l05 a{
	background-image:url(../images/index_today_01.gif);
	height:37px;
}
.index-list li#l06 a{
	background-image:url(../images/index_today_02.gif);
	height:46px;
}
.index-list li#l07 a{
	background-image:url(../images/index_today_03.gif);
	height:46px;
}
.index-list li#l08 a{
	background-image:url(../images/index_today_04.gif);
	height:46px;
}
.index-list li#l09 a{
	background-image:url(../images/index_today_05.gif);
	height:46px;
}
.index-list li a:hover{
	background-position:left bottom;
}
#index-box-left-hr{
	height:4px;
	display:block;
	width:100%;
	background:url(../images/index_col_hr.gif) left top no-repeat;
}
#index-box-left-hr hr{
	display:none;
}
.banner-box{
	margin-bottom:7px;
}
.banner-group-box{
	background:url(../images/dot_gray.gif) left top repeat;
	padding:12px 10px;
}

/*t.sano*/
div#closeup{
	background-color:#f5f5f5;
}
div.closeupbox a{
	display:block; 
	color:#444;
	text-decoration:none;
}
div.closeupbox h4{
	font-weight:bold;
	font-size:10pt;
}
div.closeupbox p{
	font-size:9pt;
}
div.closeupbox p.more{
	font-size:x-small;
	color:darkred;
	text-align:right;
	clear:both;
}
div.closeupbox p.more:after{
	content:url(http://www.waseda.jp/common/images/icon_blank.gif);
}
div.closeupbox img{
	margin: 3px 0;
	-moz-box-shadow: 0 0 6px #555555;
	-webkit-box-shadow: 0 0 6px #555555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
