@charset "shift_jis";
/*-------------------------------------------------------------
	基本設定
-------------------------------------------------------------*/
#basebody {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 10pt;
	color: #000000;
	line-height: 1.6;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

#basebody a{outline:none;}
#basebody a img{border:none;background:transparent;}/* 画像のリンクのボーダーを消す */

/*----------------------------------------------------------
	共通
----------------------------------------------------------*/

/*---------- fonts ----------*/
.red{ color: #f00;}
.blue{ color: #339;}
.bold{ font-weight: 600;}
.under{ text-decoration: underline;}

.f9{ font-size: 9pt;}
.f11{ font-size: 11pt;}
.f12{ font-size: 12pt;}
.f13{ font-size: 13pt;}
.f14{ font-size: 14pt;}
.f15{ font-size: 15pt;}

/*---------- margin-top ----------*/
.mt0{ margin-top: 0px;}
.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt25{ margin-top: 25px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}

/*---------- margin-bottom ----------*/
.mb0{ margin-bottom: 0px;}
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb25{ margin-bottom: 25px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}


#basebody p{
	margin-left: 20px;
}

#basebody h3{
	margin-left: 0;
	margin-right: 0;
}

#basebody strong{
	font-weight: 600;
}

#basebody .pic_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#basebody .clear{
	clear: both;
}
/*----------------------------------------------------------
	ul
----------------------------------------------------------*/
#basebody ul{
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}

.ul1 li{
	padding: 0 0 0 25px;
	margin: 10px 0;
	background: url(http://www.forestpub.co.jp/seminar/20100410/image/bg_list.jpg) no-repeat 0 0.2em;
	line-height: 1.6;
}

.ulCheck li{
	padding: 0 0 0 45px;
	margin: 20px 0;
	background: url(http://www.forestpub.co.jp/seminar/20100217/image/bg_listCheck.gif) no-repeat 0 0;
	line-height: 1.6;
	font-size: 12pt;
	font-weight: 600;
}
/*------------------------------------
   #program
------------------------------------*/
#program{
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 20px 0;
	border: 5px solid #f39;
	background: #ffc;
}

#program h5{
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0 13px 20px;
	background: url(http://www.forestpub.co.jp/seminar/20100410/image/bg_title_black.gif) repeat-x 0 bottom #333;
	color: #fff;
	line-height: 180%;
}

#program p{
	margin-left: 20px;
	margin-right: 20px;
}
/*------------------------------------
   #profile
------------------------------------*/
#profile{
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 20px 0;
	border: 5px solid #666;
	background: #cff;
}

#profile h4{
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0 13px 25px;
	background: url(http://www.forestpub.co.jp/seminar/20100410/image/bg_title_black.gif) repeat-x 0 bottom #333;
	color: #fff;
}

#profile h5{
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
	border-bottom: 2px solid #666;
	font-size: 12pt;
	font-weight: 600;
	color: #666;
}

#profile p{
	margin-left: 25px;
	margin-right: 25px;
}
/*------------------------------------
   .text_cream
------------------------------------*/
.text_cream{
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border: 5px solid #666;
	background: #ffc;
}

.text_cream p{
	margin-left: 25px;
	margin-right: 25px;
}
/*----------------------------------------------------------
	.app
----------------------------------------------------------*/
.app a{
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 680px;
	height: 100px;
	background: url(http://www.forestpub.co.jp/seminar/20100410/image/app.jpg) no-repeat 0 -100px;
}

.app a span{
	display: none;
}

.app a:hover{
	background-position: 0 0;
}


