/* フットバス スタイルシート */

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration : none;
}
A:active {
	text-decoration : none;
}
A:hover {
	text-decoration: underline;
}

.blockquote {
	border-style: double;
	border-width: 4px;
	border-color: #00cc00;
	padding: 10px 20px; 
	margin: 8px 10px;
}

h2 {
	margin-right: 5px;
	padding: 5px 5px;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
	font-size: 14px;
	line-height: 1.2em;
	color: #006600;
}

.big {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
}

.mid {
	font-size: 13px;
	line-height: 1.4em;
}

.small {
	font-size: 12px;
	line-height: 1.8em;
}

