﻿@import url('reset.css');
body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
	font-size: 13pt;
	line-height: 130%;
	background-image:url(../Images/System/bg2.jpg);
	background-repeat:repeat-x;
	
    min-height: 100vh;
}


#bodywrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
    top: 0px;
    left: 0px;
    height: 777px;
}

/* ロゴ */
#logo {
  text-align:center;
  margin-bottom: 80px;
  margin-top:80px;
}

/* フッタ */
/*footer {*/
.footer {
  margin-top: auto;
  text-align: center;
}
/*footer small {*/
small.copyright {
	color:#007f6b;
	font-size:11px;
}