@charset "UTF-8";

/*
html {
min-height: 100%;
background:url('bg4.jpg') no-repeat center;
background-size:cover;
}
*/
body {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
line-height:10em;
}
div.box {
position: absolute;
text-align:center;
font-size: 60px;
color:#FFF;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
width:100%;
height: 0%;
}
div.footer {
position: absolute;
font-size: 0px;
text-align:center;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
width: 640px;
height: 200px;
}
img#name {
margin:0px;
width:150px;
height:600px;
}
img#space_h {
margin:0px;
width:90px;
height:1px;
}
img#sub1 {
margin:0px;
width:75px;
height:300px;
}
img#space_v {
margin:0px;
width:75px;
height:30px;
}
img#sub2 {
margin:0px;
width:75px;
height:210px;
}
a {
	text-decoration: none; 
	color: #000;

}

a:active {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none; 
	color: #000;
}
.br::before {
	display: inline-block;
}