/* CSS DOCUMENT */


@charset "Shift_JIS";



/* --------------------------------------------------------------- */
/* seminar                                                         */
/* --------------------------------------------------------------- */

.side_menu ul {
	text-align: left; /* left on ie */
	margin: 0 0 30px 0;
}

.side_menu ul li {
	margin: 0 0 0 3px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.3em;
	color: #787878;
	border-bottom: #E0E0E0 1px solid;
	background:url(../images/news_list.gif) no-repeat top left;
	list-style: none;
}

h2.sub_title {
	margin: 20px 0 50px 3px;
	padding: 0 0 0 8px;
	line-height: 0.8em;
	font-size: 20px;
	font-weight:bold;
	color: #454545;
	border-left: #DEDEDE 8px solid;
}




/*エントリー（1ブロック）*/

.entry{
	text-align: left; /* left on ie */
	font-size: 12px;
}

/*エントリー：見出し*/

.entry h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
	font-size: 16px;
	font-weight:bold;
	line-height: 1.4em;
	background:url(../images/old_mark.gif) no-repeat left center;
}

.entry h3.new {
	background:url(../images/new_mark.gif) no-repeat left center;
}

.entry .day {
	margin: 0 0 20px 0;
	font-size: 10px;
	color: #000000;
}

.entry .day a {
	color: #000000;
}

.entry .day a:hover {
	color: #787878;
	text-decoration: underline;
}

.entry .body_text p {
	margin: 0 0 15px 0;
}

.entry .body_text strong,
.entry .body_text b {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.entry .pagetop {
	margin: 20px 0 50px 0;
	text-align: right; /* right on ie */
	background:url(../images/bana_line.gif) repeat-x left center;
}

.entry .pagetop a {
	padding: 0 0 0 10px;
	font-size: 12px;
	background: #FFFFFF;
}

#entry_navi{
	padding: 15px 0;
	text-align: center; /* center on ie */
}

