@charset "UTF-8";

/* structure layout
============================================================================================================================== */

#body {
	padding-top: 25px;
	padding-bottom: 25px;
}

#body #article{
	width: 465px;
	float: left;
}
#body .nav{
	width: 465px;
	float: right;
}
#body .nav .column {
	display: inline;
	width: 220px;
	float: left;
	margin-left:10px;
}


/* left
============================================================================================================================== */

#body #article {
	background: none;
}
#body #article h1 {
	margin: 0;
	padding: 0;
	text-align: center;
}
#body #article p {
	margin-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.4;
}

/*===================================================================
	Slide show panel
===================================================================*/
.slideshow {
	width: 463px;
	height: 282px;
	padding: 10px 0px;
	border: 1px solid #aaa;
	background-color: #eee;
	margin-top: 8px;
}
.slides {
	width: 100%;
	height: 282px;
	overflow: hidden;
}
.slidepanel div.column {
	float: left;
	width: 374px;
	height: 280px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 0px 5px 0px 5px;
}
.slidepanel div.column img {
	border: 7px solid #fff;
}



#body #article .lead {
	clear: both;
	padding-top: 10px;
	margin-bottom: 15px;
	background: url(../images/body/article/h1.gif) 0 0 no-repeat;
}
#body #article h2 {
    background-color: #FFFFFF;
    margin-bottom: 5px;
    padding: 0;
}
#body #article ul.kotira {
	text-align: center;
}
#body #article ul.kotira li {
	display: inline;
}
#body #gopagetop {
	display: none;
}

/* right
============================================================================================================================== */

#body .nav .results {
}
#body .nav div {
	margin-bottom: 0;
}
#body .nav a {
	color: #245BAC;
	text-decoration: underline;
	line-height: 1.4;
}
#body .nav .results h3 {
	 border-color: #7C28BC;
}
#body .nav .info h3 {
	 border-color: #d9743f;
}
*#body .nav .info h3 img {
	float: left;
}
#body .nav .teachers h3 {
	 border-color: #5f9617;
}
#body .nav .go_index {
	float: right;
}

#body .nav .results h4 {
	background: #e9e9e9;
	color: #7C28BC;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}
#body .nav .results h4 span {
	float: left;
	line-height: 20px;
}
#body .nav .results h4 span .go_index {
}



#body .nav ul {
	margin-bottom: 20px;
}
#body .nav ul li {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 8px;
	background: url(../images/border-dotted_gray.gif) 0 bottom repeat-x;
}
#body .nav p ,
#body .nav ul li a {
	font-size: 1.4em;
}
#body .nav ul li {
}
#body .nav ul li img {
	vertical-align: top;
}
#body .nav ul li .thumbs {
	float: left;
	width: 60px;
	margin-right: 5px;
	display: inline;
	
	height: 46px;
	overflow: hidden;
}
#body .nav ul li em {
	display: block;
	font-size: 1.2em;
	font-style: normal;
}
#body .nav p.more {
	margin: 10px 0;
}
