@charset "UTF-8";

#contents {
	width: 800px;
	margin: 40px 0;
	position: relative;
}

#contents_ctp {
	width: 800px;
	margin: 0;
	height: 855px;
	position: relative;
}

#img-ctp {
	width: 580px;
	height: 0;
	padding-top: 560px;
	background: url(/ga_dtp/ch/ctp_landing/images/img-ctp.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: -25px;
}

#img-cs {
	width: 800px;
	height: 0;
	padding-top: 495px;
	background: url(/ga_dtp/ch/ctp_landing/images/img-second.jpg) no-repeat 0 0;
	position: absolute;
	top: 81px;
}

#img-copy {
	width: 760px;
	height: 0;
	padding-top: 145px;
	behavior: url(/ga_dtp/ch/ctp_landing/common/css/lib/iepngfix.htc);
	background: url(/ga_dtp/ch/ctp_landing/images/img-copy.png) no-repeat;
	overflow: hidden;
}

#main-txt {
	width: 270px;
	padding-left: 5px;
	color: #555555;
	line-height: 1.6;
}

#img-ohgi {
	width: 800px;
	height: 855px;
	padding-top: 0px;
	position: relative;
}

#ohgi-txt {
	width: 320px;
	color: #555555;
	line-height: 1.6;
	position: absolute;
	top: 240px;
	left: 0;
}

#cs {
	width: 450px;
	height: 150px;
	padding-left: 350px;
	padding-top: 100px;
	padding-bottom: 50px;
}

#ohgi {
	width: 320px;
	height: 0;
	padding-top: 0px;
	display: none;
}


/* button user's voice */
#btn {
	width: 170px;
	height: 41px;
	margin: 0 0 0 0;
	background: #FFFFFF;
	border: #EEEEEE solid 5px;
	position: relative;
}
a#btn-cs {
	display: block;
	width: 170px;
	height: 0;
	padding-top: 41px;
	font-size: 0;
	text-indent: -999px;
	background: url(/ga_dtp/ch/ctp_landing/images/btn-cs.png) no-repeat 0 0;
	overflow: hidden;
	float: left;
}
a:hover#btn-cs {
	background-position: 0 -41px;
}
a:active#btn-cs {
	background-position: 0 -82px;
}


/* button see movie */
a#btn-movie {
	display: block;
	width: 170px;
	height: 0;
	padding-top: 41px;
	font-size: 0;
	text-indent: -999px;
	background: url(/ga_dtp/ch/ctp_landing/images/btn-movie.png) no-repeat 0 0;
	overflow: hidden;
	float: left;
}
a:hover#btn-movie {
	background-position: 0 -41px;
}
a:active#btn-movie {
	background-position: 0 -82px;
}

/* button Contact us */
a#btn-contact {
	display: block;
	width: 170px;
	height: 0;
	padding-top: 41px;
	font-size: 0;
	text-indent: -999px;
	background: url(/ga_dtp/ch/ctp_landing/images/btn-contact.png) no-repeat 0 0;
	overflow: hidden;
	float: left;
}
a:hover#btn-contact {
	background-position: 0 -41px;
}
a:active#btn-contact {
	background-position: 0 -82px;
}


/* table venders */

.vdr {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 5;
	border-top: #B8C2C7 solid 1px;
	border-left: #B8C2C7 solid 1px;
}

.vdr th {
	padding: 3px;
	font-size: 92%;
	color: #444444;
	font-weight: bold;
	text-align: left;
	border-bottom: #B8C2C7 solid 1px;
	border-right: #B8C2C7 solid 1px;
}

.vdr td {
	padding: 3px;
	font-size: 92%;
	line-height: 1.5;
	border-bottom: #B8C2C7 solid 1px;
	border-right: #B8C2C7 solid 1px;
}

.cell-red {
	color: #FF0000;
}
.cell-blue {
	color: #0000FF;
}
.cell-th {
	background: #DDDDDD;
}
.cell-td {
	background: #99CDFF;
}
.cell-td2 {
	background: #0F65B0;
	color: #FFFFFF;
}
