@charset "UTF-8";
/* ---------------------------------------------------------------------
ヘッダー部分です
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
にしないとscript系が動作しないものも多いので、基本はutf-8での作成をオススメします。
--------------------------------------------------------------------- */


#change { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display:none;
	background-color:#1F2964;
	z-index:100;
}	

/* ---------------------------------------------------------------------
こちらスライド部分です
--------------------------------------------------------------------- */


.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:1000px;
	height:380px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}

.ca-item-main{
	padding:20px;
	position:absolute;
	overflow:hidden;

}

.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(img/arrows.png) no-repeat top left;
	position:absolute;
	top:180px;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}


/* ---------------------------------------------------------------------
こちらページアップ部分です
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
