@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;
}



/*
#leftContentsBox .listMenuBox{
	background: url("../../img/common/listMenuBox_back.gif") no-repeat bottom #dcdddd;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	font-size: 10px;
}

#leftContentsBox .listMenuBox h2{
	margin-bottom: 12px;
}

#leftContentsBox .listMenuBox a{
	color: #666666;
	background: url("../../img/common/iconArrow_loginBox.gif") no-repeat 0 0;
	padding-left: 12px;
}

#leftContentsBox .listMenuBox a:hover{
	background: url("../../img/common/iconArrow_loginBox.gif") no-repeat 2px 0;
	padding-left: 12px;
}


#leftContentsBox .listMenuBox span{
	background: url("../../img/common/iconArrow_loginBox.gif") no-repeat 0 0;
	padding-left: 12px;
	cursor: pointer;
}

#leftContentsBox .listMenuBox span:hover{
	background: url("../../img/common/iconArrow_loginBox.gif") no-repeat 2px 0;
	padding-left: 12px;
	cursor: pointer;
	text-decoration: underline;
}

#leftContentsBox .listMenuBox .listMenu li a{
	background: url("../../img/common/iconListMenuArrow.gif") no-repeat 0px 2px;
	padding-left: 13px;
}

#leftContentsBox .listMenuBox .listMenu li a:hover{
	background: url("../../img/common/iconListMenuArrow.gif") no-repeat 2px 2px;
	padding-left: 13px;
}

*/



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

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






