/* CSS Document
=============================================*/
/*@charset "shift-jis";*/

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

/* コンテンツ
=============================================*/
#content{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

#content td{
	border:none;
	color:#ffffff;
	background-color:#000055;
	font-size:10pt;
	white-space:nowrap;
	padding:3px;
}

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

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

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

/* メイン
=============================================*/
#main{
	width:760px;
	margin:20px auto;
}

#main h1{
	font-size:16pt;
	color:#000055;
	white-space:nowrap;
}

#main h2{
	font-size:11pt;
	color:#00008b;
	white-space:nowrap;
	margin-top:30px;
}

#main h3{
	font-size:9pt;
	margin:0;
	white-space:nowrap;
	margin-bottom:3px;
}

#main p{
	color:#333333;
	margin:20px;
}

#main table{
	margin:20px;
	width:720px;
}

#main th{
	background-color:#ccddff;
}