@charset "UTF-8";

/** skrd 2009.09.01
 *
 * for STATIC pages
 *
 */

#contents h2 {
	margin: 0px 5px 20px 10px;
	border-left: 10px #EE4D9B solid;
	border-bottom: 2px #EE4D9B solid;
	padding: 5px 0px 4px 5px;
}
#contents h3 {
	margin: 20px 5px 5px 20px;
	border-left: 5px #EE4D9B solid;
	border-bottom: 1px #EE4D9B solid;
	padding: 5px 0px 2px 5px;
}
#contents h4 {
	margin-left: 30px;
	color: #F00;
}
#contents p {
	text-indent: 1em;
	margin-right: 10px;
}
#contents p.h3_text {
	margin-left: 30px;
	margin-bottom: 15px;

}
#contents #sweets_banner {
	margin: 10px 5px 20px 40px;
}
#contents #links {
	margin: 10px 5px 5px 40px;
}
#contents #links .link {
	float: left;
	display: block;
	width: 114px;
	height: 45px;
}
#contents ul {
	margin-left: 50px;
	margin-bottom: 15px;
}
#contents table {
	border-collapse: collapse;
	width: 570px;
	margin: 5px 5px 5px 30px;
}
#contents table caption {
	margin-top: 15px;
	font-size: 1.1em;
	font-weight: bold;
}
#contents table th {
	text-align: center;
}
#contents th, #contents td {
	padding: 2px 10px;
	border: 1px solid #FCAAD2;
}
#contents table.recruit th {
	text-align: center;
}
#contents table.price td.course {
	text-align: right;
}
#contents table colgroup.colg_price {
	width: 25%;
	background-color: #FDF;
}
#contents table.price td.caution {
	background-color: #FFF;
	text-align: center;
}
#contents colgroup.colg_recruit {
	width: 20%;
}
#side_menu {
}

