.left {
	width:210px;
	height:100%;
	background-image:url("../img/menu_bg.png");
	position: fixed;
	top:0;
}

.left h2 {
	text-align:center;
	color:#FFF;
	margin-top:20px;
	line-height:1.4;
}

.left h1 {
	width:210px;
	height:160px;
	margin-top:10px;
}

.left h1 a {
	background-image:url("../img/logo.png");
	width:210px;
	height:140px;
	display:block;
	text-indent:-9999px;
	background-position:center;
	background-repeat:no-repeat;
}

.menu {
	
}
.menu li {
	
}

.menu li a{
	padding-top:15px;
	padding-bottom:15px;
	color:#FFF;
	font-size:130%;
	text-align:center;
	display:block;
	letter-spacing:0.1em;
	line-height:1.2;
}

.menu li a:hover {
	background-color:#008ae0;
}

.menu li a span{
	font-size:60%;
	color:#94C7E0;
	font-family:"Times New Roman", Times, serif;
}


.sublog {
	text-align:center;
	margin-top:15px;
}


