@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}


/* --- 全体の背景・テキスト --- */
body{
	margin:0;
	padding:0;
	height:100%;
	background: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-bottom: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;
}

#main hr.dashLine{
	border:none;
	border-top:dashed 1px #000000;
	height:1px;
	color:#FFFFFF;
	width:100%;
}
/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */
#footer {
	height:30px;
	bottom:0;
	position:absolute;
}
/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */
.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-family: 'Arial-BoldMT', 'Arial', sans-serif;
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	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;
}
/* --- ▲その他の設定終了 --- */
