@charset "UTF-8";


/* Global */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial,
		'Hiragino Sans GB', 冬青黑体, STHeiti, 华文黑体,
		'Microsoft YaHei', 微软雅黑, SimHei, 黑体,
		sans-serif;
}

body {
	min-width: 800px;
	margin: 0; padding: 0;
	background-color: rgb(254,254,254);
}



section {
	display: block;
}


a {
	color: black;
}



/* Traits */
.hidden {
    display: none;
}



/* Left */
#left {
	position: absolute;
	width: 300px;
	padding-right: 50px;
	text-align: right;
	font-size: 15px;
}


#title {
	margin: 100px 0 50px 0;
	font-weight: bold;
	font-size: 20px;
}


#left>a {
	height: 30px; line-height: 30px;
	color: black;
	text-decoration: none;
}
#left>a.on { font-weight: bold; }



/* Right */
#right {
	position: relative;
	line-height: 30px;
	margin-left: 300px;
	padding: 170px 50px 50px 0;
	font-size: 16px;
}


span.dim {
	color: #888;
}


img.webFavicon {
	display: inline-block; vertical-align: middle;
	height: 24px;
	margin-right: 8px;
}
