@charset "Shift_JIS";

.fs20 {font-size: 20pt; font-weight: bold; line-height: 100%; color:#aa4455}
.fs16 {font-size: 16pt;line-height: 100%; color:#aa4455}
.fs14 {font-size: 14pt;line-height: 100%;}
.fs12 {font-size: 12pt;line-height: 120%;}
.fs10 {font-size: 10pt;line-height: 120%;}
.fs9 {font-size: 9pt;line-height: 120%; color:#666666}
.fs9b {font-size: 9pt;line-height: 117%; color:#666666}
.fs08 {font-size: 08pt;line-height: 80%; color:#666666}
.fs08b {font-size: 08pt;line-height: 100%; color:#666666}
.fs06 {font-size: 06pt;line-height: 80%; color:#666666}

	

body *
	{
		font-weight: inherit;
		font-style: inherit;
		text-decoration: inherit;
		

		
	}

body
	{
		background-attachment:fixed; 
 
		background-color: #FFFFFF;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		line-height: 150%;
		margin: 0;
		padding: 2em;
	}




/* BASIC TEXT BLOCK */



blockquote
	{
		margin: 1em 0;
		padding: 0.5em;
		border-color: #55CC22;
	border:#0000AA 2px dotted;height:2px;
	}




div
	{
		margin: 0;
		padding: 0;
		
	}





p
	{
		margin-left:30px;
		margin-top:10px;
		padding: 0;
		line-height:130%;
		text-decoration:none;
	}
.left	{	magin-left:50px;	}



/* BASIC TEXT INLINE */

a	{	color:#6a0;
		text-decoration:none;
		margin: 0 0.2em;
		padding: 0;
		
	}










/* FORMS */



/* TABLES */



table.tablens
	{
		margin: 1em 0;
		padding-bottom:0;
		border-width:0px;
		border-style: solid;
		border-collapse: collapse;
		border-spacing: 0;
		
		empty-cells: show;
		
	}

td.tdns
	{
		margin: 1em 0;
		border-color: #cccccc;
		border-width: 1px;		
		border-style: solid;
		border-spacing: 0px;
		border-collapse: collapse;
		empty-cells: show;
	}

td.tdns2
	{
		margin: 1em 0;
		border-color: #cccccc;
		border-width: 0px;		
		border-style: solid;
		border-spacing: 0px;
		border-collapse: collapse;
		empty-cells: show;
	}



td.tdc
	{
		margin: 1em 0;
		border-color: #888888;
		border-bottom-width: 1px;
		border-top-width: 0px;
		border-style: solid;
		border-collapse: collapse;
		empty-cells: show;
	}


