@charset "UTF-8";

/*
--------------------------------------------------
base Style
--------------------------------------------------
	1.Header
	2.Body
	3.Footer

	ClearFix
--------------------------------------------------*/



/* 1.Header
--------------------------------------------------*/
@import "header.css";


/* 2.Body
--------------------------------------------------*/
@import "body.css";


/* 3.Footer
--------------------------------------------------*/

@import "footer.css";

/* 3.Pankuzu
--------------------------------------------------*/
#pankuzu{
	color:#999999;
	width:800px;
	margin:0 0 10px 10px;
	}

/* ClearFix
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #e4f4ff;
	border: none;
	font-size: 80%;
	color: #333333;
	height:100%;
	width:820px;
	margin:0 auto;
	}

img {
	border: none;
}

a,a:visited, a:active {
	color: #003399;
}

a:hover {
	color: #3366cc;
	text-decoration: none;
}

#main{
	width:820px;
	float:left;
	background-color:#FFFFFF;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px auto;
	}
#container{
	margin:0 0 0 10px;
	}

/* Common
--------------------------------------------------*/
.mr20{
	margin-right:20px;
	}
.mt5{
	margin-top:5px;
	}
