/************************************** 背景 */
body {
	background-color:#ffffff;
}


/************************************** フォント */
.nor {
	font-size: 12px; 
	color: #666666; 
	line-height: 1.5em;
}

small {
	font-size: 11px; 
	color: #666666; 
	line-height: 1.5em;
}

.ball {
	font-size: 12px; 
	color: #339933; 
	line-height: 1.5em;
}

strong {
	font-size: 12px; 
	color: #666666; 
	font-weight: bold;
	line-height: 1.5em;
}


/************************************** リンク */
a:link {
	font-size: 12px; 
	color: #339933; 
	text-decoration: none
}

a:active {
	font-size: 12px; 
	color: #339933; 
	text-decoration: none
}

a:visited {
	font-size: 12px; 
	color: #339933; 
	text-decoration: none
}

a:hover {
	font-size: 12px; 
	color: #339933; 
	text-decoration: underline
}

