@charset "Shift_JIS";
h2 {
	border-left: solid 20px #CCCC00;
	font-size: 1em;
	color: #333;
	padding-left: 1em;
	line-height: 1.6em;
	margin: 20px 0;
}
div#left {
	width: 180px;
	float: left;
	margin-bottom: 40px;
}
ul#menu {
	padding-left: 25px;
	font-size: 0.8em;
	line-height: 2em;
}
ul#menu li {
	list-style-type: disc;
}
ul#menu li a {
}
/**/
th.th_pink {
	background-color: #FFCCCC;
}
th.th_blue {
	background-color: #E3FBFB;
}
th.th_green {
	background-color: #DBEFC5;
}
th.th_pink,
th.th_blue,
th.th_green {
	padding: 10px 0;
}
td.td_orange {
	font-size: 1.6em;
	color: #FF6600;
	vertical-align:middle;
}
td.bg_orange {
	background-color: #FF6600;
	color: white;
	padding: 1em;
}
