/* Holy.css */

@charset "utf-8";

body {
	font-family:メイリオ, Meiryo, Osaka, sans-serif;
	color:#999999;
	font-size:12pt;
	background-color:#131A22;
	background-repeat:no-repeat;
	overflow:scroll;
}


#BGHover a:hover {background-Color:#0088E8; color:#FFFFFF;}


a {color:#FFFFFF; text-decoration:none;}


a {text-decoration:none;}



a:link {color:#1E90FF;}



a:visited {color:#1E90FF;}


/* セレクト青色 */
input,select {
	font-family:メイリオ, Meiryo, Osaka, sans-serif;
	color:#FFFFFF;
	font-SIZE:12pt;
	background-color:#003370;
	cursor:pointer; cursor:hand;
}


/* セレクト緑色
input,select {
	font-family:メイリオ, Meiryo, Osaka, sans-serif;
	color:#FFFFFF;
	font-SIZE:12pt;
	background-color:#005441;
	cursor:pointer; cursor:hand;
}
*/


/* テキスト入力エリア、転送・リセット（BORDERの線を太くするとボタンのように表示する）*/
input,textarea {
	cursor:pointer; cursor:hand;
	color:#FFFFFF;
	font-family:メイリオ, Meiryo, Osaka, sans-serif;
	font-size:12pt;
	background-color:#003370; 
}


/* テキスト入力エリア、転送・リセット（BORDERの線を太くするとボタンのように表示する）
input,textarea {
	cursor:pointer; cursor:hand;
	color:#FFFFFF;
	font-family:メイリオ, Meiryo, Osaka, sans-serif;
	font-size:12pt;
	background-color:#005441; 
}
*/


.menu1 a:hover {background-Color:#0088E8;}
.menu2 a:hover {background-Color:#0088E8;}

p.menu1{
	border-top:3px solid #38499F;
	border-bottom:3px solid #13007A;
	border-left:3px solid #38499F;
	border-right:3px solid #13007A;
	background-color:#343474;
	margin:2px;
	padding:2px;
	color:#FFFFFF;
	font-size:12pt;
	width:30px;
	height:26;
	CURSOR:hand;
}


p.menu2{
	border-top:3px solid #38499F;
	border-bottom:3px solid #13007A;
	border-left:3px solid #38499F;
	border-right:3px solid #13007A;
	background-color:#343474;
	margin:2px;
	padding:2px;
	color:#FFFFFF;
	font-size:12pt;
	width:100px;
	height:26;
	CURSOR:hand;
}


.PageBP {
 position:fixed;
 bottom:120px;
 right:10px;
}


.PageNP {
 position:fixed;
 bottom:65px;
 right:10px;
}