@charset "utf-8";

/* CSS Information =====================
	File name: contents.css;
	Description: Layout of kyoshitsu category;
	Editors: Go Shimura(INO);
	Last Editor: Go Shimura(INO);
	Date: 2009.07.08;
======================================*/

/* =BODY#PHOTO
----------------------------------*/

/* --primary-contents-- */ 
div#primary-contents {
	width: 610px;
}

div#primary-contents div.section_lv2 p.note {
	margin-top: 0;
}

div#photo_area_wrapper {
	background: url(../img/bg_photo_area_middle.gif) repeat-y left top;
	margin-top: 30px;
}

div#photo_area {
	background: url(../img/bg_photo_area_top.gif) no-repeat left top;
}

div#photo_area_inner {
	background: url(../img/bg_photo_area_bottom.gif) no-repeat left bottom;
	zoom: 1;
}

div#photo_area ul {
	clear: both;
	zoom: 1;
}

div#photo_area ul li {
	width: 105px;
	float: left;
	padding: 15px 23px 15px 23px;
	text-align: center;
	line-height: 1.2;
	border-top: #b6b2b0 dotted 1px;
	border-right: #b6b2b0 dotted 1px;
	display: block;
	zoom: 1;
}

div#photo_area ul li.photo_areaT {
	border-top: none;
	zoom: 1;
}

div#photo_area ul li.photo_areaR {
	border-right: none;
	zoom: 1;
}

div#photo_area ul li a {
	text-align: left;
	display: block;
	zoom: 1;
}

div#photo_area ul li a:hover {
	text-align: left;
	text-decoration: none;
	background: url(../../shared/img/line_link.gif) repeat-x left bottom;
}

div#photo_area ul li img {
	border: #b6b2b0 1px solid;
	margin-bottom: 8px;
}

/* --secondary-contents-- */
