@charset "shift_jis";

#ct_bg {
	padding: 0 0 50px;
	width: 980px;
	background: url(../images/bg01.gif) repeat left top;
}

#ct_bg .mainArea {
	position: relative;
	background-color: #e50012;
}

#ct_bg .mainArea .title01 {
	position: relative;
	z-index: 100;
}

#ct_bg .mainArea .text01 {
	margin-top: -13px;
}

#ct_bg .mainArea .frameArea01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 230px;
	height: 102px;
	background: url(../images/bg02.png) no-repeat left top;
}

#ct_bg .mainArea .frameArea01 .text02 {
	padding: 17px 0 0 16px;
}

#ct_bg .mainArea .frameArea01 .btn01 {
	margin: 6px 0 0 17px;
}

#ct_bg .frameArea02 {
	position: relative;
	margin: 36px auto 0;
	width: 784px;
	height: 484px;
	background: url(../images/bg03.png) no-repeat left top;
}

#ct_bg .frameArea02 .title01 {
	padding: 11px 0 0 167px;
}

#ct_bg .frameArea02 .movieArea01 {
	margin: 40px auto 0;
	width: 618px;
}

#ct_bg .frameArea02 .image01 {
	position: absolute;
	right: -74px;
	bottom: -1px;
}

#ct_bg .img01 {
	margin-top: 29px;
}

#ct_bg .frameArea03 {
	margin: 24px auto 0;
	padding-bottom: 20px;
	width: 940px;
	background: url(../images/bg05.png) no-repeat left bottom;
}

#ct_bg .frameArea03 .inner {
	position: relative;
	padding: 0 25px 12px;
	background: url(../images/bg04.png) no-repeat left top;
}

#ct_bg .frameArea03 .title01 {
	padding: 22px 0 0 44px;
}

#ct_bg .frameArea03 .list01 {
	margin: 13px -40px 0 0;
}

#ct_bg .frameArea03 .list01 li {
	float: left;
	margin: 21px 40px 0 0;
	width: 424px;
	font-size: 0;
	line-height: 1.0;
}

/* Clearfix */
.clearfix:after {
	content: ".";
    display: block; 
    height: 0; 
    font-size: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {
	*display: inline-table;
	*zoom: 1;
}
