@charset "UTF-8";



/*//////////////////////////////////////////////////



Title : lecture.css

For   : Setting base styles of the site



Created	   : 2009-02-27

Last Modified : 2009-02-27





----------------------------------------



Content

	1. Lecture Top


//////////////////////////////////////////////////*/


/* ---------------------------------------

	1. Lecture Top

   ---------------------------------------- */

h1#lectureTop {
	position: relative;
	padding-left: 30px;
	z-index: 1;
}

.lectureTopLead {
	position: relative;
	top: -105px;
	height: 696px;
	background: url(/howto/lecture/images/bg_index.gif) no-repeat left top;
	z-index: 0;
}
.lectureTopLead img {
	position: absolute;
}
.lectureTopLead img#text01 {
	left: 333px;
	top: 128px;
}
.lectureTopLead img#text02 {
	left: 175px;
	top:474px;
}
.lectureTopLead img#text03 {
	left: 176px;
	top: 558px;
}
.lectureTopLead img#gotoSoura {
	left: 320px;
	top: 379px;
}
.lectureTopLead img#gotoDoctor {
	left: 35px;
	top: 582px;
}
.lectureTopLead img#gotoOhisamaid {
	left: 311px;
	top: 549px;
}
.lectureTopLead img#gotoZero {
	left: 21px;
	 top: 628px;
}

/* ---------------------------------------

	2. About Mr. and Mrs. Soura

   ---------------------------------------- */

#aboutSoura {
	width: 378px;
	margin: 0 53px;
	padding-top: 10px;
	text-align: center;
}
#aboutSoura .innerAboutSoura {
	float: left;
	width: 189px;
	margin-bottom: 20px;
}
#aboutSoura .innerAboutSoura img.label {
	margin-top: 15px;
}

/* ---------------------------------------

	3. Lecture Prologue

   ---------------------------------------- */

#lecturePrologue {
	width: 470px;
	margin-left: 5px;
}

#lecturePrologue #lectureMemo {
	position: relative;
	padding: 15px 0 30px;
}

#lecturePrologue #lecConversation {
	background: url(/shared/images/dot_line3.gif) repeat-x left top;
}
#lecturePrologue #lecConversation table {
	background: url(/shared/images/dot_line3.gif) repeat-x left bottom;
}
#lecturePrologue #lecConversation table.noneBg {
	background: none;
}
#lecturePrologue #lecConversation table td {
	vertical-align: middle;
}
#lecturePrologue #lecConversation table td.gotoLecTop {
	text-align: right;
}
#lecturePrologue #lecConversation table tr.lineSoura td {
	padding: 10px 0;
	color: #b4821e;
	text-align: left;
}
#lecturePrologue #lecConversation table tr.lineDoctor td {
	padding: 10px 0;
	color: #238200;
	text-align: right;
}
#lecturePrologue #lecConversation table tr.lineDoctor td.doctorComment {
	padding-left: 20px;
	text-align: left;
}
#lecturePrologue #lecConversation table tr td#energyNavi {
	height: 120px;
	padding-left: 20px;
	padding-right: 310px;
	background: url(/howto/lecture/images/img_prologue_01.jpg) no-repeat right center;
	font-size: 83%;
}
#lecturePrologue #lecConversation table tr td img#monitor {
	margin-left: 20px;
	margin-bottom: 20px;
}
#lecturePrologue #lecConversation table td a {
	color: #0018ff;
}
#lecturePrologue #lecConversation table tr td.gotoLecTop a {
	display: block;
	margin-bottom: 25px;
}
#lecturePrologue #lecConversation table td span.chime {
	line-height: 1.2;
}
#lecturePrologue #lecConversation table td span.direction {
	color: #281c1c;
}
#lecturePrologue #lecControlArea {
	float: right;
	width: 225px;
	padding-top: 20px;
}
#lecturePrologue #lecControlArea a {
	display: block;
	margin-bottom: 10px;
}

