@charset "utf-8";


/*-------------------------------------------------
  div#narrowing (width:786px; margin-bottom:6px)
-------------------------------------------------*/

div#narrowing div#narrow-head {
 	margin: 0;
	padding: 0;
 	width: 812px; /* 812px */
 	height: 10px;
	background-color: #F19CA6;
	background: url(/img/search/bgimg-narrowing-hf.gif) no-repeat;
	background-position: 0 0;
}
 
div#narrowing div#narrow-body {
 	margin: 0;
 	padding: 0 10px;
 	width: 792px; /* 812px -20px(padding) */
 	height:auto;
	background-color: #F19CA6;
	background: url(/img/search/bgimg-narrowing-body.gif) repeat-y;
}
 
div#narrowing div#narrow-foot {
 	margin: 0;
	padding: 0;
 	width: 812px; /* 812px */
 	height: 10px;
	background-color: #F19CA6;
	background: url(/img/search/bgimg-narrowing-hf.gif) no-repeat;
	background-position: 0 -10px;
}



/*---------------------------------------------
  div#narrowing div#narrow-body (width:766px)
---------------------------------------------*/

div#narrow-body div#nbody-left-title {
 	display: block;
	float: left;
 	margin: 0;
	padding: 0;
	width: 126px; /* 792px -666px(div#nbody-right-category) */
	height: auto;
}

div#narrow-body div#nbody-right-category {
 	float: right;
 	margin: 0;
	margin-bottom: 3px;
	padding: 10px;
	width: 644px; /* 792px -126px(div#nbody-left-title) -20px(padding) -2px(border) */
	height: auto;
 	background-color: #FFFFFF;
	border: 1px #AAAAAA solid;
}
 
div#narrow-body div#nbody-main-content {
 	clear: both;
 	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	width: 792px; /* 792px */
	height: auto;
}
 
div#narrow-body div#nbody-bottom-content {
 	margin: 0;
	padding: 0;
	width: 792px; /* 792px */
	height: auto;
}



/*----------------------------------------------------------
  div#narrow-body div#nbody-right-category (width:618px)
----------------------------------------------------------*/

div#nbody-right-category div.right-category-row {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px #D7D7D7 dotted;
}

div#nbody-right-category table {
 	width: 644px;
 	border-collapse: 0;
	border-spacing: 0;
}

div#nbody-right-category table th.th1 {
 	width: 60px; /* 644px -64px(th.th2) -520px(td) */
	height: auto;
	color: #440000;
 	font-weight: bold;
	text-align: center;
	/*vertical-align: bottom;*/ /* IEハック */
	vertical-align: middle;
	letter-spacing: 1px;
}
 
div#nbody-right-category table th.th2 {
 	width: 64px; /* 644px -60px(th.th1) -520px(td) */
	height: auto;
 	font-weight: normal;
	text-align: center;
	vertical-align: top;
	letter-spacing: 1px;
}
 
div#nbody-right-category table td {
 	width: 520px; /* 644px -60px(th1) -64px(th2) */
	height: auto;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
}

div#nbody-right-category table th ul,
div#nbody-right-category table td ul,
div#nbody-right-category table td dl {
 	display: block;
	/*
	margin-bottom: 3px;
	padding-bottom: 3px;
	*/
	width: auto;
	height: auto;
	/*
	border-bottom: 1px #D7D7D7 dotted;
	*/
}
 
div#nbody-right-category table th li,
div#nbody-right-category table td li {
 	display: inline;
}

div#nbody-right-category table td dd {
 	display: inline-block;
}

/* IE4～6ハック */
* html div#nbody-right-category table td dd {
	display: inline;
}

/* IE7ハック */
*:first-child+html div#nbody-right-category table td dd {
 	display: inline;
}

div#nbody-right-category table th li span,
div#nbody-right-category table th li a,
div#nbody-right-category table td li span,
div#nbody-right-category table td li a,
div#nbody-right-category table td dd span,
div#nbody-right-category table td dd a {
 	padding: 1px;
	word-break: keep-all;
	white-space: nowrap;
}
 
div#nbody-right-category table th li span.select,
div#nbody-right-category table th li a:hover,
div#nbody-right-category table td li span.select,
div#nbody-right-category table td li a:hover,
div#nbody-right-category table td dd span.select,
div#nbody-right-category table td dd a:hover {
 	background-color: #FF6600;
  	color: #FFFFFF;
}

div#nbody-right-category table th li span.passive,
div#nbody-right-category table td li span.passive,
div#nbody-right-category table td dd span.passive {
 	color: #999999;
}



/*------------------------------------------------------
  div#narrow-body div#nbody-main-content (width:766px)
------------------------------------------------------*/

div#nbody-main-content dl#narrow-menu {
 	float: left;
	margin: 0;
	padding: 0;
	width: 124px; /* 792px -668px */
	height: auto;
}
 
div#nbody-main-content div#narrow-main {
 	float: right;
 	margin: 0;
	padding: 0;
 	width: 668px; /* 792px -124px */
	height: auto; /* 126px? */
}


 
/*-----------------------------------------------------
  div#nbody-main-content dl#narrow-menu (width:124px)
-----------------------------------------------------*/

div#nbody-main-content dl#narrow-menu dd {
 	display: block;
 	margin: 0;
	margin-bottom: 4px;
	padding: 0;
	width: 124px;
	height: 32px;
}
 
div#nbody-main-content dl#narrow-menu dd a {
	display: block;
	width: 124px;
	height: 32px;
	background: url(/img/search/bgimg-narrow-menu.gif) no-repeat #FFFFFF;
	background-position: 0 -64px;
	line-height: 2.6em;
	color: #666666;
	text-decoration: none;
}
 
div#nbody-main-content dl#narrow-menu dd a:hover {
 	background-position: 0 -32px;
	color: #440000;
	font-weight: bold;
	text-decoration: none;
}

div#nbody-main-content dl#narrow-menu dd a.link,
div#nbody-main-content dl#narrow-menu dd a.visited,
div#nbody-main-content dl#narrow-menu dd a.hover,
div#nbody-main-content dl#narrow-menu dd a.active { border-style: none; outline: none; }

div#nbody-main-content dl#narrow-menu dd a.choose {
 	background-position: 0 0;
 	color: #440000;
 	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

div#nbody-main-content dl#narrow-menu dd a:hover.choose {
 	background-position: 0 0;
}



/*-------------------------------------------------------
  div#nbody-main-content div#narrow-main (width:668px)
-------------------------------------------------------*/

div#nbody-main-content div#narrow-main div#left-edge {
 	float: left;
 	margin: 0;
	padding: 0;
 	width: 12px; /* 668px -646px(div#center-main) -10px(div#right-edge) */
	height: 116px;
	background: url(/img/search/bgimg-narrow-main-left.gif) no-repeat #FFFFFF;
	position: 0 0;
}
 
div#nbody-main-content div#narrow-main div#center-main {
 	float: left;
 	margin: 0;
	padding-top: 10px;
 	width: 646px; /* 668px -12px(div#left-edge) -10px(div#right-edge) */
	height: 106px; /* 126px -10(padding) */
	background: url(/img/search/bgimg-narrow-main-center.gif) repeat-x #FFFFFF;
	background-position: top left;
}
 
div#nbody-main-content div#narrow-main div#right-edge {
 	float: right;
 	margin: 0;
	padding: 0;
 	width: 10px; /* 668px -646px(div#center-main) -12px(div#left-edge) */
	height: 116px;
	background: url(/img/search/bgimg-narrow-main-right.gif) no-repeat #FFFFFF;
	background-position: top right;
}
 
div#nbody-main-content div#narrow-main div#bottom-edge {
 	clear: both;
 	margin: 0;
	padding: 0;
 	width: 668px; /* 668px */
	height: 10px;
	background: url(/img/search/bgimg-narrow-main-bottom.gif) no-repeat #FFFFFF;
	background-position: bottom center;
}

 
 
/*-------------------------------------------------------------------------
  div#nbody-main-content div#narrow-main div#center-main (width:646px)
-------------------------------------------------------------------------*/

div#narrow-main div#center-main table {
 	width: 646px; /* 646px */
 	border-collapse: collapse;
	border-spacing: 0;
}

div#narrow-main div#center-main table th.th1 {
 	width: 60px; /* 646px -64px(th.th2) -522px(td) */
	height: auto;
	color: #440000;
 	font-weight: bold;
 	text-align: center;
	vertical-align: bottom; /* IEハック */
	letter-spacing: 1px;
}
 
div#narrow-main div#center-main table th.th2 {
 	width: 64px; /* 646px -60px(th.th1) -522px(td) */
	height: auto;
	text-align:center;
 	font-weight: normal;
 	vertical-align: top;
	letter-spacing: 1px;
}

div#narrow-main div#center-main table td {
 	width: 522px; /* 646px -60px(th.th1) -64px(th.th2) */
	height: auto;
 	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
}
 
div#narrow-main div#center-main table th ul,
div#narrow-main div#center-main table td ul {
 	display: block;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px #D7D7D7 dotted;
}
 
div#narrow-main div#center-main table th ul li,
div#narrow-main div#center-main table td ul li {
 	display: inline-block;
}
 
/* IE4～6ハック */
* html div#narrow-main div#center-main table th ul li,
* html div#narrow-main div#center-main table td ul li {
	display: inline;
}

/* IE7ハック */
*:first-child+html div#narrow-main div#center-main table th ul li,
*:first-child+html div#narrow-main div#center-main table td ul li {
 	display: inline;
}
 
div#narrow-main div#center-main table th ul li span,
div#narrow-main div#center-main table th ul li a,
div#narrow-main div#center-main table td ul li span,
div#narrow-main div#center-main table td ul li a {
 	padding: 1px;
	word-break: keep-all;
	white-space: nowrap;
}
 
div#narrow-main div#center-main table th ul li span.select,
div#narrow-main div#center-main table th ul li a:hover,
div#narrow-main div#center-main table td ul li span.select,
div#narrow-main div#center-main table td ul li a:hover {
 	background-color: #FF6600;
  	color: #FFFFFF;
}
 
div#narrow-main div#center-main table th ul li span.passive,
div#narrow-main div#center-main table td ul li span.passive {
 	color: #999999;
}



/*----------------------------------------------------------
  div#narrow-body div#nbody-bottom-content (width:792px)
----------------------------------------------------------*/

div#nbody-bottom-content div#narrow-item-head {
 	width: 792px; /* 792px */
	height: 6px;
 	background: url(/img/search/bgimg-narrow-item-hf.gif) no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
}

div#nbody-bottom-content div#narrow-item-body {
 	width: 792px; /* 792px */
	height: auto;
 	background-image: url(/img/search/bgimg-narrow-item-body.gif);
	background-position: left 0;
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}
 
div#nbody-bottom-content table {
 	width: 792px; /* 792px */
	height: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
 
 
div#nbody-bottom-content table th {
 	padding: 0;
	padding-left: 10px;
 	width: 120px; /* 792px -646px(td) -10px(padding) */
	text-align: center;
	vertical-align: middle;
}
 
div#nbody-bottom-content table td {
 	padding: 0;
	text-align: left;
	vertical-align:middle;
}
 
div#nbody-bottom-content table td.clear_none {
 	padding-right: 10px;
 	width: 652px; /* 792px -130px(th) -10px(padding) */ 
}

div#nbody-bottom-content table td.clear_all {
 	width: 80px; /* 792px -130px(th) -582px(td.clear_item)*/
}
 
div#nbody-bottom-content table td.clear_all a {
 	font-weight: bold;
}
 
div#nbody-bottom-content table td.clear_item {
 	padding-right: 10px;
 	width: 572px; /* 792px -130px(th) -80px(td.clear_all) -10px(padding) */ 
}
 
div#nbody-bottom-content dl#narrow-item-content {
 	display: block;
	margin: 0;
	padding: 3px 0;
	width: 572px; /* 572px */
	height: auto;
	text-align: left;
}
  
div#nbody-bottom-content dl#narrow-item-content dd {
 	display: inline;
	margin: 0;
	margin-right: 6px;
	padding: 0;
	width: auto;
	height: auto;
}
 
div#nbody-bottom-content dl#narrow-item-content dd a {
	width: auto;
 	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}

div#nbody-bottom-content dl#narrow-item-content dd a:hover {
	text-decoration: underline;
}

 
div#nbody-bottom-content dl#narrow-item-content dd a span {
 	display: inline-block;
	margin: 0;
	padding: 0;
 	padding-left: 18px;
	background: url(/img/search/icon_close.gif) no-repeat;
	background-position: 0 0;
	line-height: 1.6em;
	text-decoration: none;
}
 
div#nbody-bottom-content dl#narrow-item-content dd a:hover span {
 	background: url(/img/search/icon_close_hover.gif) no-repeat;
	background-position: 0 0;
	text-decoration: underline;
	cursor: pointer;
}
 
div#nbody-bottom-content div#narrow-item-foot {
 	clear: left;
 	width: 792px; /* 792px */
	height: 6px;
 	background: url(/img/search/bgimg-narrow-item-hf.gif) no-repeat;
	background-position: bottom center;
	background-color: #FFFFFF;
}








