@charset "UTF-8";
@import "style.css";

/*　メンテナンスサポートトップ　*/

h4 {
	color: #660000;
	font-weight: bold;
	font-size: 116%;
}

p {
	margin-left: 0 !important;
}

.menuLeft {
	width: 315px;
	float: left;
}

.menuRight {
	width: 315px;
	float: right;
}

.menuLeft ul, .menuRight ul {
	margin: 0 0 0 0px !important;
}

.menuLeft ul li, .menuRight ul li {
	margin-top: 5px !important;
}

.menuLeft a:link, .menuLeft a:visited, .menuRight a:link, .menuRight a:visited { color: #660000;text-decoration: underline;}
.menuLeft a:hover, .menuLeft a:active, .menuRight a:hover, .menuRight a:active { color: #F00;text-decoration: underline;}