
/* ----------------------- base style */
body { 
	margin: 20px 0px 20px 0px;
	padding: 0px;
	background-color: #ffffff;
	}

body,td { 
	font-size: 95%;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka", "Osaka-等幅","MS UI Gothic";
	}

a:link    { color:#006600; text-decoration:none; font-weight: bold;}
a:visited { color:#006600; text-decoration:none; font-weight: bold;}
a:active  { color:#ccff66; text-decoration:none;}
a:hover   { color:#00cc66; text-decoration:underline;}

/* 基本文字（固定）設定 */
.mini  { font-size: 8pt; line-height: 130%;}
.small { font-size: 10pt; line-height: 130%;}
.large { font-size: 11pt; line-height: 130%;}
.big   { font-size: 15pt; line-height: 120%;}

/* 基本文字（変動）設定 */
.mini01  { font-size: 70%; line-height: 130%;}
.small01 { font-size: 80%; line-height: 140%; letter-spacing: 0.1em;}
.large01 { font-size: 100%; line-height: 150%;}
.big01   { font-size: 110%; line-height: 140%;}

/* （アルキスト）リンク時設定 */
a.aruki:link    { color:#660000; text-decoration:none; font-weight: bold;}
a.aruki:visited { color:#660000; text-decoration:none; font-weight: bold;}
a.aruki:active  { color:#ffcccc; text-decoration:none;}
a.aruki:hover   { color:#ff9933; text-decoration:underline;}

/* 下線 */
.point {
	font-weight: bold;
	border-bottom: 1px solid #000033;
	}
