@charset "UTF-8";
/*////////////////////////////////////////////////////////////
Tokyo Life - categorylist.css
------------------------------------------------------------

[CategoryList]
	1. PageTitle
	2. catListWrap
		2-1. Common
		2-2. LeftSied
		2-3. RightSide

////////////////////////////////////////////////////////////*/

/* ################################################################################
	[CategoryList] Category List styles
   ################################################################################ */
/* ------------------------------------------------------------
	1. PageTitle
   ------------------------------------------------------------ */
div#content .pagetitle {
	border-top:9px solid #000;
	margin:9px 15px;
	padding: 8px 0 15px;
	width:930px;
	position:relative;
}
* html div#content .pagetitle {
	line-height:0;
	vertical-align:bottom;
	font-size:0;
}
*:first-child+html div#content .pagetitle {
	line-height:0;
	vertical-align:bottom;
	font-size:0;
}
div#content .pagetitle ul.catLink {
	position:absolute;
	top:0;
	right:0;
	width:306px;
}
div#content .pagetitle ul.catLink li {
	float:left;
}
/* ------------------------------------------------------------
	2. catListWrap
   ------------------------------------------------------------ */
/*  2-1. Common
   ------------------------------------------------- */
div#catListWrap {
	width:958px;
	margin:0 1px;
	background:url(/imgJP/common/bg_grid_catlist.gif) repeat-y 0 0;
}
div#catListWrap table.catListTbl {
	width:958px;
	border-bottom:1px solid #ccc;
}
/*  2-2. LeftSide
   ------------------------------------------------- */
table.catListTbl th {
	width:193px;
	border-top:1px solid #ccc;
	vertical-align: top;
}
table.catListTbl th h2 {
	padding:10px 0 10px 14px;
}
* html table.catListTbl th h2 {
	padding:10px 0 5px 14px;
}
table.catListTbl th dt {
	padding:0 0 5px 14px;
}
table.catListTbl th dd {
	padding:0 0 10px 14px;
}
table.catListTbl th p {
	padding:2px 0 2px 8px;
	background:url(/imgJP/common/marker_point.gif) no-repeat 0 7px;
}
/*  2-3. RightSide
   ------------------------------------------------- */
table.catListTbl td {
	width:153px;
	padding:10px 0;
	border-top:1px solid #ccc;
	vertical-align: top;
}
table.catListTbl td.blank {
	background:#FFF;
}
table.catListTbl td dt {
	width:123px;
	margin:0 auto;
	padding-bottom:5px;
	font-size:11px;
}
table.catListTbl td dt a {
	width:113px;
	padding:3px 5px;
	background:#FFF100;
	display:block;
	text-decoration:none;
}
table.catListTbl td dd {
	width:123px;
	margin:0 15px;
	background:url(/imgJP/common/bg_diagonal.gif) repeat 0 0;
	text-align: center;
	padding:3px 0;
}
table.catListTbl td p {
	width:123px;
	padding-top:10px;
	margin:0 auto;
	font-size:10px;
}