@charset "utf-8";
@import "base.css";

/*		MainArea
----------------------------------------------------*/

/*-------  Main h2 Style ------- */
div#main h2#h2-01 {
	background-image: url(../images/whatsnew/h2_01.gif);
}
div#main h2#h2-02 {
	background-image: url(../images/whatsnew/h2_02.gif);
}
div#main h2#h2-03 {
	background-image: url(../images/whatsnew/h2_03.gif);
}
div#main h2#h2-04 {
	background-image: url(../images/whatsnew/h2_04.gif);
}
div#main h2#h2-05 {
	background-image: url(../images/whatsnew/h2_05.gif);
}

/*-------  Info Item ------- */
dl.info-item {
	margin-left: 35px;
	padding: 7px 0;
	border-bottom: 1px solid #E9E9E9;
	width: 677px;
	overflow: hidden;
}
	dl.info-item dt {
		width: 120px;
		float: left;
	}
	dl.info-item dd {
		padding-left: 7px;
		width: 550px;
		float: left;
	}
	dl.info-item dd a.i-new {
		padding-right: 40px;
		background: url(../images/common/icon_new.gif) right center no-repeat;
	}
	
/*-------  Pager ------- */
ul.pager {
	margin: 20px 0 0 35px;
	padding: 5px 0;
	width: 677px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
	ul.pager li {
		margin: 0 5px;
		padding: 4px 6px;
		display: inline;
	}
	ul.pager li.current {
		font-weight: bold;
		color: #000;
		border: 1px solid #000;
	}
	ul.pager li.li-back {
		margin: 0;
		padding: 0 0 0 13px;
		position: absolute;
		left: 0;
		background: url(../images/common/li_arrow05.gif) center left no-repeat;
	}
	ul.pager li.li-next {
		margin: 0;
		padding: 0 13px 0 0;
		position: absolute;
		right: 0;
		background: url(../images/common/li_arrow01.gif) center right no-repeat;
	}
	
/*-------  Info ------- */
dl.info {
	margin: 0 0 20px 35px;
	width: 677px;
}
	dl.info dt {
		padding-left: 10px;
		background: url("../images/common/bg_h3.gif") top left no-repeat;
		height: 34px;
		line-height: 34px;
		width: 667px;
		font-weight: bold;
		color: #009FD3;
		font-size: 120%;
	}
	dl.info dd {
		padding: 4px 10px;
		border: solid #EFEFEF;
		border-width: 0 1px 1px;
		width: 655px;
		font-size: 80%;
		text-align: right;
	}
	
/*-------  Bottom Prev ------- */
ul.page-prev {
	margin: 40px 0 0 35px;
}
	ul.page-prev li a {
		padding-left: 13px;
		background: url(../images/common/li_arrow01.gif) center left no-repeat;
	}
	
/*-------  Seminar Block ------- */
ul.seminar-btn li {
	margin: 0 35px 0 auto;
	width: 200px;
}
ul.seminar-btn li a {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 50px;
	background: url(../images/whatsnew/btn_seminar.gif) 0 0 no-repeat;
}
ul.seminar-btn li a:hover {
	background: url(../images/whatsnew/btn_seminar.gif) 0 -50px no-repeat;
}

/*-------  Seminar Form ------- */
div.seminar-form-block div.title-block01 h4{
	margin-bottom: 20px !Important;
}
dl.seminar-ex {
	margin: 15px 0 15px 35px;
	padding: 10px 29px;
	width: 615px;
	border: 1px solid #267CC1;
	background: #DCEBF8;
	color: #267DC0;
}
	dl.seminar-ex dt {
		font-size: 140%;
		font-weight: bold;
	}
td.h-auto input {
	margin-right: 5px;
	height: auto;
	border: none;
}
	td.h-auto input.w-300 {
		margin-left: 20px;
		height: 18px;
		border: 1px solid #949494;
	}
h3.h3-seminar {
	background: url("../images/whatsnew/pic_step.gif") no-repeat  !important;
    line-height: 40px  !important;
	height:40px;
    margin: 0 auto 10px !important;
    padding: 0 !important;
    width: 670px !important;
    text-indent:-9999px;
}
h3.seminar-step2 {
	background-position:0 -40px !important;
}
h3.seminar-step3 {
	background-position:0 -80px !important;
}
