/* フォントサイズ設定 */

.10px { font-size: 10px; line-height:130%}
.12px { font-size: 12px; line-height:160%}
.14px { font-size: 14px; line-height:160%}
.15px { font-size: 15px; line-height:160%}
.16px { font-size: 16px; line-height:160%}
.17px { font-size: 17px; line-height:160%}
.18px { font-size: 18px; line-height:160%}


/* リンクカラー設定 */

a:link    { color: #0e3192;text-decoration: underline}
a:visited { color: #0e3192;text-decoration: underline}
a:active  { color: #0e3192;text-decoration: underline}
a:hover   { color: #566eb2;text-decoration: underline}


/* フォント・リンクカラー設定（フッター） */

.footer {
	font-size: 10px;
	color:#999;
}

a.footer:link {text-decoration: underline; color:#ccc; }
a.footer:visited {text-decoration: underline; color:#ccc; }
a.footer:active {text-decoration: underline; color:#ccc; }
a.footer:hover {text-decoration: underline ; color:#fff; }


/* 共通設定 */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height:160%;
	background-color:#ece9d8;
	background-image:url(../../shared/images/bg.jpg);
	background-repeat:repeat-x;
	color:#333;
	margin: 0px;
	padding: 0px;
	}

th, td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height:160%;
	color:#333;
	}

img {
	border:0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input, select, textarea {
	margin: 0px;
	padding: 0px;
	}

.bold {
	font-weight:bolder;
	}.font10 {
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
