@charset "UTF-8";

div#title h2 {
	background: url(/commission/img/tit-entry.png) 0 0 repeat-y;
	color: #00425E;
	font-size: 1.5em;
	font-weight: bold;
	height: 30px;
	padding-left: 22px;
	padding-top: 4px;
	margin-bottom: 10px;
}
div#contents div.introduction {
	font-size: 1.2em;
	background: url(/commission/img/img-3man.png) 450px 20px no-repeat;
	padding-bottom: 20px;
}
div#contents div.introduction p {
	width: 405px;
	padding-left: 15px;
	margin-bottom: 20px;
}
div#contents div.testcase {
	padding-left: 10px;
	margin-bottom: 20px;
	background: url(/commission/img/page-back.png) right bottom no-repeat;
}
div#contents div.testcase h3 {
	margin-bottom: 20px;
}
div#contents div.testcase p {
	font-size: 1.2em;
}
div#contents div.testcase ul {	
	margin-left: 20px;
	overflow: hidden;
}
div#contents div.testcase ul li {
	margin-bottom: 25px;
}
div#contents div.testcase ul li.odd {
	float: left;
	width: 70px;
}
div#contents div.testcase ul li.even {
	float: right;
	width: 530px;
}

