@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      common.css
 Update:         2009.12.15
 Style Info:     セミナー情報ディレクトリ共通CSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　共通設定
----------------------------------------------------------- */
#library-container-bottom {
 width: 884px;
 padding: 0 0 40px 16px;
 background: url(../../../img/bg_med_cont_bottom900.gif) no-repeat scroll left bottom;
}
#library-left {
 float: left;
 width: 648px;
}
#library-right {
 float: right;
 width: 216px;
 margin-top: 20px;
}
.library-top {
 clear: both;
 width: 868px;
 padding: 15px 16px 0 0;
 text-align: right;
}
.library-top img {
 padding-right: 3px;
 vertical-align: middle;
}

/* ---------------------------
　　関連コンテンツ情報設定　　
--------------------------- */
.related-cont {
 margin: 5px 5px 0 7px;
 font-weight: bold;
 font-size: 85%;
}
.related-cont-link li {
 margin-top: 5px;
 padding: 5px 5px 5px 25px;
 border-bottom: 1px dashed #CCC;
 background: url(../../../img/arrow_pagelink_white.gif) no-repeat 7px 7px;
 font-size: 80%;
}



