@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:2.5em;
}
div.box {
position: absolute;
text-align:center;
font-size: 20px;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
width:480px;
height:60px;
  line-height:60px;
}
div.footer {
position: absolute;
text-align:right;
left:0;
right:0;
bottom:10px;
margin:auto;
width: 640px;
height: 100px;
}
img#name {
margin:0px;
width:80px;
height:320px;
}
img#space_h {
margin:0px;
width:70px;
height:1px;
}
img#sub1 {
margin:0px;
width:40px;
height:160px;
}
img#space_v {
margin:0px;
width:40px;
height:16px;
}
img#sub2 {
margin:0px;
width:40px;
height:112px;
}
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::after {
	content: "\A" ;
	white-space: pre ;
}