@charset "utf-8";
/* CSS Document */

#date {
	width: 805px;
	margin: 0 auto;
	font-size: 63%;
}

.section {
	width: 805px;
	margin: 0 auto 20px;
	overflow: hidden;
}

#instructorList {
	width: 805px;
	margin: 0 auto 50px;
	overflow: hidden;
}

.section:after,
#instructorList:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

/*\*/
* html .section,
* html #instructorList {
	height: 1em;
	overflow: visible;
}
/**/

h1#ridingTheme {
	padding: 50px 0;
}

h2 {
	margin-bottom: 20px;
}

h2#outSection {
	width: 805px;
	margin: 0 auto 20px;
}

h3 {
	margin-bottom: 10px;
}


.innerMain {
	float: left;
}

.innerSub {
	float: right;
	width: 396px;
}

.innerSub .float {
	float: left;
	margin-right: 1em;
}

.floatclear {
	clear: both;
}

.innerSub h3.kitagawa {
	font-weight: bold;
	color: #004ea2;
}

.innerSub p.kitagawa {
	color: #004ea2;
	line-height: 1.6;
	font-size: 85%;
}



.innerMain h2.title {
	font-weight: bold;
	margin-bottom: 30px;
}

.harf {
	width: 385px;
}

.right {
	text-align: right;
}

p.intro {
	padding: 0 5px 0 0;
	line-height: 1.6;
	font-size: 85%;
}

.innerSub p {
	text-align: left;
}

.caption {
	color: #004ea2;
	font-size: 63%;
}

.lead {
	color: #004ea2;
	margin-bottom: 10px;
	font-size: 85%;
}

.bdrTop {
	padding-top: 10px;
	border-top: 1px solid #7fa6d0;
}

.curriculum .innerMain p,
.curriculum .innerSub p {
	width: 385px;
	color: #004ea2;
}

.curriculum,
.voice {
	color: #004ea2;
}

.voice {
	line-height: 1.4;
	font-size: 85%;
}

#thanks {
	padding-top: 40px;
}

#instructorList {
	padding-top: 10px;
	clear: both;
}

#instructorList ul {
	list-style: none;
	margin: 0 -20px 0 0;
	padding: 0;
    zoom: 1;  
}

* html #instructorList ul {
	margin-right: -20px;  
	list-style: none;
}

#instructorList ul li {  
	float: left;  
	margin-right: 10px;  
	width: 193px;  
	font-size: 63%;
	color: #004ea2;
}  

