@charset "utf-8";
/* CSS Document */
html, #main {
  height: 100%;
}
body {
	color: #333333;
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(../bg.png);
	background-position:center center;
	margin: 0;
	min-height: 100%;
  	overflow-y: scroll;
	background-size:cover;
	
}

pre, code {
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	opacity: 0.8;
	text-decoration: underline;
}
.moz a:hover img {
	background-color: #ffffff;
	opacity: 0.8;
}
img {
	vertical-align: bottom;
}
/* =======================================
	top
======================================= */
.test1{
position: absolute
width: 100%;

}
.titile-top{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 247px;
height: 69px;
}
.titile-txt{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 247px;
height: 69px;
}
.index-header {
	margin: 0 auto;
	width: 960px;
	position:relative;
	top:20px;
}
/*.top-menu-le {
    height: 70px;
    left: 44%;
    position: absolute;
    top: 75%;
    width: 269px;
}*/
.top-menu-le {
    height: 70px;
    left: 61%;
    position: absolute;
    top: 178%;
    width: 269px;
}
.header-top-re {
	position:absolute;
	right:0px;
}
.header-top-le {
	font-size: 12px;
	position: absolute;
	left:0px;
}
.top-menu-ri {
    left: 10%;
    position: absolute;
    top: 180%;
}
/*.top-menu-ri {
    left: 5%;
    position: absolute;
    top: 77%;
}
/*.top-title {
	left: 41%;
	position: absolute;
	top: 45%;
}*/
.top-title {
    margin: 10px 10px 10px 53px;
}
.content {
}
.container {
	display: table;
	padding-top: 80px;
	width: 100%;
}
.title {
	color: #efecec;
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	margin-top: 20px;
	text-transform: uppercase;
}
.top-txt {
    color: #51300d;
    font-weight: bold;
    left: 16px;
    position: absolute;
    top: 84px;
}

/*.top-txt {
    color: #51300d;
    font-weight: bold;
    position: absolute;
}
/*.top-menu {
    height: 70px;
    left: 38%;
    position: absolute;
    top: 56%;
    width: 500px;
}*/

.top-menu {
    bottom: 0;
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 376px;
}
.top-menu > p {
/*	float: left;*/
}

.header-le {
	font-size: 12px;
	position: absolute;
	top: 20px;
}
.header-ri {
    position: absolute;
    right: 0;
    top: 20px;
}