﻿ul.side_class_menu_list {
	clear: both;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul.side_class_menu_list li {
	clear: both;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.side_class_menu_class {
	height: 30px;
}

.side_class_menu_class img {
	display: block;
	width: 150px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

.side_class_menu {
	height: 30px;
	background: #fff;
	border-bottom: 1px solid #aaa;
}

.side_class_menu_bottom_kaigo {
	width: 150px;
	height: 5px;
	background: #f3a7ae;
}

.side_class_menu_bottom_shinkyu {
	width: 150px;
	height: 5px;
	background: #659aff;
}

.side_class_menu_bottom_fukusyoku {
	width: 150px;
	height: 5px;
	background: #c382b5;
}

.side_class_menu a {
	display: block;
	width: 149px;
	height: 29px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	color: #666;
}

.icon_menu_position {
	width: 8px;
	height: 12px;
	margin: 0px 7px;
	padding: 0px;

}

dl, dt, dd {
	line-height: 160%;
}

table.general_green_table {
	border: 1px solid #999;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.general_green_table td, table.general_green_table th  {
	margin: 0px;
	padding: 5px;
	border: 1px solid #999;
	empty-cells: show;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 80%;
}

html[xmlns] table.general_green_table th {
	font-size: 100%;
}

html[xmlns] table.general_green_table td {
	font-size: 100%;
}

th.general_green {
	background: #abdb77;
}

td.general_light_green {
 	background: #cfa;
 }

li.policy {
	margin-bottom: 20px;
	line-height: 140%;
}

ul.decimal {
	list-style-type:decimal;
}