@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

body {
	background-image: url(../img/lesson_bg.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-left: 14px;
}
	
h1 {
	width: 680px;
	margin-top: 0px;
	margin-bottom: 5px;
	background: url(../img/movie_hd_logo.gif) no-repeat ;
	background-position: right;
	_background-position: right -3px;
	border-bottom: 2px solid #78533d;
	color: #bb4206;
	font-size: 18px;
}

h1.kiso-title {
	width: 380px;
	margin-top: 0px;
	margin-bottom: 5px;
	background: url(../img/movie_hd_logo.gif) no-repeat ;
	background-position: right;
	_background-position: right -3px;
	border-bottom: 2px solid #78533d;
	color: #bb4206;
	font-size: 18px;
}

div#movie {
	width: 380px;
	height: 325px;
	float: left;
}

div#kaisetsu {
	float: left;
	width: 295px;
	height: 325px;
	margin-left: 5px;
}


#kaisetsu p#kaisetsu-hd {
	margin: 0px;
	background-color: #ffe8b2;
}

#kaisetsu ul#kaisetsu-txt {
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	height: 290px;
	width: 285px;
	color: #333333;
	font-size: 12px;
	line-height: 120%;
	overflow: auto;
}

#kaisetsu ul#kaisetsu-txt li {
	margin-bottom: 5px;
	line-height: 130%;
}	

p#footer {
	padding-top: 10px;
	_padding-top: 16px;
	text-align: center;
	color: #733600;
	font-size: 12px;
	clear: both;
	width: 680px;
}

p#footer-kiso {
	padding-top: 10px;
	_padding-top: 16px;
	text-align: center;
	color: #733600;
	font-size: 12px;
	clear: both;
	width: 380px;
}

span.no-color {
	color: #e5333c;
}

/*	TOPページへ戻る
----------------------------------------------------*/

p.top_back {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

p.top_back img {
	border: 0;
}

.border_bottom02 {
	clear: both;
}	
	

