/* contents */
#contents {
	padding-top: 25px;
}
#contents a {
	color: #333;
}
#contents a:hover {
	color: #a2378b;
}
#contents h2 {
	width: 960px;
	line-height: 0;
	margin: 0 15px 50px;
}
#contents h3 {
	position: relative;
	line-height: 0;
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
}
#contents h3 a {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding-left: 16px;
	background: url(../images/common/sprite.png) no-repeat -170px -130px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 0.1em;
}

/* pickup */
#pickup {
	margin-bottom: 20px;
}
#pickup li {
	display: block;
	float: left;
	width: 300px;
	height: 120px;
	padding: 0 15px;
}
#pickup li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom: 1;
}

/* info */
#info {
	margin: 0 15px 40px;
	padding: 23px;
	border: 2px solid #e8e8e8;
}
#info h3 {
	margin-bottom: 5px;
	border: none;
}
#info .date {
	padding-top: 5px;
	text-align: right;
}
#info dl dt {
	margin: 20px 0 15px;
	padding-top: 25px;
	border-top: dotted 1px #ccc;
	font-weight: bold;
}
#info dl dt:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

/* contWrap */
#contWrap {
	width: 960px;
	margin: 0 15px;
	font-size: 12px;
	font-size: 1.2rem;
}

/* whatsnew */
#whatsnew {
	float: left;
	width: 465px;
}
#whatsnew dl {
	border-bottom: 1px dotted #ccc;
}
#whatsnew dt {
	float: left;
	width: 80px;
	padding: 18px 0;
}
#whatsnew .txt {
	float: left;
	width: 310px;
	padding: 18px 0;
	font-size: 13px;
	font-size: 1.3rem;
}
#whatsnew .txt a {
	display: block;
	padding-left: 18px;
	background: url(../images/common/sprite.png) no-repeat -160px -145px;
}
#whatsnew .fb {
	float: right;
	padding: 18px 0;
}
#whatsnew .fb a {
	display: block;
	width: 64px;
	height: 19px;
	overflow: hidden;
	background: url(../images/common/sprite.png) no-repeat -50px -80px;
	text-indent: 100%;
	white-space: nowrap;
}
#whatsnew .fb a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom: 1;
}

/* access */
#access {
	float: right;
	width: 465px;
}
#access h3 {
	margin-bottom: 15px;
}
#access p {
	margin-bottom: 15px;
}