@charset "utf-8";

div#header div {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0px 0;
}
p#mainimage {
	display: none;
}
div#contentsWrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
	background:url(../images/bg_contentswrapper.gif) left top no-repeat;
}


table#outline {
	width:640px;
	border-top: 1px dotted #CCC;
	border-collapse:collapse;
	border-spacing: 0;
}
table#outline th {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	padding: 10px 20px 10px 0;
	border-bottom: 1px dotted #CCC;
	background-color: #FFF;
}
table#outline td {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}
