@charset "Shift_JIS";
.container {
	text-align: center;
	width: 146px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	border: 6px solid #C4CBE6;
	position: relative;
	margin: auto;
	height: auto;
}
.container p {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
	font-family: "Lucida Grande";
	font-size: 11px;
	list-style-type: none;
	position: relative;
	left: 0px;
	width: 146px;
	text-indent: 0px;
	line-height: 120%;
}
ul.topMenu {
	color: #CC0000;
	font-weight: bold;
	text-align: left;
	margin-top: 1em;
}
ul.subMenu {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5E9595;
	text-align: center;
	text-indent: 0px;
	font-weight: normal;
	line-height: 150%;
}
ul.items {
	font-size: 11px;
	color: #000000;
	list-style-position: inside;
	font-weight: normal;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-bottom: 1em;
}
li {
	margin-left: 0px;
	background-image: url(/nmainte/images07/lineDot.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
	padding-left: 0px;
	position: relative;
	left: 0px;
	overflow: hidden;
}
*+html body li {	/* IE7のみ適用 */
	overflow: visible;
	text-indent: -6px;	
}
* html body li {	/* IE6以下のIEみ適用 */
	overflow: visible;
	text-indent: -6px;	
}
.goHomeCell {
	width: 100%;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	color: #265BA6;
}
