@charset "utf-8"; /* 文字コード */

#rightContentsBox h2{
	border-bottom: 1px solid #d8d8d8;
	height: 47px;
	margin-bottom: 20px;
}

.categoryImageList p{
	font-size: 10px;
	margin: 5px 0;
}

.categoryImageListTableContainer{
	width: 100%;
}

.categoryImageListTableContainer td{
	vertical-align: top;
	width: 50%;
}

.categoryImageListTable{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.categoryImageListTable td{
	font-size: 12px;
	vertical-align: top;
	width: 25%;
}

.categoryImageListTable ul{
	margin: 10px 0 20px 5px;
}

.categoryImageListTable li{
	line-height: 16px;
}

.categoryImageListTable li a{
	background: url("../../img/common/iconListMenuArrow2.gif") no-repeat 0px 2px;
	padding-left: 13px;
}

.categoryImageListTable li a:hover{
	background: url("../../img/common/iconListMenuArrow2.gif") no-repeat 2px 2px;
	padding-left: 13px;
}

.categoryImageListTable h4{
	border-bottom: 1px solid #d8d8d8;
	color: #ff7500;
	padding: 5px 0;
	margin-right: 10px;
	font-size: 10px;
}

.categoryImageListTable p{
	text-align: right;
	margin: 0 5px 20px 0;
}

.categoryImageListTable p span{
	color: #ff7500;
}

.underNavigation{
	border-top: 1px solid #d8d8d8;
	margin-top: 0;
	height: 65px;
}

.underNavigation .toTop, .underNavigation .goBack{
	top: 35px;
}













