@charset "utf-8";

/* contents
=========================================*/
#wrapper {
	background: #FFF;
}

h3#study {
	margin: 12px auto 0;
	width: 950px;
	height: 100px;
	background: url(../studyimg/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
p#copy {
	margin: 40px auto;
	text-align: center;	
}
#movie {
	margin-top: 40px;
	text-align: center;
}
#movie p {
	width: 480px;
	margin: 5px auto;
	text-align: left;
	font-size: 80%;	
}

h4 {
	margin: 2em 0 0;
	height: 35px;	
	text-indent: -9999px;
	background: url(../baseimg/h4midashi.gif) no-repeat 0 -210px;
}

.theme {
	margin-bottom: 50px;
}
.theme#last {
	margin-bottom: 70px;
}
.theme h5 {
	font-size: 110%;
	font-weight: bold;
	color: #b25a44;
	margin: 10px 0 0 10px;
	padding: 5px 0 5px 12px;
	background: url(../baseimg/ya_orange.gif) no-repeat left center;
	border-bottom: 1px dotted #b25a44;
	/*border-top: 2px solid #b25a44;*/
}
p.message {
	margin: 0;
	font-size: 90%;
	padding:1em 160px 0 1em;
	color: #b25a44;
}
p.message#speaker {
	background: url(../studyimg/takatsu.jpg) no-repeat right 5px;
	min-height: 205px;
}
p.message#yamamoto {
	background: url(../studyimg/yamamoto.jpg) no-repeat right 5px;
	min-height: 203px;
}
p.message#tsutsumi {
	background: url(../studyimg/tsutsumi.jpg) no-repeat right 0;
	min-height: 160px;
}
.theme ol {
	 list-style: decimal;
	 margin-left: 3em;
}
.theme ol li {
	list-style: decimal;
	padding:0 1em 0.5em;
}
.theme ol li h6 {
	font-weight: bold;
	color: #b25a44;
}
.theme ol li p {
	font-size: 90%;
}