@charset "UTF-8";
/* CSS Document */

#categoryMenu .menu dt a {
	background-image: url(img/navi_top.gif);
}

/*indexページ 
--------------------------*/
#contents h2 {
	background-image: url(img/title.jpg);
	width: 740px;
}


#SpotBlock h4 {
	background-image: url(img/system.gif);
	height: 25px;
	width: 740px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#SpotBlock h5 {
	background-image: url(img/jct.gif);
	height: 25px;
	width: 160px;
	text-indent: -9999px;
	margin-bottom: 10px;
}


#CourseBlock h4 {
	background-image: url(img/course.gif);
	height: 25px;
	width: 740px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#CourseBlock h5 {
	background-image: url(img/jct.gif);
	height: 25px;
	width: 175px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#process {
	width: 370px;
}
#process h5 {
	background-image: url(img/process.gif);
	height: 25px;
	width: 65px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#other {
	width: 370px;
}
#other h5 {
	background-image: url(img/other.gif);
	height: 25px;
	width: 65px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#class {
	width: 370px;
}
#class h5 {
	background-image: url(img/class.gif);
	height: 25px;
	width: 65px;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-left: 8px;
}

.LeftSpace {
	float: left;
	width: 350px;
	margin-bottom: 10px;
	padding: 5px;
	border-color: #FFCC66;
	border: 1px;
	border-style: solid;
}

.RightSpace {
	float: right;
	width: 350px;
	margin-bottom: 10px;
	padding: 5px;
	border-color: #FFCC66;
	border: 1px;
	border-style: solid;
}

.Left {
	float: left;
	width: 370px;
}

.Right {
	float: right;
	width: 370px;
}

.Read {
	float: left;
	width: 400px;
	padding: 5px;
}

.Read02 {
	float: right;
	width: 320px;
	padding: 5px;
}

dt {
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	line-height: 100%;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px; 
}

dt em {
	text-indent: -9999px;
	visibility: hidden;
	display:none
}



/*東洋言語学院ボタン*/
a.site {
	display:block;
	height:70px;
	width:250px;
	background-image: url(img/tls_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	margin-top:1em;
	padding: 0 20px 0 20px;
}
a.site:link, a.site:visited {
	background-position: top;
}
a.site:hover {
	background-position: bottom;
}

