*{
	margin: 0px;
	padding: 0px;
}
A:LINK  { color: #333399; text-decoration: underline}
A:VISITED   { color: #9966CC; text-decoration: underline}
A:ACTIVE   { color: #CC3333; text-decoration: underline}
A:hover {
	COLOR: #CC3333;
}
A IMG {
	border-style: none;
	color: #FFFFFF;
}
body {
	background-color: #CC99FF;
	text-align: center;
	margin: 0px;
}

/* 基本構造 */
div#container {
	text-align: left;
	background: ;
	width: 750px;
	margin: 0px auto 4px;
	background-image:  url("img/back.gif");
}
div#header {
	width: 750px;
	height: 40px;
	background-image:  url("img/logo.gif");	
	background-repeat: no-repeat;
	margin: 0px 0px;
	padding: 0px 0px;
}


div#main {
	width:750px;
	padding: 30px 0px 10px;
	font-size: medium;
	line-height: normal;
	text-align: center;
	clear: both;
}

div#footer {
	width: 750px;
	height: 20px;
	background-image:  url("img/footer.gif");
	background-repeat: no-repeat;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 10pt;
	text-align: center;
	color: #8263B4;
	clear: both;
}


/* 見出し */
h1  {
	font-size: 12pt;
	margin: 4px 10px 1px 10px;
	color: #8585AF;
	text-align: right;
	display: inline;
	float: right;
}

p {
	margin: 2px 4px 2px;
}
.txt2 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.box {
	font-size: 10pt;
	text-align: center;
	color: #000000;
	padding: 0px;
	margin: 2px 0px 10px 0px;
	clear: none;
}