/* カラーナンバーを毎号のテーマカラーに変更 */

#themecolor{
	color:#951C67;
	background-color: #951C67;
	font-weight: bold;
	text-align:left;
	width: 580px;
	margin-top:5px;
}
#themecolorline{border:1px solid #951C67;}

#themecolor a {text-decoration: none; }
#themecolor a:link {
	text-decoration: none;
	color : #951C67;
}

/* ここは変更なし*/
#themecolor a:visited {text-decoration: color:#456572;}
#themecolor a:hover {
text-decoration:underline;}
/* ここまで変更なし */

#themecolor h1{
	color:#951C67;
	background-color: #ffffff;
	font-size: 125%;
	letter-spacing:2px;
	padding:5px 8px 2px 6px;
	border-bottom:1px solid #dddddd;
	text-align:left;
}

