@charset "UTF-8";

*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}


/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	height:100%;
	background-color:rgb(234,234,213); /* 全体の背景色 */
	color: #000000; /* 全体の文字色 */
	font-size: 12px; /* 全体の文字サイズ */
}

/* --- コンテナ --- */
#container {
	width: 900px; /* コンテナの幅 */
	margin: 0 auto; /* センタリング */
	background-color: #ffffff; /* コンテナの背景色 */
	border-left: 1px #000000 solid; /* コンテナの左境界線 */
	border-right: 1px #000000 solid; /* コンテナの右境界線 */
	height:auto !important;
	height:100%;
	min-height: 100%;
	position;relative;
}

body > #container {
	height: auto;
	min-height:100%;
}

/* --- ページ --- */
#page {
	width: 900px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	padding-botom:100px;
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
	position: relative; /* 相対配置（ガイドメニューのために設定） */
	width: 100%; /* IE 6のために幅の指定が必要 */
	margin: 0 0 20px; /* ヘッダのマージン（上、左右、下） */
	padding: 0 0 0; /* ヘッダのパディング（上、左右、下） */
}


/* --- 罫線 --- */
#header hr.none {
	display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
	color: #000000;
	font-size:12px;;
	width: 100%; /* メインカラムの幅 */
	margin-bottom: 10px; /* メインの下マージン */
}

#main img.btn{
	cursor:pointer;
}

/* --- ▲メインカラム内の設定終了 --- */

/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
	height:30px;
	bottom:0;
	position:absolute;
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.bumper{
	font-size:1px;
	line-height:1px;
}
.spacer{
	font-size:1px;
	line-height:1px;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
.paragraph_style{
	color:rgb(4,51,255);
	font-size:20px;
	font-weight:700;
	letter-spacing:0;
	line-height:27px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	opacity:1.00;
	padding-bottom:0px;
	padding-top:0px;
	text-align:center;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
}

/* --- ▲その他の設定終了 --- */
