/* ================================================================================= */
/* トップページ　CSS                                                                 */
/* ================================================================================= */
/* ヘッダー                                                                          */
/* --------------------------------------------------------------------------------- */
#header {
	width:860px;
	height:180px;
	float:left;
	background:url(../top/img/header_img.jpg) top left no-repeat;
}

#header #logo {
	float:left;
	margin:20px 0 0 22px;
}

#header #h_img {
	float:right;
	margin:106px 20px 0 0;
}

/* --------------------------------------------------------------------------------- */
/* ボディー（基本構成）                                                              */
/* --------------------------------------------------------------------------------- */
#main {
	background:url(../top/img/main_back.gif) top left;
	margin:0 0 30px 0;
	padding-top:15px;
}

/* ページタイトル */
h1 {
	margin-bottom:0;
}


/* --------------------------------------------------------------------------------- */
/* メニュー                                                                          */
/* --------------------------------------------------------------------------------- */
#menu #mn_top a {
	background:url(../img/menu.gif) no-repeat -220px 0;
}


/* --------------------------------------------------------------------------------- */
/* 各種設定                                                                          */
/* --------------------------------------------------------------------------------- */
/* 「新着情報」の下 */
.pad101 {
	padding-bottom:20px;
}

/* 「IBSからのお知らせ」タイトル部分 */
#ibsnews_tit {
	float:left;
	display:inline;
}

#ibsnews_tit h2 {
	width:70%;
	float:left;
	display:inline;
	font-size:100%;
}

#ibsnews_tit img {
	float:right;
	display:inline;
	margin:0 0 2px 0;
}


/* 「セミナー・講演会・大会情報」 */
.info_tit {
	clear:both;
	width:540px;
	padding:5px 10px 4px 10px;
	margin:20px 0 15px 0;
	background:#DFDFE0;
	font-size:110%;
	color:#333333;
}

.info_list {
	margin:0 10px 0 10px;
}

.info_list li {
	list-style:none;
	line-height:150%;
}

.info_list li img {
	margin-right:7px;
	margin-bottom:2px;
}
