/*基本設定*/
BODY{	background-color:#779988;
	background-attachment:fixed;
	font-size:11pt;
	line-height:12pt;
	color:#ffffff;
	scrollbar-base-color:#336666;
	scrollbar-arrow-color:#66cc66;
}

/*リンク部設定*/
A:link{color:#ffff00;font-size:11pt;text-decoration:none;}
A:visited{color:#ffaa00;font-size:11pt;text-decoration:none;}
A:hover{color:#ff0000;font-size:11pt;text-decoration:underline;}
A:active{color:#ff0000;font-size:11pt;text-decoration:underline;}

/*テーブル内設定*/
td{	font-size:11pt;}

/*水平線設定*/
.h01{	height:2px;color:#336666;}/*黒*/
.h02{	height:2px;color:#99aa99;}/*灰*/ 

/*行揃え設定*/
.a01{	text-align:center;}/*中央*/
.a02{	text-align:left;}/*左*/
.a03{	text-align:right;}/*右*/

/*文字太さ設定*/
.a11{	font-weight:bold;}/*太字*/

/*文字サイズ設定*/
.s08{	font-size:8pt;}/*8pt*/
.s10{	font-size:10pt;}/*10pt*/

/*背景色設定*/
.bg01{	/*明灰*/
	color:#ffffff;
	background-color:#99aa99;
}
.bg02{	/*暗灰*/
	color:#ffffff;
	background-color:#336666;
}

/*タイトル部設定*/
.t01{	/*ページタイトル部*/
	font-size:20pt;
	line-height:22pt;
	color:#ffffff;
	background-color:#336666;
	text-align:center;
	width:100%;
	margin-top:10px;
	padding:2px;
}

/*本文設定*/
.m01{	/*全体設定*/
	text-align:left;
	width:500px;
	margin-left:auto;
	margin-right: auto; 
	padding:2px;
}
.m11{	/*項目タイトル部白*/
	font-size:11pt;
	color:#555555;
	background-color:#fafafa;
	text-align:left;
	border-style:solid;
	border-color:#555555;
	border-width:1px;
	margin:0px;
	padding:2px;
}
.m12{	/*項目タイトル部黒*/
	font-size:11pt;
	color:#ffffff;
	background-color:#777777;
	text-align:left;
	border-style:solid;
	border-color:#555555;
	border-width:1px;
	margin:0px;
	padding:2px;
}

/*m30〜m39はseta.cssのため欠番*/

/*
Ver.1.0	2004/3/3	使用開始
Ver.2.0	2004/8/30	サイト色、モノトーン→緑
Ver.2.1	2005/1/23	c01,c02廃止
Ver.3.0 2009/7/22	m01改良、Firefox対応
*/
