/* CSS Document */

.outline-box {
	overflow:hidden;
	width:700px;
	background:#F2F2EB;
	margin:40px auto;
}

.outline-contents {
	overflow:hidden;
	width:625px;
	margin:40px auto;
}

h2#title_outline span { display:none; }
h2#title_outline {
	display:block;
	background:url(img/title_outline.jpg) no-repeat;
	width:700px;
	height:75px;
}

h2#title_start span { display:none; }
h2#title_start {
	display:block;
	background:url(img/title_start.jpg) no-repeat;
	width:700px;
	height:75px;
}

.outline-box table td {
	padding:0.3em 10px;
}

table ul {
	list-style:square;
	padding-left:1em;
}