@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */

/* main
============================================================================================================ */
#mainArea {
	width: 950px;
	height: 308px;
	margin: 0 auto;
	padding-bottom: 21px;
	background: url(../../images/main_bg.gif) no-repeat;
}
h2 {
}



/* schoolArea
============================================================================================================ */
#schoolArea {
	margin: 15px 0 20px;
	zoom: 1;
}
#schoolArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#schoolArea div {
	float: left;
	width: 228px;
	margin-right: 8px;
}
#schoolArea div.right {
	margin-right: 0;
}
#schoolArea h3 {
	border-bottom: 1px dotted #dfdfdf;
}
#schoolArea ul {
	padding: 6px 0 6px 6px;
	min-height: 3.2em;
	border-bottom: 1px dotted #cccccc;
}
* html #schoolArea ul {
	height: 3.2em;
}
#schoolArea li {
	padding-left: 10px;
	background: url(../images/icon_arrow.gif) no-repeat left;
}
#schoolArea p {
	padding: 5px 6px 18px;
}
#schoolArea p a {
	padding-left: 18px;
	background: url(../images/link_blank.gif) no-repeat left;
}
#schoolArea p a.digest {
	padding-left: 12px;
	background: url(../images/link_arrow.gif) no-repeat left;
	color: #E50012;
}




/* infoArea
============================================================================================================ */
#infoArea {
	float: left;
	width: 467px;
	padding-top: 8px;
}
#infoArea h3 {
	margin-bottom: 5px;
}
#infoArea dl {
	margin-right: 5px;
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
	zoom: 1;
}
#infoArea dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#infoArea dt {
	float: left;
	width: 60px;
	text-align: center;
	font-size: 84%;
	color: #527DD9;
	line-height: 1;
}
#infoArea dt strong {
	display: block;
	/* font-size: x-large; */
	font-size: 24px;
}
#infoArea dd {
	padding: 8px 0 0 70px;
	font-size: 109%;
}
#infoArea dd a {
	color: #666666;
}





/* rightArea
============================================================================================================ */
#rightArea {
	float: right;
	width: 228px;
	line-height: 1.4;
}
#rightArea div {
	margin-bottom: 5px;
	background-image: url(../../images/box_bg.gif);
}
#rightArea h3 {
	padding: 14px 16px 0;
	background: url(../../images/box_top.gif) no-repeat;
}
#rightArea p {
	padding: 4px 25px 5px;
}
#rightArea ul {
	padding-bottom: 10px;
	background: url(../../images/box_bottom.gif) no-repeat bottom;
	text-align: center;
}
#rightArea ul li {
	padding-bottom: 2px;
}

