/*
 * CSS Document
 *
 * @author ch_a_m_p
 */

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Tahoma", "Loma", sans-serif;
	font-size: 0.75em;
	color: #666;
	line-height: 1.5em;
}
a:link, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:link.left, a:visited.left {
	font-size: 28px;
	color: #999;
	line-height: 1em;
	font-weight: normal;
	text-decoration: none;
}
a:hover.left {
	color: #8abc00;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	color: #68a800;
	line-height: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 24px;
	color: #8abc00;
	text-decoration:none;
	line-height: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	line-height: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 860px;
	position: relative;
	float: none;
	margin: 0 auto;
	display: table;
}
#wrapper .content-left {
	width: 280px;
	position: relative;
	float: left;
	padding-right: 10px;
	text-align: right;
}
#wrapper .content-right {
	width: 540px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	border-left: 1px solid #999;
}
#twitter_div {
	width: 500px;
}
.menu {
	margin-top: 20px;
}
#footer {
	position: relative;
	float: none;
	width: 860px;
	margin: 0 auto;
	font-size : 10px;
	color: #999;
	text-align: right;
}
.hidden {
	display: none;
}
ul {
	padding: 0 0 0 10px;
}
#links_main {
	list-style: none;
}
#links_other {
	list-style: none;
}
#twitter_update_list {
	padding: 0 0 0 20px;
}
#twitter_update_list li {
	line-height: 1.8em;
}
#twitter_div {
	/*max-height: 440px;
	overflow-y: scroll;*/
}
