/*　　　高校野球2010　　　*/
/*　表示用スタイルシート　*/

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #CCFF66;
	color: #FFFFFF;
}


A:link {
	color: #ffcc99;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	color: #ffcc99;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #ffcc99;
	text-decoration: none;
}
A:active {
	color: #ffcc99;
	text-decoration: none;
}

/*　サイドメニュー　*/
.lmenu {
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

/*　フッター　*/
#footer{
	padding: 5px 0px 5px 0px;
	text-align: center;
	background: #CCFF66;
	color: #666666;
	font-size: 12px;
}


/*　書式　*/
.txt10 {
	font-size: 10px;
	line-height: 150%;
	font-style: normal;
	}

.txt12 {
	font-size: 12px;
	line-height: 150%;
	font-style: normal;
	}

.txt15 {
	font-size: 15px;
	line-height: 140%;
	font-style: normal;
	}

.txt18 {
	font-size: 18px;
	line-height: 140%;
	font-style: normal;
	}

.txt20 {
	font-size: 20px;
	line-height: 140%;
	font-style: normal;
	}

