﻿@charset "utf-8";
@import url("style.css");
@import url("shizugaku_junior.css");
@import url("tab.css");

#contents_box p {
	margin-top:10px;
}

#contents_box #intro {
	margin-top:20px;
	background:url(../img/junior/img1.jpg) no-repeat right top;
	padding-right:282px;
/*	min-height:173px;
	height:auto !important;
	height:173px;*/
}

#contents_box #outline {
	background:url(../img/junior/img2.jpg) no-repeat right bottom;
	padding-right:194px;
}
#contents_box #outline dl {
	margin-top:20px;
	width:449px;
	overflow:hidden;
}
#contents_box #outline dl dt {
	float:left;
	border:#009966 1px solid;
	background-color:#009966;
	color:#FFFF00;
	width:150px;
	text-align:center;
}
#contents_box #outline dl dd {
	float:left;
	color:#009966;
}
#contents_box #outline dl .title {
	border:#009966 1px solid;
	width:294px;
	text-align:center;
	letter-spacing:10px;
}
#contents_box #outline dl .text {
	padding:5px 0;
	width:100%;
}

#contents_box table th {
	font-weight:normal;
	border:1px solid #009966;
}
#contents_box #detail {
	clear:left;
	margin-top:20px;
	border-collapse:collapse;
	width:100%;
	overflow:hidden;
}
#contents_box #detail .school {
	background-color:#009966;
	color:#FFFF00;
	width:17px;
	padding:0 3px;
}
#contents_box #detail td {
	border:1px solid #009966;
}
#contents_box #detail .senior {
	white-space:nowrap;
	padding:0 7px;
}
#contents_box #detail .junior {
	color:#009966;
	white-space:nowrap;
	padding:0 7px;
}
#contents_box #detail .term {
	color:#009966;
	white-space:nowrap;
	padding:0 7px;
}
#contents_box #detail .desc {
	padding:5px 0 5px 5px;
}
#contents_box #detail .description th {
	background-color:#009966;
	color:#FFFFFF;
	white-space:nowrap;
	padding:0 5px;
	border:none;
}
#contents_box #detail .description td {
	line-height:1.2;
	padding:2px 0 2px 2px;
	border:none;
}

#contents_box #ikkan p {
	color:#009966;
	background:url(../img/junior/ikkan.gif) no-repeat;
	padding-top:190px;
	padding-left:292px;
	min-height:115px;
	height:auto !important;
	height:115px;
}

#contents_box .base {
	overflow:hidden;
	padding-top:20px;
}
#contents_box .base dl {
	width:310px;
}
#contents_box .base dl dd {
	width:100%;
}
#contents_box .base dl dt {
	width:100%;
	color:#009966;
	border-bottom:#009966 1px solid;
}

