@charset "utf-8";

#container{
	margin-left: -365px;
	padding-top:10px;
}

#content {
	margin: 0 0 0 360px;
}

	/* ie6 \*/
	* html #content {
		margin-left:360px;
		}


#information {
	width: 329px;
	float: left;
	margin:15px 0;
	padding-bottom:15px;
	font-size:80%;
}

#information p {
	margin:0;
	padding:0;
}

#information div.infomation-list {
    height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

#information div.infomation-list ul {
	margin:15px 0 0;
	padding:0;
}

#information div.infomation-list li {
	list-style:none;
	margin:0;
	padding:0 0 7px 32px;
}

#information div.infomation-list li.label-book {
	background: url(../images/icon/icon_book.gif) no-repeat 0 0;
}

#information div.infomation-list li.label-lecture {
	background: url(../images/icon/icon_lecture.gif) no-repeat 0 0;
}

#information div.infomation-list li.label-tv {
	background: url(../images/icon/icon_tv.gif) no-repeat 0 0;
}

#information div.infomation-list li.label-web {
    background: url(../images/icon/icon_web.gif) no-repeat 0 0;
    height: auto;
}

#information div.infomation-list li.label-other {
	background: url(../images/icon/icon_other.gif) no-repeat 0 0;
}
