body {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: url("../img/bg-slash.png");
	font-family: sans-serif;
}

a.title-link {
	text-decoration: none;
	color: #ffffff;
}

div.bar {
	padding: 0;
	margin: 0;
	text-align: center;
	min-height: 28px;
	padding: 1px;
	width: 100%;
	background: url("../img/bg-top.png");
}

div.header-text {
	padding: 1px;
	margin: 2px;
	margin-left: 30px;
	color: #ffffff;
	font-size: 85%;
	float: left;
}

div.lang-select {
	padding: 1px;
	margin: 2px;
	margin-right: 50px;
	color: #ffffff;
	font-size: 85%;
	float: right;
	font-family: sans-serif;
}

a.lang-select {
	color: #eaeaea;
}

div.space {
	height: 20px;	
}

div.page-wrap {
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 30px;
 	margin-bottom: 30px;
 	margin-left: 30px;
 	margin-right: 30px;
	width: 950px;
}

div.page-wrap-two {
 	padding-top:    30px;
 	padding-bottom: 30px;
 	margin-left: 30px;
 	margin-right: 30px;
	width: 880px;
}

div.page-wrap-three {
 	padding-top:    30px;
 	padding-bottom: 50px;
 	margin-left: 30px;
 	margin-right: 30px;
}

div.menu-bar {
	background-color: #3f3f3f;
	height: 50px;
	width: 100%;
	-moz-border-radius: 5px;
}

div.search {
	background-color: #ffffff;
	margin: 0 auto;
	height: 45px;	
}

input.search-button {
	width: 100px;
	background: none #e0e0e0;
	border: 1px solid #e0e0e0;
	color: #3f3f3f;
	border: 1px solid #3F3F3F;
}

div.menu-button {
	float: left;
	padding: 5px 4px 1;
	position: relative;
	width: auto;
	height: auto;
}

img.menu-button {
	border: 0px;
}
a.menu-button {
	text-decoration: none;
	float: left;
	padding: 5px 4px 1;
	position: relative;
	width: auto;
	height: auto;
	
}

/*
	あとで消す
*/
div.home-button {
	height: 50px;
	width: 100px;
	background-color: #f20000;
	color: #ffffff;
	-moz-border-radius: 5px;
	float: left;
	padding: 5px 4px 1;
	position: relative;
}

div.menu-bar-wrap {
 	padding-top:    10px;
 	padding-bottom: 10px;
 	margin-left: 10px;
 	margin-right: 10px;
	
}

div.menu-spacer {
	width: 1px;
	float: left;
	padding: 1px 1px 1;
	position: relative;
}

div.footer {
	color: #666666;
	font-size: 11px;
	text-align: left;	
}
p.footer-right {
	float: right;
	padding: 1px 5px 0;
	position: relative;
}

p.footer-left {
	float: left;
	padding: 1px 5px 0;
	position: relative;
}

a.footer-link {
	color: #666666;	
}


