@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: white;
	padding-bottom: 20px;
	line-height:1.3;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 1ex;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: large;
	color: #fff;
}
.headLine {
	font-weight: normal;
	color: #646464;
}
.center_div {
	text-align:center;
}
.center_table {
	margin-left:auto;margin-right:auto;
}


.fs1	{font-size:1mm}
.fs2	{font-size:1cm}
.fs3	{font-size:1in}
.fs4	{font-size:1pt}
.fs5	{font-size:1pc}
.fs6	{font-size:1em}
.fs7	{font-size:1ex}
.fs8	{font-size:1px}
.fs9	{font-size:xx-small}
.fs10	{font-size:x-small}
.fs11	{font-size:small}
.fs12	{font-size:medium}
.fs13	{font-size:large}
.fs14	{font-size:x-large}
.fs15	{font-size:xx-large}
.fs16	{font-size:smaller}

.fs17	{font-size:larger}


.red_FF0000		{ color: #FF0000; }
.gray_333333	{ color: #333333; }
.gray_646464	{ color: #646464; }
.gray_F3F9ED	{ color: #F3F9ED; }
.white_FFFFFF	{ color: #FFFFFF; }
.orange_EB5301	{ color: #EB5301; }
.green_679A35	{ color: #679A35; }
.green_98CB00   { color: #98CB00; }


/*--Firefox3用 擬似セレクタCSS--*/
td[bgcolor="98CB00"]{
background-color:#98CB00;
}
/*--//Firefox3用 擬似セレクタCSS--*/
#uniqueId h2 {
	font-size: small;
	font-weight: bold;
}
/* 20081219 磯田 入力欄を折畳式に変更に伴いスタイルの変更追加 開始*/
#uniqueId .tabbody h2 {
	margin: 0px;
	padding:0 0 4px 5px;
	font-size: 145%;
	font-weight: bolder;
	color: #000;

}
#uniqueId .tabbody h3 {
	border-bottom:1px solid #DDDDDD;
	border-style:none none solid;
	border-width:0 0 1px;
	font-size:94%;
	margin:1.3em 10px 1em 0;
	padding:0 0 4px 12px;
}
/* 20081219 磯田 入力欄を折畳式に変更に伴いスタイルの変更追加 終了*/   