@charset "utf-8";
/* note */

#wrapper_bg{
	height: 100%;
	}
#contents_bg{
	background: url(../images/bg_header.jpg) no-repeat 50% 0%;
	height: 100%;
	}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
	padding-top: 0px
}
.contents_1col{
	border: 1px solid #50a4e4;
	}


.noteBig{
	font-size: 18px;
	color: #C36;
	font-weight: bold;
	margin-bottom: 5px;
	}
.noteList p{
	text-indent:-14px;
	padding-left:14px;
	}

/* Footerを下部に固定 */
body{
	margin: 0;
	padding: 0;
	}
html,body{
	height: 100%;
	}
#footFix_cont{
	height: 100%;
	}
body > #footFix_cont{
	height: auto;
	min-height: 100%;
	}
#contents_wrapper{
	padding-bottom: 250px;
	}
#footFix_foot{
	height: 150px;
	margin-top: -190px;
	}