@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #141414;
	background-color: #FFFFFF;
	background-image: url(../../images/bg01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#WRAP {
	width:780px;
	color:  #141414;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 160%;
	padding: 5px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
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;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #FFFFFF;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000000;
	/*background-image: url(../../images/top_bg.jpg);*/
	background-position: top;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#TOP {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../../images/top_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 300px;
	padding-right: 10px;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#MENU-HOME {
	width: 780px;
	float:left;
	margin-top: 0px;
	background-image: url(../images/bg_p.jpg);
	background-repeat: repeat;
}
#MENU {
	width: 760px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:780px;
	float:left;
}
.dvd-bg {
	background-image: url(../images/dvd-bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.dvd-bg-padd {
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	margin: 0px;
}
.dvd-lesson {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l01.gif);
}
.dvd-lesson2 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l02.gif);
}
.dvd-lesson3 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l03.gif);
}
.dvd-lesson4 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l04.gif);
}
.dvd-lesson5 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l05.gif);
}
.dvd-lesson6 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l06.gif);
}
.dvd-lesson7 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l07.gif);
}
.dvd-lesson8 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l08.gif);
}
.dvd-lesson9 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l09.gif);
}
.dvd-lesson10 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	background-image: url(../images/l10.gif);
}

.dvd-lesson-padd {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 225px;
	margin: 0px;
	padding-right: 10px;
}

#DVD  h3 {
	color: #CC0000;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}

#MAIN-PAD {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	padding: 0px;
	width: 700px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.pan {
	font-size:11px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}
#CONTENTS h2 {
	color: #000000;
	background-image: url(../../images/h2.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:16px;
	color: #CC0000;
	text-align: center;
	margin: 0;
	background-image: url(../images/side_h2.jpg);
	background-repeat: no-repeat;
	line-height: 50px;
}
.side {
	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: 13px;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #CCCCFF;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin-top: 40;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	color: #FFFFFF;
	background-image: url(../../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#FOOTER a {
	color: #000000;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #666666;
	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%;
}
.f21 {
	font-size: 21px;
}

.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;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.mt120 {
	margin-top: 120px;
}

.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;
}
.voice-bg1 {
	background-image: url(../images/voice_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.voice-text-color {
	color: #CC0000;
	font-weight: bold;
}
.voice-padd {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-left: 50px;
}
.profile-bg {
	background-image: url(../images/plofilebg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.profile-padd {
	padding-top: 60px;
	padding-bottom: 120px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding-right: 160px;
	background-image: none;
}
.text-div {
	margin-right: 45px;
	margin-left: 45px;
	margin-bottom: 0px;
	padding: 0px;
}
#QA {

}
.qa-padd {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}
.qa-padd2 {
	padding: 20px;
}

.qa-box-bg1 {
	margin-top: 20px;

}
/*___________ 【CONTENTS】表設計 ___________ */
.main-table table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
.main-table tr,.main-table th,.main-table td {
	padding: 8px;
}
.main-table th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
.main-table td {
	background-color: #FFFFFF;
	text-align: left;
}
/*___________ メルマガフォーム ___________ */
#MAG2 {
	border: 1px solid #999999;
	padding-top: 90px;
	background-image: url(../images/mag2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 40px;
	margin-right: 19px;
	margin-bottom: 40px;
	margin-left: 19px;
}
#MAG2 form {
	margin: 10px;
	font-size: 12px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #990000;
	background-color: #F2F2F2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-top: 20px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 5px;
}
#MAG2-2 {
	border: 1px solid #999999;
	padding-top: 80px;
	background-image: url(../images/side_mag_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-bottom: 20px;
}
#MAG2-2 form {
	margin: 10px;
	font-size: 12px;
}
.sitemap {
	padding-left: 20px;
}
.sitemap ul {
}
.sitemap li {
	font-size: 12px;
	line-height: 120%;
}
.qa-mt {
	padding-left: 20px;
}
