<!--

	* { font-size: 10pt;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
		}
		
	body { background-color: #000066;	}
	
	#wrapper {	width: 1020px;
				margin-right: auto;
				margin-left: auto;	}
	
	#header	{	width: 1020px;
				height: 155px;
				background-image: url(/assets/header.gif);	}
	
	#view {	width: 1020px;
			background-color: #ffffff; }
	#view td.sidespace { width: 30px; }

	#menu {	width: 1020px; }
	
	#information {	width: 1020px;
					height: 30px;
					background-color: #ffffff; }
	#information td#sidespace { width: 70px; }
	#information td#message { width: 780px; }
	#information td#message span {	font-weight: bold; }
	#information td#message span#warning {	color: #ff0000;	}
	#information td#message span#inform {	color: #0000ff;	}
	#information input#back { width: 170px;
							 height: 23px;
							 border: 0px;
							 background-color: #ffffff;
							 cursor: pointer;
							 background-image: url(/assets/modoru.gif); }
				  
	#content {	width: 965px;
				background-color: #ffffff;	}
	
	#footer		{ width: 1020px;
				  height: 154px;
				  background-image: url(/assets/footer.gif);	}

	.subtitle {	width: 536px;
				height: 34px;
				margin-top: 10px;
				font-size: 12pt;
				text-indent: 4em;
				color: #000000; }
	.subtitle#p1 { background-image: url(/assets/submenu_orange.gif); }
	.subtitle#p2 { background-image: url(/assets/submenu_yellow.gif); }
	
	p.description { margin-top: 10px;
					font-weight: bold; }
	p.margin { display: block; }
	p.margin#p1 { height: 5px; }
	p.margin#p2 { height: 10px; }
	p.margin#p3 { height: 15px; }
	p.margin#p4 { height: 30px; }


-->