﻿@charset "utf-8";

/*---------------------------
Initialize 
-----------------------------*/
html, body { height:100%; }

body {
	background:#fff;
	color:#333;
	font-family: "ＭＳ Ｐゴシック","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size:100%;
	line-height:1.5;
}

body { -webkit-text-size-adjust:100%; }/* WebKit */


#container {
	width: 900px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
}

header{
	width:100%;
	text-align:left;
	padding-top:30px;
}

footer{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 20px;
}

#content{
	width:100%;
	margin:0 auto;
	position:relative;
	padding-bottom:20px;
	text-align:center;
}

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


/*---------------------------
	共通項目
-----------------------------*/
.headerLeft{
	width:520px;
	float:left;
}
.headerRight{
	float:right;
	margin-left:20px;
}
.headerRight div{
	display:inline;
	float:left;
}

footer p{
	text-align:center;
	font-size:80%;

}

