a { text-decoration: none}/*リンクの下線を消す */
a:hover { color:#ff0000 ; text-decoration:none ; }/*マウスが乗ったときの文字色 */

h1 {
	font-size: 15px;
	color: #333333;
	}
h2 {
	font-size: 14px;
	color: #333333;
	}
h3 {
	font-size: 13px;
	color: #333333;
	}

.style1 {
	font-size: 10px;
	color: #333333;
}
.style2 {
	font-size: 12px;
	color: #333333;
}
.style3 {
	font-size: 12px;
	color: #cc9933;
}
.style4 {
font-size: 12px;
color: #ff0033
}
.style5 {
font-size: 12px;
color: #0000FF
}
.style6 {
	font-size: 13px;
	color: #333333;
}
.style7 {font-size: 12px; color: #FFFF00; }
.style8 {
	font-size: 15px;
	color: #0000FF;
}
.style9 {
	font-size: 15px;
	color: #ff0033;
}
.style10 {
	font-size: 15px;
	color: #333333;
}
.style11 {
	font-size: 12px;
	color: #999999;
}
.style12 {
	font-size: 12px;
	color: #99ff00;
}

img { margin: 3px }
img.left { float: left }
img.right { float: right }
br { clear: both }