@charset "utf-8";
/* CSS Document */

#right {
	float: right;
	width: 670px;
	height: auto;
	margin-bottom: 50px;
}


#image {
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 12px;
	margin-top: 10px;
}

#topics {
	background-image: url(../img/p-4.png);
	background-repeat: no-repeat;
	width: 625px;
	height: 120px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top:10px;
	padding: 10px;
}

#topicscontents {
	width: 594px;
	height: 90px;
	margin-bottom: 12px;
	margin-left: 13px;
	margin-right: 8px;
	margin-top: 18px;
	overflow: auto;
	border: 1px solid #FF9900;
	text-align: left;
	text-indent: 15px;
}
#topicscontents ul li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	list-style-type: none;
	margin-right: 30px;
	border-bottom-color: #FFCC66;
	border-left-color: #FF9900;
	margin-bottom: 7px;
}
#twitter {
	text-align: center;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#bunner {
	text-align: left;
	float: right;
	width: 430px;
}

#bunner img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: left;
}
#clear {
	clear: both;
}
