div.Contents {
position: relative;
margin: 15px 25px 15px 25px;
padding: 0px;
}

	.Contents h1 {
	color: #022E95;
	clear: both;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	font-size: 120%;
	text-align:center;
	}
	.Contents h2 {
	color: #022E95;
	clear: both;
	margin: 1em 0px 0px 0px;
	padding: 0px;
	background: transparent;
	font-size: 110%;
	}
	.Contents h3 {
	color: #022E95;
	}

div#DateArea {
text-align: right;
}

	#DateArea p {
	font-size:95%;
	line-height: 1.1em;
	}

div.Contents li {
margin-bottom: 2px;
}
div.Contents li ul li {
list-style-type:disc;
list-style-image:none;
}

p.Atention {
font-size:95%;
margin:0px 0px 10px 40px;
}

div#EndArea {
margin: 25px 0px 0px 0px;
text-align: right;
}

	#EndArea p {
	font-size:95%;
	}

div.ContentsM {
position: relative;
margin: 15px 0px 15px 0px;
padding: 0px;
}


	.ContentsM h2 {
	color: #000000;
	font-weight: bold;
	background: transparent;
	background-image: url(/images/common/dot_gr.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #26905B;
	margin: 15px 0px 5px 5px;
	padding: 5px 10px 5px 15px;
	font-size: 110%;
	}

p.note{
	font-size:100%;
	text-indent: -2.5em;
	padding-left: 2.5em;
	margin-bottom: 2px;
	color: #333;
	}

.indent{
	padding-left: 1.5em;
	}

.Contents h2{
	border-bottom: 1px solid #ccc;
	font-size: 110%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}

.Contents h3{
	clear: both;
	margin: 10px 0;
	}

.Contents h4{
	font-weight: normal;
	margin-bottom: 0;
	}

.Contents p{
	margin-bottom: 10px;
	}

div.indent p{
	margin-bottom: 0;
	}

/* Table
--------------------------------------------------*/
.CourseTable {
	margin: 10px 0;
	width: 870px;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	color: #333;
}

.CourseTable th {
	padding: 5px 7px;
	white-space: nowrap;
	border: 1px #CCC solid;
	text-align: left;
}

.CourseTable .icon {
	margin: 0 5px 0 0;
	float: left;
}

.CourseTable td {
	padding: 5px;
	border: 1px #CCC solid;
}

.CourseTable .bk_g {
	background-color: #EEE;
}

.CourseTable .bk_g td {
	width: 130px;
	text-align: left;
	vertical-align: top;
}

.CourseTable .bk_g td img {
	padding: 0 0 3px 0;
}

.CourseTable .bk_y1 {
	background-color: #ffe393;
	font-weight: bold;
	color: #C00;
}

.CourseTable .bk_y2 {
	background-color: #fef5d8;
	font-weight: bold;
}

.CourseTable .bk_p1 {
	background-color: #fef8f8;
}

.CourseTable .bk_p2 {
	background-color: #ffeaea;
}

.CourseTable .TextCenter {
	text-align: center;
}

.CourseTable .TextLardge td {
	font-size: 140%;
}

.TextRight {
	margin: 0 10px 10px 10px;
	text-align: right;
}

.CourseTable  td.TextCenter{
	text-align: center;
}

.CourseTable td.campaign{
	border-left: 2px solid #f00;
	border-right: 2px solid #f00;
	}

.CourseTable td.campaign_top{
	border-top: 2px solid #f00 ;
}

.CourseTable td.campaign_bottom{
	border-bottom: 2px solid #f00 ;
}


