@charset "utf-8";

/* ---------- メインメニュー ---------- */

.ichiji {
	background-image: url(../commonimages/mainmenu40.gif);
	background-repeat: repeat;
	height: 10px;
	width: 680px;
}
.tyouki {
	background-image: url(../commonimages/mainmenu50.gif);
	background-repeat: repeat;
	height: 10px;
	width: 680px;
}
.teijyuu {
	background-image: url(../commonimages/mainmenu60.gif);
	background-repeat: repeat;
	height: 10px;
	width: 680px;
}

/* ---------- メニュー ---------- */

#ichiji {
	width: 680px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #327EEB;
}
#ichiji a {
	width: 640px;
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#ichiji a:hover {
	color: #327EEB;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #327EEB;
	background-image: url(../ichiji/images/menuicon_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#tyouki {
	width: 680px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CF0047;
}
#tyouki a {
	width: 640px;
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#tyouki a:hover {
	color: #CF0047;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CF0047;
	background-image: url(../tyouki/images/menuicon_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#teijyuu {
	width: 680px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #327E47;
}
#teijyuu a {
	width: 640px;
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#teijyuu a:hover {
	color: #327E47;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #327E47;
	background-image: url(../teijyuu/images/menuicon_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nolink {
	width: 640px;
	display: block;
	text-decoration: none;
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

/* ---------- サブメニュー ---------- */

.line_lr{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.chishikiicon {
	margin-right: 5px;
}
.margin_b5 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
