@charset "Shift_JIS";

/* body要素 */
body{

	/* 基本 */
	background-color: #f7f7f7;

	/* 基本文字 */
	color: #303030;
	font-size: 09pt;
	font-weight: normal;
	font-family: 'Tahoma','MS UI GOTHIC';
	text-align: center;

	/* マージン */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}



/* リンク要素 */
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: #ffffff; background-color: #4245B5; text-decoration: none }
a:active { color: blue; }



/* 見出し類 */
h1 {
	border: 0px;
	margin: 0px;
	font-size: 09pt;
}

h2 {
	border: 0px;
	margin: 0px;
	font-size: 09pt;
}

h3 {
	border: 0px;
	margin: 0px;
	font-size: 09px;
}



/* 文字要素 */
.k04{color:#303030;font-size:04pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.k08{color:#303030;font-size:09px;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.k09{color:#303030;font-size:09pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.k11{color:#303030;font-size:11pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.k12{color:#303030;font-size:12pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.k16{color:#303030;font-size:16pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}

.g09{color:#777777;font-size:09pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}

.w09{color:#ffffff;font-size:09pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.w11{color:#ffffff;font-size:11pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.w12{color:#ffffff;font-size:12pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.w16{color:#ffffff;font-size:16pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}

.r09{color:#ff0000;font-size:09pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.r11{color:#ff0000;font-size:11pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.r12{color:#ff0000;font-size:12pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}
.r16{color:#ff0000;font-size:16pt;margin:0px;font-family:'Tahoma','MS UI GOTHIC';}

p {
	margin: 0px;
	margin-left: 6px;
	margin-bottom: 10px;
	font-size: 09pt;
	font-weight: normal;
	font-family: "Tahoma","MS UI GOTHIC";
}

li {
	margin: 0px;
	font-size: 11pt;
	font-weight: normal;
	font-family: "Tahoma","MS UI GOTHIC";
}



/* テーブル */
td {
	font-size: 09pt;
}

th {
	font-size: 09pt;
}
