@charset "shift_jis";

a img {
	border:0;
}

#ct_bg {
	margin: 0; padding: 0;
}

.aC {
	text-align:center !important;
}
.aR {
	text-align:right !important;
}
h1 {
	margin-bottom: 30px !important;
}

/* Layout
*****************************************/
#ct_bg #contentsWrap {
	width: 980px;
	background: url("../images/bg.png") repeat-y 0 208px;
	overflow: hidden;	
}

/* Movie
*****************************************/
#ct_bg .movie {
	width: 731px;
	margin: 0 0 40px 135px;
}
#ct_bg .moviefoot {
	width: 710px;
	min-height: 70px;
	text-align: center;
	background: #063;
	border-bottom-left-radius: 12px;  /* 左下 */
	border-bottom-right-radius: 12px; /* 右下 */
	-webkit-border-bottom-left-radius: 12px;  /* 左下 */
	-webkit-border-bottom-right-radius: 12px; /* 右下 */
	-moz-border-radius-bottomleft: 12px;  /* 左下 */
	-moz-border-radius-bottomright: 12px; /* 右下 */
}
#ct_bg .moviefoot .copyright {
	color: #4D9471;
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	padding-right: 5px;
}
#ct_bg .moviefoot .btn {
	position: relative;
}
#ct_bg .moviefoot .btn a {
	position: absolute;
	width: 204px;
	height: 43px;
	display: block;
	top: 0; left: 253px;
	background: url("../images/btn.png");
	text-indent: -9999px;
}
#ct_bg .moviefoot .btn a:hover {
	background: url("../images/btn.png") 0 43px;
}

/* Movie S
*****************************************/
#ct_bg #movieSwrap {
	width: 960px;
	margin-left: 20px;
}
#ct_bg .movieS {
	width: 470px;
	margin-bottom: 40px;
}
#ct_bg .movieSfoot {
	width: 470px;
	min-height: 70px;
	text-align: center;
	background: #063;
	border-bottom-left-radius: 12px;  /* 左下 */
	border-bottom-right-radius: 12px; /* 右下 */
	-webkit-border-bottom-left-radius: 12px;  /* 左下 */
	-webkit-border-bottom-right-radius: 12px; /* 右下 */
	-moz-border-radius-bottomleft: 12px;  /* 左下 */
	-moz-border-radius-bottomright: 12px; /* 右下 */
}
#ct_bg .movieSfoot .copyright {
	color: #4D9471;
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	padding-right: 5px;
}
#ct_bg .movieSfoot .btn {
	position: relative;
}
#ct_bg .movieSfoot .btn a {
	position: absolute;
	width: 204px;
	height: 43px;
	display: block;
	top: 0; left: 133px;
	background: url("../images/btn.png");
	text-indent: -9999px;
}
#ct_bg .movieSfoot .btn a:hover {
	background: url("../images/btn.png") 0 43px;
}

/* columnLayout 
*****************************************/
#ct_bg .columnLayout {
	clear: both;
	overflow: hidden;	
}
#ct_bg .colLeft {
	float: left;
}
#ct_bg .colRight {
	float: right;
}


/* others
*****************************************/
iframe.youtube, iframe.youtubeS {
	frame-border: none;
	border: 0;
	border-left: 5px solid #063;
	border-right: 5px solid #063;
}
iframe.youtube {
	width: 700px;
	height: 393px;
}
iframe.youtubeS {
	width: 460px;
	height: 259px;
}

/* Clearfix */
#ct_bg .columnLayout:after,
#ct_bg .list01:after  {
	content: ".";
    display: block; 
    height: 0; 
    font-size: 0;
    clear: both; 
    visibility: hidden;
}

#ct_bg .columnLayout,
#ct_bg .list01 {
	*display: inline-table;
	*zoom: 1;
}
