@charset "Shift_JIS";

/*ナビ擬似リンクの設定*/

li#navi09-thispage a{
	background-color:#ff3399;
	color:#fff;
	height: 2.5em;
	line-height: 2.5em;
}

/*ナビゲーションの設定ここまで*/

/*テキストの設定*/

div#message_text p{
	font-size:84%;
	line-height:1.8;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 10px;
}

div#message_text p.sign{
	text-align:right;
	font-size:96%;
	margin-bottom:50px;
}

/*画像の設定*/

div#message_visual{
	float:right;
	margin:0 10px 0 15px;
}

/*監督ページへのリンク*/

div#message_visual h2{
	text-align:right;
	margin-top:5px;
}

div#message_visual h2 a{
	font-size:84%;
	font-weight:bold;
	color:#00008b;
}

div#message_visual h2 a:hover{
	text-decoration:underline;
}

