#promotion {
	background: #fff;
	width: 800px;
	margin: 0 auto;
}

.main {
	width: 500px;
	float: left;
	margin-right: 20px;
}

.sub {
	width: 240px;
	float: left;
}

.main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main li {
	margin-bottom: 0.5em;
}

.date {
	font-size: 80%;
}

.main h1 {
	border-left: 8px solid #f90;
	color: #09c;
	margin: 0 0 0.4em;
	padding-left:5px;
	font-size: 100%;
}

#news,
#announcement {
	position: relative;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#news .option,
#announcement .option {
	position: absolute;
	top: 0.5em;
	right: 10px;
	padding-left:10px;
	background: url("/images/icon_arrow.png") center left no-repeat;
	font-size: 60%;
}

#news .option a,
#announcement .option a {
	text-decoration: none;
	zoom: 1;
}

#news li,
#announcement li {
	text-indent: -7em;
	padding-left:7em;
	font-size: 80%;
}

.col {
	zoom: 1;
}

#event {
	float: left;
	width:240px;
}

#event li {
	background: url("/images/icon_dot.png") 1px 0.6em no-repeat;
	padding-left:10px;
	font-size: 75%;
}

#pickup {
	float: left;
	width:230px;
	margin-left: 9px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

#pickup li {
	background: url("/images/icon_dot.png") 1px 0.6em no-repeat;
	padding-left:10px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.6em;
}

#pickup a {
	color: #09c;
}

#application {
	background: url("/images/bg_sub_block_bottom.gif") no-repeat bottom #eee;
}

#application h1 {
	font-size: 80%;
	background: url("/images/bg_sub_block_top.gif") no-repeat top #ddd;
	padding: 5px 10px;
	margin:0;
}

#application h1 a{
	color:#333;
	background: url("/images/icon_arrow_ddd.png") 0 0.25em no-repeat;
	padding-left:10px;
}

#application ul {
	margin: 0;
	padding: 10px;
}

#application li {
	list-style: none;
	background: url("/images/icon_folder.png") center left no-repeat;
	padding-left: 20px;
	font-size: 80%;
	margin-bottom: 0.4em;
}

#application a {
	color: #000;
}

#banner {
	margin-top: 20px;
}

#banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#banner li {
	margin-bottom: 5px;
}

#banner a {
	border: none;
}