@charset "shift_jis";
@import "/jpn/common/css/common.css";
/*=================================================================
                    セミナー各コンテンツ基本設定

=================================================================*/
/* - H3 各項目見出し - */
H3{
	margin-bottom:2px;
	font-size:18px;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color:#002E73;
}
/* - section 各項目 - */
DIV.section{
	margin-bottom:4em;
	margin-left:0;
	padding:20px 0;
}
/*========================================
■entry 各項目中身
========================================*/
/* - ﾀｲﾄﾙ - */
DIV.entryTitle{
	width:580px;
	margin:0 auto;
}
DIV.entryTitle IMG{ vertical-align:bottom; }
/* - 本文ｺﾝﾃﾅ - */
DIV.entryBody{
	width:580px;
	margin:0 auto;
	background:url(../image/entry_bg.gif) repeat-y;
}
/* - 本文 - */
DIV.entry{
	width:540px;
	margin:0 auto;
	border:none;/* 消去 */
}
/* - ﾌｯﾀ - */
DIV.entryFtr{
	width:580px;
	height:4px;
	margin:0 auto;
	font-size:0;
	background:#808080;
}
/*========================================
■entry 内詳細
========================================*/
/* 小項目 */
DIV.entryInd{
	margin-bottom:30px;
	margin-left:15px;
}
/* 定義ﾘｽﾄ */
DIV.entryInd DL{

}
DIV.entryInd DT{
	margin-bottom:5px;
	color:#EB6100;
	font-weight:bold;
	font-size:15px;
}
DIV.entryInd DD{
	margin-bottom:20px;
	margin-left:15px;
}