/* body */
body {
	color:#1a1a1a;
	margin:0px;
	padding:0px;
	background:#ffffff url(img/bg.gif) repeat-y;
	background-position:center;
}


/* td */
td {
	font-size:13px;
	line-height:140%;
}
/* 本文・トップメニューで使用 */
td.05 {
	font-size:11pt;
	font-weight:bold;
}
/* サイドメニューで使用 */
td.10 {
	font-size:11pt;
	font-weight:bold;
	padding:3px 0px 3px 10px;
}



/* リンク */
a      {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover   {
	color:#aa0000;
	text-decoration:none;
	background-color:#ffcc99;
}


/* 見出し */
h1 {
	color:#FFFFFF;
	font-size:36pt;
	margin:0px 20px;
}
h2 {
	color:navy;
	font-size:10pt;
	margin:0px 0px;
}
h3 {
	color:navy;
	font-size:10pt;
	margin:0px 0px;
}
h4 {
	font-weight:bold;
	font-size:10pt;
	margin:0px 0px;
}

h5 {
	font-weight:bold;
	font-size:8pt;
	margin:0px 0px 0px 0px;
}

