@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 280px;
	right: 0px;
	width: 40px;
	height: 40px;
	z-index: 1500;
}
/*--------------------------------------------------------------------------メインイメージ*/
#pl {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
	font-size:11px;
	text-align: left;
	line-height: 30px;
}
#pl a { color: #000;}

/*--------------------------------------------------------------------------サイド*/

#side a { color: #000; text-decoration: none;}
#side a:hover {text-decoration: none;}
.sd_ttl {
	width: 250px;
	height: 38px;
	float: left;
	text-align: left;
	font-size: 17px;
	line-height: 38px;
	border-bottom: 2px solid #26968d;
	font-weight: bold;
	letter-spacing: 1px;
}
#side ul {
	width: 250px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
#side ul li {
	width: 250px;
	height: 29px;
	border-bottom: 1px dotted #999999;
	text-indent: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 29px;
	margin-top: 10px;
}
#side ul li a{ color:#000;}
.s_banner {
	width: 250px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.sfb {
	width: 246px;
	height: 496px;
	padding: 2px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	background-color: #26968d;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container table {
	min-width: 900px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#container td {
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 3px 10px 3px 10px;
}
#side{
	width: 250px;
	min-height: 1300px;
	float: left;
}

#contents {
	width: 1200px;
	height: 1300px;
	margin: 0 auto;
}


#contents01 {
	width: 900px;
	height: auto;
	margin-left: 50px;
	float: left;
}

.c01_ttl1 {
	width: 900px;
	height: 41px;
	border-top: 2px solid #26968d;
	border-bottom: 2px solid #26968d;
	text-align: center;
	line-height: 41px;
	font-size: 20px;
	letter-spacing: 3px;
}

.c01_txt1 {
	width: 900px;
	height: auto;
	text-align: left;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 1px;
	float: left;
	margin-top: 40px;
}


@media screen and (min-width:768px){
#spc { display:none;}
}
