@charset "utf-8";

/* #############################################################

[ 基本パーツ + 汎用パーツ ]

※追記・改変の際はウェブマスタに問い合わせること

############################################################# */

@import "/special/css/courselist.css";

/*-- otherthrough --*/
#otherthrough{
	padding-bottom:1px;
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
	background:#eee;
}
#otherthrough h2{
	margin:0;
	padding:5px 10px;
	background:#4A3B1E;
	color:#fff;
	font-size:14px;
}
#otherthrough div{
	width:350px;
	padding:10px;
	float:left;
	overflow:hidden;
	zoom:1;
}
#otherthrough div img{
	margin-right:10px;
	float:left;
}
#otherthrough div a{
	font-weight:bold;
}

.linkarea{
	width:770px;
	padding: 0 0 5px 0;
	background:#9191fd;
	overflow:hidden;
}
.linkarea li{
	margin:5px 0 0 5px;
	float:left;
}

.right{
	width:130px;
	margin:0 0 10px 10px;
	float:right;
}
.right img{
	margin-bottom:5px;
}