@charset "utf-8";

a:link,a:active
{
	text-decoration:underline;
	color:#0000FF;
}
a:visited
{
	text-decoration:underline;
	color:#800080;
}
a:hover
{
	text-decoration:underline;
	color:#FF0000;
}
/* 右フレームのタイトル */
h3
{
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(./title.gif);
	background-repeat: repeat-y;
	padding: 3px 5px 3px 5px;
	color: #FFFFFF;
/*	background-color: #ccccff; */
}
p.block_msg {
	font-size : 120%;
	font-family: 'ＭＳ ゴシック';
	text-align: center;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}
