@CHARSET "UTF-8";




/**
 * HTML基本要素
**/
body {
	min-width: 910px;
	position: relative;
}


/*
 * 大ブロックタグ共通設定
 */
.block {
	clear: both;
}


/*
 * 見出し共通
 */
/* 見出し内のリンク文字列を通常の見出しのフォントに合わせる */
#content h2 a {
	color: #333333;
	font-weight: bold;
}


/*
 * 上部ナビゲーション
 */
ul#top_navi li {
	float: right;
	font-size: 14px;
	margin-left: 55px;
}
	ul#top_navi li.left-end {
		margin-left: 0;
	}


/*
 * 上部告知
 */
ul#top_info {
	clear: both;
	padding-top: 1.5em;
}
	#top_info, #top_info a {
		font-weight: bold;
	}


/*
 * QRコード
 */
#qr_code {
	position: absolute;
	top: 5.5em;
	_top: 5em;	/* Anti-IE6 */
	right: 2.5em;
	z-index: 100;
}


/*
 * 強調HR
 */
hr.strong {
	background-image: url(../../../img/bar/wood_bar.jpg);
	background-repeat: repeat-y;
	height: 21px;
	border: none;
}


/*
 * 特徴DIV
 */
#features {
	margin-top: 36px;
}
#features table {
	margin-top: 4px;
	width: 100%;
	border: none;
}
#features table * {
	border: none;
}
#features td {
	padding: 2px;
	vertical-align: top;
}


/*
 * レポートDIV
 */
#reports {
	margin-top: 36px;
	margin-bottom: 30px;
}
#reports ul {
	margin-top: 12px;
	line-height: 230%;
}


/*
 * 英作文コースDIV
 */
#courses {
	clear: none;
	float: left;
	width: 28%;
	_width: 27%;	/* Anti-IE6 */
	min-width: 245px;
	margin-top: 21px;
	margin-left: 4px;
}
	#courses p.annotation {
		font-size: 90%;
	}

	#courses h2.exam {
		margin-top: 2em;
	}
	
	#courses ul.inducements {
		width: 90%;
		padding: 0.5em 0.5em 0;
		border: 3px double #333333;
		margin: 0 0 2.5em;
		list-style-position: outside;
		list-style-type: none;
	}
		#courses .inducements li {
			padding: 0 0 0.5em;
		}
			#courses .inducements li a {
				text-decoration: underline;
				background-color: transparent;
			}
				#courses .inducements li a.alert {
					font-weight: bolder;
				}

	#courses ul li.series {
		padding-top: 1em;
	}
	#courses ul h3 {
		font-weight: bold;
	}
	#courses ul h3, #courses .series li, #courses .series dl {
		font-size: 90%;
	}
	#courses .series dd {
		text-indent: 1em;
	}


/*
 * 画像DIV
 */
#images {
	clear: none;
	float: left;
	width: 15%;
	_width: 14%;	/* Anti-IE6 */
	min-width: 120px;
	margin-top: 30px;
	text-align: center;
}
#images img {
	margin-bottom: 82px;
}


/*
 * お知らせDIV
 */
div#infos {
	clear: none;
	float: left;
	width: 55%;
	margin-top: 29px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 850px;
	_height: 850px;	/* Anti-IE6 */
	_overflow: scroll;
	border: 2px inset #999999;
	padding: 0.2em;
}
#infos h2 {
	width: 100%;
	text-align: center;
}
#infos h3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

#infos p {
	margin-bottom: 1em;
	font-size: 90%;
}
#infos p.long-text, #infos dl {
	font-size: 90%;
}
#infos dl {
	margin-top: 1em;
	margin-bottom: 1em;
}
#infos dt {
	font-weight: bold;
}
#infos dd ol {
	list-style-position: inside;
}


/*
 * 著作権表記
 */
address {
	font-size: 90%;
	clear: both;
	padding-top: 7em;
}
