﻿@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/bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color: #d9edf7;
    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;
}