/* maki 標準スタイルシート */

/* 文字スタイル定義 */

.j9 {font-size: 9px; line-height:12px; font-weight: normal; font-style: normal; font-family: "Osaka", "MS Pゴシック"}

.j10 {
	font-size: 10px;
	line-height:13px;
	font-weight: normal;
	font-style: normal;
	font-family: "Osaka", "MS Pゴシック";
}

.j12 {font-size: 12px; line-height:15px; font-weight: normal; font-style: normal; font-family: "Osaka", "MS Pゴシック"}

.j12b {font-size: 12px; line-height:15px; font-weight: bold; font-style: normal; font-family: "Osaka", "MS Pゴシック"}

.j10b {
	font-size: 10px;
	line-height:13px;
	font-weight: bold;
	font-style: normal;
	font-family: "Osaka", "MS Pゴシック";
}

.h1 {
	font-size: 10px;
	line-height:13px;
	font-weight: bold;
	font-style: normal;
	font-family: "Osaka", "MS Pゴシック";

.j14 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
}

.e9 {font-size: 9px; line-height:11px; font-weight: normal; font-style: normal; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"}

.e10 {font-size: 10px; line-height:12px; font-weight: normal; font-style: normal; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"}

.e12 {font-size: 12px; line-height:15px; font-weight: normal; font-style: normal; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"}

.e14 {font-size: 14px; line-height:15px; font-weight: normal; font-style: normal; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"}

/* リンクの上に行ったときに黄色に変える */

A:link {color:#003366; text-decoration:underline}
A:visited {color:#003366; text-decoration:underline}
A:hover {color:#006699; text-decoration:underline}

/* BODY */

BODY {
	background-color: #E2DFCC;
}

table.tabletop {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}


tr,td,th,submit {
	font-size:10px;
	color:#666666;
	border-color:#333333;
	a:hover { color:#006699; }
	a:link {color:#003366; text-decoration:underline}
	font-family: Verdana, Arial, Helvetica, sans-serif
	small { font-size:9pt }
}

