/* フォントサイズ設定 */

.f10 { font-size: 10px; line-height:130%}
.f12 { font-size: 12px; line-height:160%}
.f14 { font-size: 14px; line-height:160%}
.f16 { font-size: 16px; line-height:160%}


/* リンクカラー設定 */

a:link    { color: #3C8FA7;text-decoration: underline}
a:visited { color: #3C8FA7;text-decoration: underline}
a:active  { color: #3C8FA7;text-decoration: underline}
a:hover   { color: #FF8800;text-decoration: underline}


/* 共通設定 */

body {
	background-image:url("../images/bg.gif");
	margin: 0px;
	padding: 0px;
	}

td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height:160%;
	color:#666666;
	}

img {
	border:0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input, select, textarea {
	margin: 0px;
	padding: 0px;
	}

.bold {
	font-weight:bolder;
	}
