@charset "utf-8";

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling</span> */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}
div#main_container {
  position: relative;
}
div#main {
position: absolute;
top: 50%;
left: 50%;
margin: -100px 0 0 -340px;
width: 680px;
height: 200px;
}

.navbar-brand {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ul {
	list-style: none;
	padding-left:0px;
}
.link_ul {
	text-align: center;
}
.link_ul li {
margin-left:0px;
	display: inline-block;
}
.link2_ul {
	text-align: center;
	
}

a {
	text-decoration: none;
	color:#FFF;
}

p {
	text-align:center;
}