body { margin:0px; color: #333333; }

/* テキストの設定(win-ie用と同じ) */

.txt_xsmall { font-size: 10px; line-height: 110%; }

.txt_small_0 { font-size: 11px; line-height: 110%; }
.txt_small_1 { font-size: 11px; line-height: 130%; }
.txt_small_2 { font-size: 11px; line-height: 150%; }
.txt_small_3 { font-size: 11px; line-height: 170%; }
.txt_small_4 { font-size: 11px; line-height: 190%; }

.txt_medium_0 { font-size: 12px; line-height: 110%; }
.txt_medium_1 { font-size: 12px; line-height: 130%; }
.txt_medium_2 { font-size: 12px; line-height: 150%; }
.txt_medium_3 { font-size: 12px; line-height: 170%; }
.txt_medium_4 { font-size: 12px; line-height: 190%; }

.txt_large_0 { font-size: 14px; line-height: 110%; }
.txt_large_1 { font-size: 14px; line-height: 130%; }
.txt_large_2 { font-size: 14px; line-height: 150%; }
.txt_large_3 { font-size: 14px; line-height: 170%; }
.txt_large_4 { font-size: 14px; line-height: 190%; }

.txt_xxlarge_0 { font-size: 20px; line-height: 110%; }
.txt_xxlarge_1 { font-size: 20px; line-height: 130%; }
.txt_xxlarge_2 { font-size: 20px; line-height: 150%; }
.txt_xxlarge_3 { font-size: 20px; line-height: 170%; }
.txt_xxlarge_4 { font-size: 20px; line-height: 190%; }

.txt_xlarge_0 { font-size: 16px; line-height: 110%; }
.txt_xlarge_1 { font-size: 16px; line-height: 130%; }
.txt_xlarge_2 { font-size: 16px; line-height: 150%; }
.txt_xlarge_3 { font-size: 16px; line-height: 170%; }
.txt_xlarge_4 { font-size: 16px; line-height: 190%; }

/* リンクの設定*/

a:link {									/* 訪問前のリンク */
	color: #000066;
}
a:visited {									/* 訪問済みのリンク */
	color: #333333;
}
a:hover {									/* マウスカーソルが重なっているとき*/
	color: #FF0000;
	text-decoration: none;
}
a:active {									/* リンク部分をクリックした瞬間 */
	color: #000066;
	text-decoration: none;
}
.border {
	border: 1px solid #999999;
}.bgcolor {
	background-color: #efefef;

}
.link a:link { color: #663300;text-decoration: none;}
.link a:visited {	color: #663300;text-decoration: none;}
.link a:hover { color:#CC0000;text-decoration: underline;}
.link a:active {}

													/* アクセスページ リンク*/
.ac_link a:link {
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#CC0000;
	line-height:150%;
}

.ac_link a:visited {
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#CC0000;
	line-height:150%;
}

.ac_link a:hover {
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#003399;
	line-height:150%;
}

.ac_link a:active {
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#CC0000;
	line-height:150%;
}