html {
	background: #f99999;
	}

body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	min-width: 720px;
	font-size: normal;
	background: #f99999;
}

p.caption {
	font-size: small;
	margin: 0.5em;
}


#contents {
	clear: both;
	background: #fff;
	padding: 0;
	float: left;
	width: 100%;
}

#contents .main {
	width: 60%;
	line-height: 125%;
	float: right;
	padding: 12px;
}

#contents .sub {
	width: 30%;
	float: left;
	margin: 0.25em;
	padding: 0.25em;
}

#contents .subtext {
	margin: 0;
	padding: 0.25em;
	border: solid 1px #999999;
}


#contents .main h1 {
	font-size: 12pt;
	font-weight: 700;
}

#contents p {
	line-height: 150%;
}

#contents p.caption {
	border-bottom: 0px solid #ffffff;
	border-left: 2px solid #000000;
	padding: 0.5em;
	margin-left: 0;
	margin-bottom: 1.5em;
}

#contents .sub {
	line-height: 150%;
	font-size: small;
}

#contents .sub p {
	border-bottom: 0px solid #ffffff;
}



#contents ul {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: small;
}

#contents a {
	line-height: 125%;
	text-decoration: none;
	color: #00f;
}

#contents a.visited {
	line-height: 125%;
	text-decoration: none;
	color: #00f;
}

div#maincontent {
	width: 720px;
	height: 540px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;

	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
}
