a:link {
	text-decoration:none;
	color:#001C75;
}
a:visited {
	text-decoration:none;
	color:#FF0000;
}
a:hover {
	text-decoration:underline;
	color:#740000;
}
a:active {
	text-decoration:none;
	color:#740000;
}

select, input {
	font-size:12px;
}

div.htxt {
	font-size: 0.8em;
	margin-bottom: 10px;
}

/*　カテゴリTOPイメージ　メニュー（ドロップダウン）　*/

div#head {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	z-index: 2;
}

div#head ul {
	margin: 0;
	padding: 0;
	background: white;
}

div#head li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 150px;
	line-height: 18px;
}

div#head li:hover {
	background: #EAF1FF;
}

div#head li a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	width: 150px;
	line-height: 20px;
}

div#head ul ul {
	position: absolute;
	width: 160px;
	display: none;
}

div#head ul ul li {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 160px;
	padding:0 5px 0 5px;
	background-color:white;
}

div#head li#dlist {
	background: url(/images/head/arrow_r.gif) 157px no-repeat;
	background-color:white;
}

div#head li#dlist:hover {
	background-color: #EAF1FF;
}

div#head li#dlistend {
	background: url(/images/head/arrow_l.gif) 0px no-repeat;
	background-color:white;
	width: 150px;
	padding:0 5px 0 15px;
}

div#head li#dlistend:hover {
	background-color: #EAF1FF;
}

div#head li.listm li.listm:hover {
	background-color: #EAF1FF;
}

div#head ul.level1 li.listm:hover ul.level2, 
div#head ul.level1 li.listm:hover ul.levelend2, 
div#head ul.level2 li.listm:hover ul.level3,
div#head ul.levelend2 li.listm:hover ul.levelend3 {
	display:block;
}

div#head ul.level2 {
	top: 36px;
	left: -1px;
	width: 170px
}

div#head ul.level3 {
	top: -1px;
	left: 170px;
	border-top: 1px solid #CCC;
	width: 160px
}

div#head ul.levelend2 {
	top: 36px;
	left: -22px;
	width: 170px
}

div#head ul.levelend3 {
	top: -1px;
	left: -165px;
	border-top: 1px solid #CCC;
	width: 160px
}


/*　カテゴリTOPイメージ　メニュー（ロールオーバー）　*/

div#head div strong {
	visibility: hidden;
}

div#head div a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 150px;
}

div#head div.mtop1 a {
	background: url(/images/head/aftc_off.gif) no-repeat;
}

div#head div.mtop1 a:hover,div#head div.mtop1 a:active {
	background: url(/images/head/aftc_on.gif) no-repeat;
}

div#head div.mtop2 a {
	background: url(/images/head/car_off.gif) no-repeat;
}

div#head div.mtop2 a:hover,div#head div.mtop2 a:active {
	background: url(/images/head/car_on.gif) no-repeat;
}

div#head div.mtop3 a {
	background: url(/images/head/consumer_off.gif) no-repeat;
}

div#head div.mtop3 a:hover,div#head div.mtop3 a:active {
	background: url(/images/head/consumer_on.gif) no-repeat;
}

div#head div.mtop4 a {
	background: url(/images/head/am_kiyaku_off.gif) no-repeat;
}

div#head div.mtop4 a:hover,div#head div.mtop4 a:active {
	background: url(/images/head/am_kiyaku_on.gif) no-repeat;
}

div#head div.mtop5 a {
	background: url(/images/head/am_shop_off.gif) no-repeat;
}

div#head div.mtop5 a:hover,div#head div.mtop5 a:active {
	background: url(/images/head/am_shop_on.gif) no-repeat;
}

div#head div.mtop6 a {
	background: url(/images/head/bike_off.gif) no-repeat;
}

div#head div.mtop6 a:hover,div#head div.mtop6 a:active {
	background: url(/images/head/bike_on.gif) no-repeat;
}

div#head div.mtop7 a {
	background: url(/images/head/mc_kiyaku_off.gif) no-repeat;
}

div#head div.mtop7 a:hover,div#head div.mtop7 a:active {
	background: url(/images/head/mc_kiyaku_on.gif) no-repeat;
}

div#head div.mtop8 a {
	background: url(/images/head/mc_shop_off.gif) no-repeat;
}

div#head div.mtop8 a:hover,div#head div.mtop8 a:active {
	background: url(/images/head/mc_shop_on.gif) no-repeat;
}


