/* CSS Document */

#mainImage {
	background: url(../img/main_image.jpg) no-repeat left top;
	height: 250px;
	margin-bottom: 20px;
	position: relative;
}

#mainImage ul {
	width: 300px;
	position: absolute;
	left: 500px;
}

#mainImage li {
	float: left;
	width: 150px;
	height: 125px;
}

#main dl.list dt {
	float: left;
	clear: left;
	width: 100px;
	font-weight: bold;
}

#main dl.list dd {
	float: left;
	width: 420px;
}

/* ===============================================
table
=============================================== */

#main table.info {
	width: 100%;
	border: 3px solid #ccc;
}

#main table.info th,
#main table.info td {
	padding: 10px;
	border-top: 1px solid #ccc;
}

#main table.info tr:first-child th,
#main table.info tr:first-child td {
	border-top: none;
}

#main table.info th {
	width: 150px;
	background: #f6f6f6;
	border-right: 1px dotted #ccc;
}

#main table.form {
	width: 100%;
}

#main table.form th,
#main table.form td {
	padding: 10px 0;
}

#main table.form th {
	width: 150px;
	border-top: 1px solid #333;
}

#main table.form tr:first-child th {
	border-top: none;
}

#main table.form td {
	border-top: 1px dotted #333;
}

#main table.form tr:first-child td {
	border-top: none;
}

#main table.form tr.required th:after {
	content: ' ※';
	color: #f00;
}

#main table.form input[type=text],
#main table.form textarea {
	width: 97%;
	padding: 4px;
	border: 1px solid #ccc;
}

#main .action {
	margin-top: 15px;
}

#main .action input[type=button] {
	width: 150px;
}
