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

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

#basebody a:visited {
	text-decoration: none;
	color: #ff0099;
}

#basebody a:hover {
	text-decoration: underline;
	color: #ffff00;
}
#basebody a:active {
	text-decoration: none;
	color: #ff0099;
}

/*----------------------------------------------------------
	共通
----------------------------------------------------------*/
/*---------- fonts ----------*/
.red{ color: #f00;}
.blue{ color: #0f228b;}

.bold600{ font-weight: 600;}
.under{ text-decoration: underline;}

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

.lh200{ line-height: 200%;}


.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}



/*---------- fonts ----------*/
#basebody p.mainText{
	margin-left: 50px;
}
#basebody h3{
	margin: 10px 0;
	padding: 0;
}

#basebody #message{
	width: 600px;
	margin: 0;
	background: url(http://www.forestpub.co.jp/seminar/20110514/image/bg_line.jpg) repeat-y 0 0;
	line-height: 25px;
}

#basebody #message p{
	padding: 48px 50px 25px;
	line-height: 25px;
	font-size: 1em;
}


#basebody h4{
	margin: 0;
	padding: 0;
}


#basebody #detail{
	width: 600px;
	margin: 0;
	padding: 0;
	background: url(http://www.forestpub.co.jp/seminar/20110514/image/bg_detail.jpg) no-repeat left bottom #000;
}

#basebody #detail dl{
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
	color: #fff;
}

#basebody #detail dt{
	margin: 0;
	padding: 0 0 3px 20px;
}


#basebody #detail dd{
	margin: 0;
	padding: 0 0 15px 25px;
	font-size: 10pt;
}


#basebody #detail dd span.small{ font-size: 9pt;}


#basebody strong{
	font-weight: 600;
}

.picRight{
	float: right;
	margin: 0;
}



#basebody #box_profile{
	width: 600px;
	margin: 30px 0 0;
	padding: 0;
	border: 3px solid #996;
}

#basebody #box_profile h4{
	margin: 0;
	padding: 20px 50px 10px;
	font-size: 13pt;
	font-weight: 600;
}

#basebody #box_profile p{
	margin: 0 50px 20px;
}




/*----------------------------------------------------------
	.app
----------------------------------------------------------*/
.app a{
	display: block;
	margin: 25px 0 0 0;
	width: 600px;
	height: 80px;
	background: url(http://www.forestpub.co.jp/seminar/20110514/image/app.jpg) no-repeat 0 -80px;
}

.app a span{
	display: none;
}

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


