@charset "Shift_JIS";

#content{
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}
	
#visual{
	width: 980px;
	margin: 0 auto 30px auto;
	padding-top: 10px;
}

/* 論文リスト*/
.list_type2{
	width: 970px;
	margin: 0 auto  auto;
	overflow: hidden; 
	
}

.list_type2 li{
	width: 130px;
	height: 200px;
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 12px;
}

.list_type2 a{
	display: block;
	width: 100px;
	height: 130px;
	text-decoration: none;
	margin: 0 0 0 15px;
}

.waname{
	font-size: 12px;
	margin: 5px 0 0 0;
}

.paper01 a{
	background: url("./tsumabeni01.jpg") no-repeat;
}
.paper01 a:hover{
	background: url("./tsumabeni01_2.jpg") no-repeat;
}
.paper02 a{
	background: url("./tsumabeni02.png") no-repeat;
}
.paper02 a:hover{
	background: url("./tsumabeni02_2.png") no-repeat;
}
