/*-----基本-----------------------*/
body{
	margin:0;
	background-color:#ffffff;
	line-height:1.1;
	font-size:10pt;
}

/*-----ブロック-------------------*/
div.block{
	width:790px;
	margin:auto;
}

/*-----テーブル-------------------*/
td.header{
	color:#ffffff;
	background-color:#666666;
	font-size:10pt;
	white-space:nowrap;
	padding:1px;
	text-align:center;
}

td.header1{
	background-color:#000055;
	font-size:10pt;
	white-space:nowrap;
}

td.header2left{
	color:#ffffff;
	background-color:#483d8b;
	font-size:11pt;
	white-space:nowrap;
}

td.header2right{
	color:#ffffff;
	background-color:#483d8b;
	font-size:11pt;
	text-align:right;
	white-space:nowrap;
}

/*-----リンク---------------------*/
a:link{
	color:#0033cc;
}

a:visited{
	color:#551a8b;
}

a.whitelink{
	text-decoration:none;
	color:#ffffff;
}

a.whitelink:visited{
	text-decoration:none;
	color:#ffffff;
}

a.whitelink:hover{
	text-decoration:underline;
	color:#ffffff;
}

a.lightlink{
	background-color:#cccccc;
	display:block;
	width:100%;
	text-decoration:none;
	color:#666666;
}

a.lightlink:visited{
	background-color:#cccccc;
	display:block;
	width:100%;
	text-decoration:none;
	color:#666666;
}

a.lightlink:hover{
	background-color:#eb0d00;
	color:#ffffff;
	display:block;
	width:100%;
	padding:0;
}

a.lightlink2{
	background-color:#ffffff;
	display:block;
	width:100%;
	text-decoration:none;
	color:#666666;
}

a.lightlink2:visited{
	background-color:#ffffff;
	display:block;
	width:100%;
	text-decoration:none;
	color:#666666;
}

a.lightlink2:hover{
background-color:#cccccc;
color:#ffffff;
display:block;
width:100%;
padding:0
}

a.lightlink4{
	background-color:#cc0000;
	display:block;
	width:100%;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

a.lightlink4:visited{
	background-color:#cc0000;
	display:block;
	width:100%;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

a.lightlink4:hover{
	background-color:#cccccc;
	color:#666666;
	font-weight:bold;
	display:block;
	width:100%;
	padding:0;
}

/*-----見出し---------------------*/
h1{
	font-size:30pt;
	color:#000000;
	text-align:center;
	white-space:nowrap;
}

h2{
	font-size:12pt;
	color:#000000;
	text-align:center;
	white-space:nowrap;
}

h3{
	font-size:11pt;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
}

h4{
	font-size:10pt;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
}

h5{
	font-size:9pt;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
}

h1.sub{
	font-size:12pt;
}

.line{
	text-align:center;
	border:solid 1px #000000;
	margin:20px;
	white-space:nowrap;
	letter-spacing:1em;
}

/*-----文章-----------------------*/
p{
	color:#333333;
	margin:20px;
}

/*-----配置-----------------------*/
.center{
	text-align:center;
}

.position{
	margin-left:20px;
	margin-right:20px;
}