@charset "utf-8";
/*-----------------------------------------------------------------
   CSS Document
   090410 Akiba
 -----------------------------------------------------------------*/


/*-----------------------------------------------------------------
  index
 -----------------------------------------------------------------*/
form{
	padding:0;
	margin:0;
}

li{
	list-style:none;
}

/*-----------------------------------------------------------------
  section
 -----------------------------------------------------------------*/
 .materialRoomArea{
	margin:15px 0 0 0;
 }
 
 .newToshoInformation{
	margin:15px 0 0 0;
}
 
.recommendSite{
	margin:15px 0 0 0;
}

.textbookLinkArea{
	padding:0 0 0 5px;
}

.searchArea{
	margin:15px 0 0 0;
	padding:0 0 0 5px;	
}


.informationSpecial li{
	list-style:none;
	font-size:1.1em;
	line-height:1.1em;
	line-height:1.4em;
	border-bottom:1px dotted #cccccc;
	padding:1px 0;
	font-weight:bold;
	color:#000000;
	line-height:1.3em;
}

.bannerArea{
	padding:0 0 0 5px;	
}


.informationNormal{
	padding:0 5px 0 0;
}
.informationNormal li{
	list-style:none;
	line-height:1.1em;
	line-height:1.4em;
	border-bottom:1px dotted #cccccc;
	padding:1px 0;
	color:#333333;
}

li.sclC{
	padding: 0 0 0 25px;
	background:url(/common/images/icon/icon_school_c.gif) no-repeat;
}

li.sclE{
	padding: 0 0 0 25px;
	background:url(/common/images/icon/icon_school_e.gif) no-repeat;
}
li.sclJ{
	padding: 0 0 0 25px;
	background:url(/common/images/icon/icon_school_j.gif) no-repeat;
}
li.sclH{
	padding: 0 0 0 25px;
	background:url(/common/images/icon/icon_school_h.gif) no-repeat;
}


.searchBody{
	padding:10px;
	background:url(/common/images/top/search_body.gif) repeat-y;
}

.bannerArea2 li{
	list-style:none;
}


.materialRoomTable{
	
}

.materialRoomTable td{
	padding:5px 2px;
	font-size:1.2em;
}

.newToshoInformationTable{
	width:98%;
	border-collapse:collapse;
}

td.rightCell{
	padding:0 0 0 0;
	text-align:right;
}


.newToshoInformationTable td{
	padding:3px 0;
}


.newToshoInformationTable2{
	width:98%;
	border-collapse:collapse;	
}

.recommendSiteTable{
	width:100%;
}

.recommendSiteTable td{
	width:50%;
	font-weight:bold;
	font-size:1.1em;
	padding:5px 0;
}


/*-----------------------------------------------------------------
  materialListTable
 -----------------------------------------------------------------*/
 #newMaterialBlock{
	width:220px;
	background-image:url(right-bck.gif);
	background-repeat:repeat-y;
	background-position:-1px 0;
	
	margin:0 0 0 0;
	overflow: scroll;/* スクロール表示 */
	overflow-x: hidden;    
	height: 400px;

	scrollbar-arrow-color: #a0a0a0;
	scrollbar-face-color: #cecece;
	scrollbar-3dlight-color: #a0a0a0;
	scrollbar-darkshadow-color: #909090;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #c0c0c0;
	
}

.searchArea li{
	padding:3px 0;
}

.searchTextBox{
	width:163px;
}

/*-----------------------------------------------------------------
  materialListTable
 -----------------------------------------------------------------*/
.materialListTable{
	border-collapse:collapse;
}

.materialListTable td{
	vertical-align:top;
}

.materialName{
	border-bottom:1px dotted #cccccc;
	padding:3px 0;
}
.memberOnlyCell{
	border-bottom:1px dotted #cccccc;
	padding:3px 0;
}

td.materialDate{
	white-space:nowrap;
}

.roomSchool{
	font-weight:bold;
	color:#000000;
}
