@charset "utf-8";
/* CSS Document */


html, body, #wMainPL {
    height: 100%;
}


#wMainPL {
	width: 800px;
	margin: 0 auto;
}

#wLogoPL {
	display: inline;
	float: left;
	width: 400px;
	margin: 70px 0 0 0;

}

#wLogoPL h1#logoPL, #wLogoPL p#logoPL {
	line-height: 1.2;
	font-size: 2.8em;
	font-weight: bold;
}

#wLogoPL p {
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	font-size: 1.2em;
}

#wLogoPL p.subTitle {
	line-height: 1.2;
	font-size: 1.4em;
}


* html h1#logoPL, * html p#logoPL {
	font-size: 3.2em;
}

#logoPL a:link, #logoPL a:visited {
	text-decoration: none;
	color: #3d3333;
}


#logoPL a:active, #logoPL a:hover {
	text-decoration: underline;
	color: #3d3333;
}


#wTitlePL {
	display: inline;
	float: left;
	width: 350px;
	min-height: 70px;
	margin: 0 0 10px 0;
}

#wTitlePL p.tNum {
	line-height: 1.1;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#wTitlePL h1 {
	line-height: 1.0;
	margin: 5px 0;
	padding: 0;
}

#wTitlePL p.tSub {
	line-height: 1.1;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}










#wFooterPL {
	clear: both;
	min-height: 9em;
}

* html #wFooterPL {
	height: 9em;
}

p.btnPageTop {
	display: inline;
	float: right;
	height: 25px;
	margin-top: 20px;
}

#wContentsPL p.btnIndex {
	height: 1.5em;
	margin: 25px 0 0 0;
	font-size: 1.4em;
}

p.btnIndex a {
	padding: 3px 6px 3px 10px;
	background: url(/photo/lesson/shared/images/ico_arrow4.gif) no-repeat center left;
}

p.btnIndex a:hover {
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(/photo/lesson/shared/images/ico_arrow4r.gif) no-repeat center left #403E3E;
}







#wSBM {
	clear: both;
	margin: 10px 0;
	padding: 5px;
	/*
	min-height: 1.0em;
	border: 1px dotted #ccc;
	background-color: #f6f6f6;
	*/
}

#wSBM p {
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: 2px 0;
}

#wSBM p img {
	vertical-align: middle;
	margin-right: 5px;
}

#wSBM p a {
	color: #3D3333;
}

#wSBM p a:link, #wSBM p a:visited {
	text-decoration: none;
}

#wSBM p a:hover {
	text-decoration: underline;
}

#wContentsPL #SBM-N {
	clear: both;
	height: 20px;
	margin: 20px 0 10px;
}

#wContentsPL #SBM-N p {
	display: inline;
	float: left;
	width: 18px;
	margin: 0 0 0 2px;
	padding: 0;
}

#wContentsPL #SBM-N p a {
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: url(/photo/lesson/shared/images/ico_sbmW.png) no-repeat left center;
}














#footerMenuPL {
	display: inline;
	float: left;
	margin-top: 20px;
}

#footerMenuPL ul {
	list-style: none;
	clear: both;
	display: inline;
	float: left;
	width: 800px;
	height: 1.5em;
	margin: 10px 0;
	font-size: 1.2em;
}

#footerMenuPL ul li {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
}

#footerMenuPL ul li a {
	padding-left: 12px;
	background: url(/photo/lesson/shared/images/ico_arrow.gif) no-repeat center left;
}





#wFooterPLLogo  {
	float: right;
	width: 623px;
	height: 68px;
	margin-top: 30px;
	background-color: #fff;
}

#wFooterPLLogo p  {
	display: inline;
	float: left;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

#wFooterPLLogo p img  {
	margin: 25px 0 0 0;
	padding: 0 1px 0 0;
	border-right: 1px solid #a9a9a9;
}

#wFooterPLLogo p img#slogan  {
	padding: 0 2px 0 0;
	border-right: 2px solid #d4d4d4;
}

#wFooterPLLogo ul  {
	clear: none;
	display: inline;
	float: left;
	margin: 9px 0 9px 11px;
	padding: 0;
}

#wFooterPLLogo ul li  {
	display: inline;
	float: left;
	letter-spacing: 0;
	margin: 0 4px 0 0;
	padding: 0;
}
#wFooterPLLogo ul li#marioF {
	margin-right: 0;
}




#pageCtrlPLR {
	position: fixed;
	bottom: 110px;
	right: 0;
	z-index: 999;
	width: 35px;
	height: 120px;
}
* html #pageCtrlPLR {
	position: absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	margin-left: expression(0 - parseInt(this.offsetWidth / 2) + (document.documentElement && document.documentElement.scrollLeft || document.body.scrollLeft) + 'px');
}


#pageCtrlPLL {
	position: fixed;
	bottom: 110px;
	left: 0;
	z-index: 999;
	width: 35px;
	height: 120px;
}
* html #pageCtrlPLL {
	position: absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	margin-right: expression(0 - parseInt(this.offsetWidth / 2) + (document.documentElement && document.documentElement.scrollRight || document.body.scrollTight) + 'px');
}




.subTitle {
	line-height: 1.0;
	font-weight: normal;
	font-size: 0.5em;
}





h1, h2 {
	color: #3d3333;	
}





a:link {
	text-decoration: underline;
	/*color: #474141;*/
	color: #663939;
}

a:visited {
	text-decoration: underline;
	color: #6d3232;
}

a:hover, a:active {
	text-decoration: none;
	color: #cc0000;
}




a.icoArrow {
	padding-left: 12px;
	background: url(/photo/lesson/shared/images/ico_arrow.gif) no-repeat center left;
}



/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html .clearfix {
	display: inline-block;
}

/* for IE7 */
*+html .clearfix {
	display: inline-block;
}



#wNorthMenu:after, #wBody:after, p.ctrlPageTop:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html #wNorthMenu, * html #wBody, * html p.ctrlPageTop {
	display: inline-block;
}

/* for IE7 */
*+html #wNorthMenu, *+html #wBody, *+html p.ctrlPageTop {
	display: inline-block;
}