@charset "utf-8";
/* LAYOUT CSS Document */


div#wHeaderPL {
	height: 250px;

}




div#wMkuji, div#wMkuji ul, div#wMkuji img {
	display: inline;
	float: right;
}


div#wMkuji ul {
	list-style: none;
	height: 300px;
}


div#wMkuji ul li {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

div#wMkuji ul img {
	float: none;
}





div#wContentsPL {
	clear: both;
	width: 800px;
	margin: 0 auto;
}

div.wCategory {
	clear: both;
	min-height: 200px;
	padding: 25px 0;
}



div.section {
	clear: both;
	width: 800px;
	min-height: 100px;
	margin-bottom: 30px;
}

* html div.section {
	height: 100px;
}

div#wContentsPL div.photo {
	display: inline;
	float: left;
	width: 200px;
	min-height: 100px;
}

* html div#wContentsPL div.photo {
	height: 100px;
}

div.photo img {
	display: block;
	margin: 0 auto;

}

div.wCategory h2 {
	line-height: 1.2;
	display: inline;
	float: right;
	width: 570px;	
	font-size: 2.6em;
	margin-bottom: 5px;
}

div.wCategory p {
	line-height: 1.2;
	display: inline;
	float: right;
	width: 570px;	
	margin-bottom: 5px;
	font-size: 1.6em;
}

div.wCategory p.subTitle {
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 1.4em;
}

div.wCategory p.continue {
	margin: 0;
}

div.wCategory p.column {
	font-size: 1.2em;
	margin-top: -4px;
	margin-bottom: 5px;
	color: #666;
}


p.continue a {
	padding-left: 12px;
	background: url(/photo/lesson/shared/images/ico_arrow2.gif) no-repeat left center;
}











table.data, table.dataTL{
	margin: 1em 0 2.5em 1em;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-spacing: 0;
}

table, th, td, table.data, table.dataTL{
	border-collapse: collapse;
}

table a, table.data a{
	font-weight: normal !important;
}

caption{
	text-align: center;
}

tr, table.data tr{
	border: none;
}
table.data th, table.dataTL th{
	/*background: url(/common/images/bg_lgray.gif);*/
}
table.data th, table.data td, table.dataTL td, table.dataTL th{
	padding: 0.5em 4px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
table.data th, table.data td{
	text-align: center;
}
table.dataTL th, table.dataTL td{
	text-align: left;
}











div.section:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html div.section {
	display: inline-block;
}

/* for IE7 */
*+html div.section {
	display: inline-block;
}