/* ページ設定 */

body {
	background-color: #EFEAD3;
}

body,td {
	font-family: "ＭＳ Ｐゴシック", "Osaka","sans-serif";
	color: #72685A;
	font-size: 12px;
	line-height: 130%;
}



/* リンクの設定*/

a:link {									/* 訪問前のリンク */
	color: #FF6600;
}
a:visited {									/* 訪問済みのリンク */
	color: #CC3300;
}
a:hover {									/* マウスカーソルが重なっているとき*/
	color: #FF6600;
	text-decoration: none;
}
a:active {									/* リンク部分をクリックした瞬間 */
	color: #FF6600;
}

a, area {
	outline: 0px none transparent;
}

/* リンクの設定画像用*/





/* フッター・コピーライト */

.txt_copyright {
	font-family: "verdana", "arial", "helvetica", "sans-serif";
	font-size: 9px;
}

/* テキストの設定(win-ie) */

.txt_xxsmall { font-size: 8px; line-height: 110%; }
.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%; }
