body{
	background-image: url(img/bottom.png);
	background-repeat: repeat-x;
	background-position: 0px 203px;
}
#func{
	/*margin-top: 124px;*/
}

.brown-wrapper{
	margin: 0px 0px 30px 0px;
}
.brown-wrapper p{
	margin: 10px 0px 10px 0px;
}
.two-cols{
	margin: 0px 0px 0px 0px;
}

.two-cols a:hover{
	color: #C50123;
}

#ls{
	overflow: hidden;
	margin: 0px 0px 80px 0px;
}
#ls h2{
	text-align: right;
	font-weight: normal;
	overflow: hidden;
	margin: 0px 0px 21px 0px;
}
#ls h2 span{
	display: block;
	width: 415px;
}
#ls-en-h{
	text-align: right;
	float: left;
}
#ls-ja-h{
	text-align: left;
	float: right;
}
#ls ul{
	
}
#ls ul li{
	width: 415px;
}
#ls ul li a{
	display: block;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
}
#ls-en{
	text-align: right;
	float: left;
}
#ls-ja{
	text-align: left;
	float: right;
}
#ls-en a{
	float: right;
	background-color: #e8ae00;
}
#ls-ja a{
	float: left;
	background-color: #acd557;
}
#ls-en a:hover,
#ls-ja a:hover{
	color: #ffffff;
	background-color: #000033;
}
a,
a:hover{
	font-weight: normal;
	border-bottom: none;
}