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

#menu{
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist{
  margin: 0 0 24px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h2{
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 14px;
	font-size: 13px;
	color: #fffffc;
	background-image : url(image/sidebar.gif);
	background-repeat: no-repeat;
}

.menulist a{
	color: #004080;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 190%;
	text-decoration: none;
	background-image : url(image/side_menu_bg.gif);
	background-repeat: no-repeat;
}

.menulist a:hover{
	color: #005ebb;
	background-image : url(image/side_menu_bg_hover.gif);
	background-repeat: no-repeat;
}

.menu_free{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 210px;
	text-align: left;
	background-image : url(image/menu_back.gif);
}

.menu_free h2{
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 14px;
	font-size: 13px;
	color: #fffffc;
	background-image : url(image/sidebar.gif);
	background-repeat: no-repeat;
}

.menu_free a{
  color: #004080;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
 }

.menu_free a:hover{
  color: #005ebb;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}

.menu_free span.brown_b{
  color: #993300;
  font-weight: bold;
}