@charset "utf-8";
#navi {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#navi li {
	float: left;
	margin-bottom: auto;
}
/* index layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	padding-bottom: 10px;
}

#header {
	background-image: url(../a-images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 164px;
	padding-left: 10px;
	padding-top: 10px;
}

#login {
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 6px;
	clear: both;
	background-image: url(../a-images/login-bg.jpg);
	margin-top: 5px;
	border-top: 1px solid #FF4414;
	border-right: 1px solid #FF4414;
	border-bottom: 1px solid #FF4414;
	border-left: 1px solid #FF4414;
}
#pankuzu {
	float: none;
	margin-top: 5px;
}
#free-lesson {
	float: left;
	clear: left;
	width: 207px;
	margin-top: 10px;
}
#campaign {
	float: right;
	width: 573px;
	margin-top: 10px;
}

#announce {
	clear: both;
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#left {
	float: left;
	width: 470px;
}
#right {
	float: right;
	width: 300px;
}
#news {
	margin-top: 5px;
	margin-bottom: 5px;
}
#news  img {
	float: left;
	margin-left: 20px;
	margin-right: 15px;
}
#news  iframe {
}
#cms {
	margin-bottom: 10px;
}


#cms  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#cms a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#cms a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
