a:hover {
	color: #333333;
	background: #cccccc;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #666666;
	margin-bottom: 0.8em;
}

#about_left {
	width:60em;
	float: left;
	clear: none;
	padding-left: 2em;
}

#about_slide {
	margin: 2em auto 1em auto;
}

#about_right {
	width: 32em;
	float: right;
	clear: none;
	padding-top: 2em;
}

.about_box {
	background: #cccccc;
	width: 24em;
	border-top: 3px solid #666666;
	border-bottom: 1px solid #999999;
	margin: auto auto 2em auto;
	padding: 1em;
}

.about_box ul {
	list-style: square outside;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #666666;
	margin-left: 1.4em;
}

.about_box a:hover {
	background-color: #e2e2e2;
}

.twitter_box {
	background: #cccccc;
	width: 24em;
	border-top: 3px solid #666666;
	border-bottom: 1px solid #999999;
	margin: auto auto 2em auto;
	padding: 1em;
}

.twitter_box ul {
	list-style: square outside;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #666666;
	margin-left: 1.4em;
}

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

.twitter_box .item a:hover {
	text-decoration: none;
}



