@charset "Shift-JIS";

/* ================================================================================= */
/* Local Menu                                                                          */
/* ================================================================================= */

/* inquiry
   --------------------------------------*/
div.contentsInfoMenu {
	border-color: 1px solid #C8D6F3;
	position: relative;
	margin: 0 0 5px 0;
	float: right;
}
*/

div.contentsRightBox {
	position: relative;
	width: 183px;
	margin: 0;
	padding: 0;
	float: right;
}

div.contentsRightMenu {
	border: 1px solid #C8D6F3;
	position: relative;
	width: 181px;
	margin-bottom: 10px ;
	float: left;
}

/* Menu Level3
   --------------------------------------*/
ul.menuL3 {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
	ul.menuL3 li{
		width: 181px;
		border-bottom: 1px solid #C8D6F3;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	ul.menuL3 li.listImg{
		width: 181px;
		line-height: 0.3;
		border-bottom: 1px solid #C8D6F3;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	ul.menuL3 li.lineDashed{
		width: 181px;
		height: 1px;
		padding: 0;
		background-image: url('/images/img-common/line_dashed.gif');
		background-repeat : no-repeat;
		border-bottom: 0;
		float: left;
	}
	
	ul.menuL3 li.noBorder{
		width: 181px;
		line-height: 0.3;
		border-bottom: 0;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	ul.menuL3 li.noBorderEnd{
		width: 181px;
		line-height: 0.3;
		border-bottom: 0;
		margin: 0;
		padding: 0;
		float: left;
	}


/* Menu Level4
   --------------------------------------*/

ul.menuL4{
	display: list-style;
	margin: 10px 0 10px 0;
	padding: 0;
	float: left;
}
	
	.menuL4 li{
		width: 147px;
		display: list-style;
		margin: 0 12px 0 12px;
		_margin: 0 6px 0 6px;
		padding: 0 0 0 1em;
		border-bottom: 0px !important;
		_float: left;
	}
	
	.menuL4 li.L4{
		width: 147px;
		display: list-style;
		line-height: 1.5em;
		background: url('/images/img-common/icon_list.gif') no-repeat;
		background-position: 0.3em 0.5em;
		_background-position: 0.3em 0.5em;
		margin: 0 12px 0 12px;
		_margin: 0 6px 0 6px;
		padding: 0 0 0 1em;
		border-bottom: 0;
		_float: left;
	}
	
	.menuL4 li.L4NoArrow{
		width: 147px;
		display: list-style;
		line-height: 1.5em;
		margin: 0 12px 0 12px;
		_margin: 0 6px 0 6px;
		padding: 0 0 0 1em;
		border-bottom: 0;
		_float: left;
	}
	
/* Menu Level5
   --------------------------------------*/

ul.menuL5{
	width: 130px;
	_width: 0px;
	display: list-style;
	margin: 0 12px 0 32px;
	_margin: 0 6px 0 16px;
	padding: 0;
	float: left;
}

	ul.menuL5 li{
		width: 130px;
		display: list-style;
		line-height: 1.5em;
		background: url('/images/img-common/icon_list.gif') no-repeat;
		background-position: 0.3em 0.5em;
		_background-position: 0.3em 0.5em;
		margin: 0;
		padding: 0 0 0 1em;
		border-bottom: 0;
		_float: left;
	}
	
	ul.menuL5 li.noArrow{
		width: 130px;
		background: none !important;
		display: list-style;
		line-height: 1.5em;
		margin: 0;
		padding: 0 0 0 1em;
		border-bottom: 0;
		_float: left;
	}


/* Menu Anchor
   --------------------------------------*/
.menuL4 li.L4 a,
ul.menuL5 li a{
		color:#444;
		text-decoration: none;
		border-bottom: 1px solid #B2D1F0;
	}

.menuL4 li.L4 a:link,
ul.menuL5 li a:link{
	color:#444;
	text-decoration: none;
	border-bottom: 1px solid #B2D1F0;
}

.menuL4 li.L4 a:active,
ul.menuL5 li a:active{
	color:#444;
	text-decoration: none;
	border-bottom: 1px solid #B2D1F0;
}

.menuL4 li.L4 a:hover,
ul.menuL5 li a:hover{
	color:#444;
	text-decoration: none;
	border-bottom: 0px;
}



/* Kanren Info
   --------------------------------------*/

div.kanrenItem{
	width: 181px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}
	.kanrenItem h5{
		margin: 0;
		padding: 0;
		float: left;
		clear: left;
	}
	.kanrenItem dl{
		width: 169px;
		display: inline;
		margin: 6px;
		_margin: 3px;
		float: left;
	}

	.kanrenItem dt{
		display: inline;
		margin: 0;
		float: left;
	}
	
	.kanrenItem dd{
		display: inline;
		padding: 2px 0 0 14px;
		float: left;
	}



