/*-------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */
#sidebar{
	width:155px;
	float:left;
}

.side-title {
  margin-bottom: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #534099;
}

#sidebar p{
	color: #306;
	font-weight: bold;
}



/* サイドバーメニュー */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
  font-size:x-small;
}

.localnavi li { display: inline;
 }

.localnavi li a {
  text-decoration: none;
  width: 155px;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #C9C;
  color: #333;
}

.localnavi li a:hover {color: #60F;
	text-decoration: none;
	border-bottom: 1px solid #96F;
	
}

/* ------------------------*/
.sen_graduate {
	list-style-type: none;
}
#sen_right {
	float: right;
	width: 560px;
	padding: 5px;
	margin-left: 5px;
}

#sen_right a img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}

#sen_right a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: #fff;
}


.song_text {
	font-size:60%;
	line-height: 160%;
	color: #333;
}

