@charset "utf-8";

#layout {
	font-size: 16px;
	line-height: 1.5em;
}

#layout a img:hover {
	opacity: 1.0;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
}


/*     title     */
#title {
	width: 724px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 148px;
	background: #ffffff;
}
#title h2 {
	margin-top: 50px;
}
#title .main {
	text-align: center;
}
#title h3 {
	margin-bottom: 30px;
}
#title p {
	margin-bottom: 40px;
}

/*     navigation     */
.navigation {
	width: 1020px;
	margin: 0 auto;
	display: table;
}
.navigation li {
	display: table-cell;
}


/*     item     */

.item {
	width: 724px;
	margin: 50px auto 0;
	padding: 30px 50px;
	background: #ffffff;
	font-size: 14px;
	line-height: 1.5em;
}
.item p {
	position: relative;
}
.item p a {
	position: absolute;
	right: 2px;
	bottom: 10px;
	z-index: 1;
}