@charset "utf-8";
@import url(common.css);

/* ---------------------------------------------
	CSS Document Page Title
--------------------------------------------- */

h3 {
	clear: both;
	display: block;
}

/* 2010.8.18 */
body#toppage h3{
	font-weight: normal;
	font-size: 1em;
}

/* ---------------------------------------------
	CSS Document News Topics
--------------------------------------------- */

ul#news {
	min-height: 130px;
	margin-bottom: 15px;
	padding: 14px 0 22px;
	background: #EEECE9 url(../images/list_btm.jpg) repeat-x bottom;
	list-style: none;
}

* html ul#news {
	height: 166px;
}

ul#news li {
	margin: 0 26px;
	padding: 8px 0 10px;
	background: url(../images/line.gif) repeat-x bottom;
	text-align: left;
}

ul#news li span {
	display: block;
	color: #666;
}

/* ---------------------------------------------
	CSS Document Seminar Information
--------------------------------------------- */

ul#info {
	min-height: 229px;
	padding: 0 0 22px;
	background: #EEECE9 url(../images/list_btm.jpg) repeat-x bottom;
	list-style: none;
}

* html ul#info {
	height: 252px;
}

ul#info li {
	margin: 0 15px;
	padding: 8px 0 10px;
	background: url(../images/line.gif) repeat-x bottom;
	text-align: left;
}

ul#info li span {
	display: block;
	line-height: 190%;
	color: #666;
}

ul#info a {
	line-height: 110%;
	color: #333;
}

ul#info a:hover {
	color: #069;
}

/* ---------------------------------------------
	CSS Document Site Map
--------------------------------------------- */

.sitemap h3 {
	padding: 0 0 10px;
}

.sitemap ul {
	width: 510px;
	margin: 0 auto;
	padding: 2px 0 5px 5px;
	background: url(../images/line.gif) repeat-x bottom;
	text-align: left;
	list-style: none;
}

* html .sitemap ul {
	margin: 0;
}

.sitemap ul:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.sitemap li a {
	padding: 1px 0 1px 20px;
	background: url(../images/arrow.jpg) no-repeat left;
	line-height: 20px;
	color: #000;
}
.sitemap li a:hover {
	color: #069;
}

.sitemap li ul.child {
	float: right;
	width: 340px;
	padding: 0;
	background: none;
}

.sitemap ul.child li {
	padding: 2px 5px 0;
}

.sitemap ul.child li.line {
	padding: 2px 5px 5px;
	background: url(../images/line.gif) repeat-x bottom;
}

/*2010 7.2 add JS */
#toppage #cont_left ul#news ul li {background:none;margin-left: 20px;padding:0px;}

#toppage #info li span{font-size:0.9em;}
#toppage #info p{margin-left:10px;font-size:90%;color:#ff6633}