@charset "utf-8";
/* CSS Document base.css */

html, body {
	margin: 0;
	padding: 0;
}


div#warp{
	margin:0 auto;
}

/*---------------------------------------------
 float解除
---------------------------------------------*/
.clearfix{
	content: "";
	clear: both;
	display: block;
}

/*---------------------------------------------
 margin
---------------------------------------------*/
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb80 {margin-bottom:80px;}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

/*---------------------------------------------
 header
---------------------------------------------*/
header{
	background:url(../images/TITLE_GREEN_BG.gif) repeat;
	background-size:contain;
}

header > div#header{
	margin:0 auto;
	text-align:center;
}

header > div#header > img{
	width:100%;
}

/*---------------------------------------------
 Contents
---------------------------------------------*/
div#contents {
	margin:10px auto;
}

div#contents .user{
	padding:0px 0 15px 0;
	text-align: center;
	font-weight:bold;
}

div#contents .logout{
	padding:0px 0 15px 0;
	text-align: center;
	font-weight:bold;
}


/*---------------------------------------------
  Footer
---------------------------------------------*/
footer{
	background-color:#576CB3;
	background-size:contain;
}

div#footer {
	margin:20px 0 auto;
	padding:5px 0;
	text-align:center;
	text-shadow: 0px 1px 1px #000;
	color:#fff;
}