/* レイアウト関係 */
body {
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 13px;
	}

td, th {
	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height:1.5em;
}



h1 {
	color: #000000;
	font-size: 12px;
}

h2 {
	color: #000000;
		font-size: 14px;
}

h3, h4 {
	color: #000000;
		font-size: 13px;
}

h5, h6 {
	color: #000000;
		font-size: 12px;
}





A:link { text-decoration:none; color:#333399; }
A:active { text-decoration:none; color:#000000;}
A:visited { text-decoration:none; color:#cc0066;}
A:hover {text-decoration:underline; color:#ff0000;}

