﻿@charset "utf-8";

.LinkList_m
{
  background: url(../../../Images/shadow_bg_w600.gif) no-repeat left bottom;
  margin-bottom:3px;
  width: 600px;
  padding-bottom: 10px;
  float: left;
  height: auto;
  text-align: left;
  font-size: small;
  font-weight: normal;
}

.LinkList_m .h2frame{
  background: url(../../../Images/shadow_head_w600.gif) no-repeat left top;
  padding: 13px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
}

.LinkList_m h2
{
  width: 557px;
  height: 25px;
  color:black;
  background: url(../../../Images/h2_2.gif) no-repeat left top;

  margin: 0px 0px 0px 0px;
  padding-top: 5px;
  padding-left:23px;
  font-size: medium;
  font-weight: normal;
  text-decoration: none;
}

.LinkList_m h2.gray
{
}


.LinkList_m ul {
  margin:0px;
  padding:0px;
  line-height:1.4;
  padding:0px 15px 0px 1em;
}


.LinkList_m li {
  display:block;
  background: url(../../../Images/h5_1.gif) no-repeat left center;
  padding-left:18px;
  margin:0.8em 0px 0.7em 10px;
  border-bottom: 1px solid #4583C8;
}


.LinkList_m h2 A,
.LinkList_m h2 A:link,
.LinkList_m h2 A:visited,
.LinkList_m h2 A:active,
.LinkList_m li A,
.LinkList_m li A:link,
.LinkList_m li A:visited,
.LinkList_m li A:active
{
  text-decoration: none;
}

.LinkList_m h2 A:hover,
.LinkList_m li A:hover
{
  text-decoration: underline;
}



