.top_premble {
	width: 600px;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
}

.top_premble .border_top {
	background-image: url(/images/top_border_top.png);
	height: 15px;
}

.top_premble .border-bottom {
 	background-image: url(/images/top_border_bottom.png);
	height: 15px;
	background-position: 0 -5px;
}


.top_premble p, .top_premble li, .top_premble div {
	color: white;
}

.top_premble li {
	color: orange;
	margin-bottom: 10px;
}

.text {
	padding: 15px;
	background-color: #333333;
}


h1.top_soft_title {
	text-align: center;
	color:black;
	text-indent:-9999999px;
}

.top_soft_title a {
	background-image: url("/images/w_soft_top_logo.png");
	text-indent:-9999999px;
	height:480px;
	display: block;
	background-repeat: no-repeat;
}

.book {
	text-align: center;
}

.contents {
	padding: 10px;
}

.seminar .applyForm, .completeSeminaApply {
	border: 3px solid #3399ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	width: 640px;
	margin:auto;
	margin-bottom: 20px;
}

.applyForm th {
	text-align: right;
}

.applyForm th, .applyForm td {
	border-bottom: 1px solid gray
}

.applyForm input[type=text] {
	width:200px;
}

.completeSeminaApply {
	text-align:center;
}

.seminar div.summary {
	padding: 10px;
	width: 700px;
}

.seminar table.summary {
	width: 100%;
}

.seminar table.summary th {
	width:80px;
	text-align: right;
	color:pink;
}

.seminar table.summary td {
	border-bottom: 1px dotted gray;
}