@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../image/body-bg.gif);
}
#WRAP {
	width:760px;
	color:  #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	padding: 0px;
}
.red_b {
	font-weight: bold;
	color: #FF0000;
}

div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 130%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.u {
}

ol, ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.ora {
	color: #FF9900;
}
.blue {
	color: #0066CC;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 2px solid #FFCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #CC0000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: url(../image/h1bg.gif);
	background-repeat: repeat;
	background-position: center top;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TOP {
	width: 760px;
	height: 660px;
	position: relative;
	text-align: center;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#MENU-HOME {
	width: 760px;
	height: 230px;
	float:left;
	background: url(../img-layout/main_img.jpg) no-repeat;
}
#MENU {
	height: 40px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../image/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu {
	float: left;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:730px;
	background: url(../img-layout/bg_main.jpg) repeat-y;
	padding-top: 10px;
	padding-bottom: 20px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	width: 680px;
}

.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}

#CONTENTS h3 {
	font-size:18px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 0;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
}
h2 {
	margin: 0px;
	padding: 0px;
}

#CONTENTS h4 {
	font-size:18px;
	color: #CC0000;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【CONTENTS】追加設計 ___________ */
.check {
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 0 10px;
}
.check li {
	background: url(../img-layout/ico_check01.gif) no-repeat left 6px;
	padding: 4px 0 4px 22px;
}
.profile {
	padding: 10px 0 10px 0;
}
.profile-l {
	width:160px;
	float:left;
}
.profile-r {
	width: 375px;
	float:right;
	background-color: #FCFCFC;
	border: 1px solid #999999;
}
.sitemap ul{
	margin: 0 0 20px 20px;
}
.sitemap li{
	font-size: 12px;;
	line-height: 120%;
}
/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px 0 10px 0;
	padding: 0;
}
tr,th,td {
	padding: 8px;
}
th {
	color: #FFFFFF;
	background-color: #006699;
	font-weight: normal;
}
td {
	background-color: #EEFBFF;
	text-align: left;
}
/*___________ 【CONTENTS】フォーム設計 ___________ */
#CONTACT {
	margin: 10px 10px 10px 10px;
	padding: 0 0 20px 0;
	background-color: #F6F6F6;
}
#CONTACT dl {
	font-size: 12px;
}
#CONTACT dt {
	float: left;
	width: 140px;
	text-align: right;
	margin: 0;
	padding: 13px 6px 0 0;
}
#CONTACT dd {
	width: auto;
	margin: 0 0 2px 0;
	padding: 8px 0 8px 146px;
	background-color: #E3E3E3;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #006699;
}
#CONTACT textarea {
	font-size: 12px;
	width:300px;
	height:60px;
}
#CONFIRM {
	margin: 10px 10px 40px 10px;
	padding: 0 0 20px 0;
	background-color: #F6F6F6;
}
#CONFIRM dl {
	font-size: 12px;
}
#CONFIRM dt {
	float: left;
	width: 140px;
	text-align: right;
	margin: 0 0 2px 0;
	padding: 8px 6px 8px 0;
}
#CONFIRM dd {
	width: auto;
	margin: 0 0 2px 0;
	padding: 8px 0 8px 146px;
	background-color: #E3E3E3;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #006699;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #006699;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #003366;
	background-color: #D6EBFD;
	margin: 0;
	background-position: 4px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 0;
	background: url(../img-layout/bg_main.jpg) repeat-y;
}
#F-MENU p {
	font-size: 12px;
	margin: 0;
	padding: 10px 10px 10px 220px;
}
#FOOTER {
	padding: 10px;
	color: #FFFFFF;
	background-color: #CC0000;
	margin: 0;
	text-align: center;
	font-size: 14px;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt20-u-t {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt20-u-t-center {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}


.mt40 {
	margin-top: 40px;
}
.mt40-u-t {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt40-u-t-center {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.mt40-80-center {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 100px;
}



.mt80 {
	margin-top: 80px;
}
.mt80-u-t-centerCopy {
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}

.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
.nhk {
	height: 691px;
	width: 680px;
	background-image: url(../image/hmt017_013-s.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.pan-page-top {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

.dvd-box {
	height: 1680px;
	border: 1px solid #999999;
	background-color: #FFFFE8;
	width: 650px;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.voice-box1 {
	width: 600px;
	margin-right: 38px;
	margin-left: 38px;
	border: 4px double #990000;
	margin-top: 30px;
	margin-bottom: 30px;
}


.syou-midasi {
	background-image: url(../image/note-bg.gif);
	background-repeat: repeat;
	width: 630px;
	margin-right: 15px;
	margin-left: 15px;
}

.tokucyou-bg {
	background-position: center top;
	background-repeat: no-repeat;
	height: 600px;
}


.dvd-center {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}

.right {
	text-align: right;
}
.nhk-text {
	width: 490px;
	float: left;
	margin-bottom: 0px;
	margin-top: 120px;
}
.nhk-flo-l-pic {
	float: left;
	margin-right: 6px;
	margin-top: 120px;
	margin-left: 20px;
}


.dvd-flo-l {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}
.dvd-lesson-midasi {
	font-weight: bold;
	color: #FF0000;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #990000;
	line-height: 1em;
	margin: 0px;
	text-decoration: underline;
}
.dvd-flo-l-text {
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: 420px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}
.comment-40 {
	padding: 15px;
	width: 620px;
	margin-right: 45px;
	margin-left: 45px;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url(../images/note-bg.gif);
	border: 1px solid #999999;
}
.favicon-right {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}
.top-menu {
	font-size: 12px;
	background-color: #BB0F0F;
	letter-spacing: 0.2em;
	text-align: left;
	text-indent: 10px;
	line-height: 1.8em;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 760px;
}
#WRAP .top-menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#WRAP .top-menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.f18red {
	font-size: 18px;
	line-height:140%;
	font-weight: bold;
	color: #FF0000;
}
.yellow-bg {
	background-color: #FFFF33;
	font-weight: bold;
}
.21-blue {
	font-size: 21px;
	font-weight: bold;
	color: #0099FF;
}
.tokuten-box {
	height: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 650px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 60px;
}
.p-qa-midasi {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../image/bg23.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}
.qa-box {
	width: 640px;
	margin-right: 20px;
	margin-left: 20px;
}
.footer_menu {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.footer-copylight {
	font-size: 14px;
	text-decoration: none;
	background-image: url(../image/copy-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 2em;
	color: #FFFFFF;
	width: 760px;
	background-color: #000000;
	height: 35px;
	padding-top: 0px;
}
#WRAP .footer-copylight a {
	color: #FFFFFF;
	text-decoration: none;
}
#WRAP .footer-copylight a:hover {
	text-decoration: underline;
}
#WRAP #CONTENTS .mt80 .footer_menu a {
	text-decoration: underline;
}
#WRAP #CONTENTS .mt80 .footer_menu a:hover {
	text-decoration: none;
}
.tokucyou-box {
	width: 660px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #990000;
	margin-bottom: 40px;
	margin-top: 40px;
}
.syou-text-box {
	width: 620px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px solid #990000;
	background-color: #FFFFE6;
	padding: 0px;
}
.syou-text-box-mokuji {
	background-color: #FFFFFF;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 50px;
	color: #333333;
}
.syou-text-box-cyu {
	width: 620px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px solid #ED5902;
	background-color: #FFFFE6;
}
.syou-text-box-jyokyu {
	width: 620px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px solid #0C59D4;
	background-color: #FFFFE6;
}
.piano-ken {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
.box-text-normal {
	font-size: 16px;
	font-weight: normal;
	width: 550px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 30px;
}
.itibu-text-box {
	width: 580px;
	margin-right: 25px;
	margin-left: 25px;
}

.naiyou-itibu {
	width: 640px;
	margin-right: 18px;
	margin-left: 18px;
	border: 4px double #990000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}



/*___________ フォームテーブル ___________ */
th {
	font-size: 12px;
	background-color: #F2F2F2;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
table {
	font-size: 12px;
	color: #000000;
	background-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
td {
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;
}
tr, td, th {
	padding: 7px;
}
.form-tittle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3.sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blue-b {
	font-weight: bold;
	color: #0000FF;
}
.umino-syoukai {
	height: 160px;
	margin-top: 40px;
	margin-bottom: 10px;
	background-image: url(../image/u.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.dvd-center1 {
	border-bottom-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 140px;
	margin-left: 20px;
}
.dvd-center2 {
	border-bottom-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 160px;
	margin-left: 20px;
}
.dvd-center3 {
	border-bottom-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 180px;
	margin-left: 20px;
}
.itibu1 {
	height: 160px;
	background-image: url(../image/it1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.itibu2 {
	height: 160px;
	background-image: url(../image/it2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.itibu3 {
	height: 160px;
	background-image: url(../image/it3.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/*___________ メルマガフォーム ___________ */
#MAG2 {
	width:618px;
	border: 1px solid #999999;
	background-image: url(../image/bg_mag3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 29px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 50px;
}
#MAG2 form {
	margin: 10px;
	font-size: 12px;
}
.mag2-padd {
	margin-top: 120px;
	margin-left: 310px;
	margin-bottom: 10px;
}

.mt80-u40 {
	margin-top: 30px;
	margin-bottom: 60px;
}
.itibu9 {
	height: 160px;
	background-image: url(../image/it9.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.itibu8 {
	height: 160px;
	background-image: url(../image/it8.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.itibu5 {
	height: 160px;
	background-image: url(../image/it5.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.itibu6 {
	height: 160px;
	background-image: url(../image/it6.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.itibu7 {
	height: 180px;
	background-image: url(../image/it7.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.itibu10 {
	height: 160px;
	background-image: url(../image/it10.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.itibu11 {
	height: 160px;
	background-image: url(../image/it11.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.itibu4 {
	height: 160px;
	background-image: url(../image/it4.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.mt60-u20 {
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: center;
}
.img-bg1 {
	background-image: url(../image/img_bg1.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: right top;
}
.img-bg2 {
	background-image: url(../image/img_bg2.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: right top;
}
.profile-text {
	margin-left: 180px;
	margin-top: 20px;
}
.profile-box1 {
	width: 500px;
	margin-right: 90px;
	margin-left: 90px;
	border: 1px solid #666666;
}
.dvd-midasi-t {
	font-size:18px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-right: 0;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 5px;
}
.1dan-pic {
	background-image: url(../image/bb_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.2dan-box {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 2px solid #B8171D;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.lesson-text-box {
	height: 130px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 320px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFE1;
}
#LESSON2 h2 {
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B00B09;
	color: #000000;
	text-indent: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-left-width: 7px;
	border-left-color: #B00B09;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#LESSON2 h3 {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #B00B09;
	color: #CC0000;
	margin: 10px;
	text-indent: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.sp-bg {
	background-image: url(../image/sp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 10px;
	margin-top: 40px;
	padding-top: 20px;
}
.lesson-text-box2 {
	padding-top: 15px;
	padding-left: 10px;
	height: 130px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 325px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFE1;
}
.lesson-text-box3 {
	padding-top: 15px;
	padding-left: 10px;
	height: 130px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 325px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFE1;
}
.lesson-text-box4 {
	padding-top: 15px;
	padding-left: 10px;
	height: 130px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 325px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFE1;
}
#lesson3 h3 {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	border-left-width: 0px;
	border-left-style: none;
	font-size: 16px;
	color: #FF0000;
}
.bb-bg {
	background-image: url(../image/bb_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
}
.lesson2-box {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 2px solid #B10C08;
	width: 676px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.lesson3-box {
	margin-top: 60px;
	margin-bottom: 30px;
	border: 2px solid #B10C08;
	width: 676px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#LESSON3 h2 {
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B00B09;
	color: #000000;
	text-indent: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-left-width: 7px;
	border-left-color: #B00B09;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#LESSON3 h3 {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #B00B09;
	color: #CC0000;
	margin: 10px;
	text-indent: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.dz-bg {
	background-image: url(../image/dv_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 10px;
	margin-top: 40px;
	padding-top: 20px;
}
#MOVIE {
	background-color: #FFFFFF;
	background-image: url(../image/movie_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 140px;
}
.nhk {
	height: 650px;
	width: 680px;
	background-image: url(../image/hmt017_013-s.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.bg-yell2 {
	background-color: #FFFFFF;
	padding: 10px;
	border-top-color: 1;
	border-right-color: 1;
	border-bottom-color: 1;
	border-left-color: 1;
}
li {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	background-image: url(../image/check.gif);
	background-repeat: no-repeat;
	line-height: 160%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 25px;
}
.naiyou-itibu2 {
	width: 652px;
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 4px double #E60012;
}
#TEXT-GAKUFU {
	width: 640px;
	margin-right: 19px;
	margin-left: 19px;
	border: 1px solid #CCCCCC;
}
.dvd-box {
	height: 1680px;
	border: 1px solid #999999;
	background-color: #FFFFE8;
	width: 650px;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 40px;
	margin-bottom: 30px;
}
#TOKUTEN {
	background-color: #FFFFFF;
	background-image: url(../image/yubi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 80px;
	height: 1150px;
}
.tokuten-padd {
	padding-top: 180px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
}
.voice-box1 {
	width: 600px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	background-image: url(../image/090923/voice_bg_fotter.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.voice-padd {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
