/* CSS Document */

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

/*-----範囲指定-----*/
div.body{
	width:750px;
	margin:20px auto;
}

/*-----テーブル-----*/
table.frame{
	border-spacing:0;
	width:100%;
	margin:20px 0;
}

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;
}

td.header3{
	background-color:#ccddff;
	font-size:11pt;
}

td.program{
	border-left: solid 4px #000055;
	border-bottom: solid 1px #000055;
	vertical-align:top;
	width:360px;;
}

td.space{
	height:5px;
}

/*-----リンク-----*/
a.whitelink{
	text-decoration:none;
	color:#ffffff;
}

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

a.link{
  text-decoration:none;
  }

/*-----見出し-----*/
h1{
	font-size:15pt;
	letter-spacing:1px;
	color:#000055;
	text-align:center;
	white-space:nowrap;
	background:#ccddff;
	padding:5px;
	margin:0;
}

h2{
	font-size:12pt;
	letter-spacing:1px;
	color:#ffffff;
	white-space:nowrap;
	background:#000055;
	padding:5px;
	margin:0;
}

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

p.copy{
	color:#000000;
	text-align:center;
}