@charset "utf-8";

* {
	margin: 0;
	border: 0;
}

body{
	font-size:14px;
	font-family: 'Lucida Grande', sans-serif;
	line-height: 1.8;
	background-color: #fff;

	-webkit-font-smoothing: antialiased;
}

.inner{
	width:960px;
	margin:0 auto;
}

a{
	color:#2f7676;
}

#contents{
	width: 100%;
	background-color: #f2f2f2;
	padding:80px 0 50px 0;
}

#footer {
	width: 100%;
	height: 62px;
	padding-top:30px;
	background-color: #666666;
	text-align: center;
}
.footText {
	font-size: 10px;
	line-height: 180%;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.footText a {
	color: #FFFFFF;
}
.footText a:link {
	text-decoration: none;
	color:#FFFFFF;
}
.footText a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footText a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
.footText a:active {
	text-decoration: underline;
	color:#cccccc;
}


.lang-content {
	width: 100%;
	overflow: hidden;
}

.lang-text {
	width: 200%;
	clear: both;
	position: relative;
	overflow: hidden;
}

.lang-text:after {
	content: "";
	clear: both;
	display: block;
}

.lang-text .langs {
	float: left;
	width: 50%;
}

