@charset "shift_jis";

#contentsWrapper {
	width: 980px;
	margin: 13px auto 0;
	color: #666;
	overflow: hidden;
	*zoom: 1;
	text-align: center;
}

.contBox {
	width: 720px;
	overflow: hidden;
	*zoom: 1;
	margin: 0px auto;
	text-align: left;
}
/*
.contBox#wear {
	float: right;
}
*/
.contBox#gear h2, .contBox#gear h3 {
	color: #003f79;
}

.contBox#wear h2, .contBox#wear h3 {
	color: #cc0000;
}

.contBox .btn {
	margin-bottom: 20px;
}

.contBox .btn a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
}

.contBox h2 {
	margin: 0 0 20px 25px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.contBox .topics {
	margin: 0 0 15px 25px;
}

.contBox .topics li {
	margin-bottom: 15px;
	padding-bottom: 17px;
	overflow: hidden;
	*zoom: 1;
	border-bottom: 1px dotted #CCC;
}

.contBox .topics h3 {
	width: 90px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	float: left;
}

.contBox .topics p {
	width: 580px;
	font-size: 14px;
	line-height: 16px;
	float: left;
}

.contBox .topics p a {
	color: #666;
	text-decoration: none;
}

.contBox .topics p a:hover {
	color: #f00;
	text-decoration: underline;
}
.contBox p.caution {
	font-size: 13px;
	line-height: 1.4;
	color: #555;
	margin: 0 0 35px 25px;
	text-align: left;
}
.viewMode {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ccc;
	text-align: center;
	display: none;
}

.viewMode span {
	color: #f00;
}

.viewMode a {
	color: #666;
	text-decoration: none;
}

.banner {
	padding-bottom: 40px;
}

.banner a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
}



