/*---------------------
	common
---------------------*/
html {
    height: 100%;
}

body{
	height: 100%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:100%;
	color:#000;
	line-height:1.5em;
	 height: 100%;
	margin:0;padding:0;
}

table{
	margin: 0 auto;
	margin-top: 7vw;
	margin-bottom: 7vw;
	width: 30%;
}

td{
	margin:0vw 4vw 0vw 4vw;
	font-size: 1.4vw;
}
 
li{
	list-style-type: none;
}

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

/*---------------------
	top pages
---------------------*/
#container{
	width: 100%;
	height: 100%;
    background: url('images/top_bg.png');
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	border: 0px solid #ff0000;
}

#toppage_box{
	margin: 0 auto;
	padding-top: 14vw;
	width: 85vw;
	text-align:center;
	border: 0px solid #ff0000;
}

h1{
	display: none;
}

#center_td{
	padding: 0vw 1vw 0vw 1vw;
}

#footer{
    position: fixed;
    bottom: 0;
	margin: 0vw auto;
	width: 85vw;
	padding-top:0.5vw;
	padding-bottom:2vw;
	text-align:center;
	font-size:1vw;
	border-top: 1px solid #27499D;
}
