A {TEXT-DECORATION: none}
A:link { color: #0000ff; }
A:visited { color: #0000ff; }
A:active { color: #0000ff; }
A:hover { color: red; }

.style1 {color: #0000FF; font-size: 14px}

.style2 {color: #0000FF; font-size: 12px}

.style3 {color: #000000; font-size: 12px}

.style4 {color: #0000FF; font-size: 13px}

.style5 {color: #000000; font-size: 10px}

.style6 {color: #000000; font-size: 13px}

.style7 {color: #000000; font-size: 14px}

.style8 {color: #FF8000; font-size: 10px}

.style9 {color: #FF0000; line-height: 1.5; font-size: 12px}

.style10 {color: #000000; line-height: 1.2; font-size: 13px} 

.style11 {color: #000000; font-family:"ＭＳ 明朝"; line-height: 1.2; font-size: 13px} 

.style12 {
	font-size: 10px;
	color: #0000FF;
}

.style13 {
	font-size: 14px;
	font-weight: bold;
	color: #ffa500;
}

.style14 {
	font-size: 12px;
	font-weight: bold;
	color: #ffa500;
}
.rightimg {
	float: right;
}
.leftimg {
	float: left;
}

#main
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:650px;         /* 幅を決定する */
    }



