<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#frame_contents{
	margin-top:15px;
	width:729px;
	height:auto;
	float:right;
	padding:0 0 20px 15px;
	position:relative;
}

.frame_title{
	margin-top:18px;
	background-image:url(../img/fram_bg.png);
	background-repeat:no-repeat;
	width:730px;
	min-height:1140px;
	height:auto;
	margin-bottom:100px;
}


.frame_title .frame {
	text-align: left;
	width: 660px;
	margin-top:42px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	}
	
h3.page_title_bg {
	font-size:24px;
	font-weight:bold;
	text-align:left;
	padding:30px 0 0 30px;
	letter-spacing:0.5em;
	color:#fff;
	}	
	


.tabbox {
		width: 100%;
		padding: 10px;
		line-height:1.4;
		margin-bottom:50px;
	}
.tabbox li{
	list-style: none;
	text-align:left;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	line-height:1.4;
	border-bottom: 1px solid #9F9F9F;
	}

.tabbox li a{
	color: #005CA8;
	text-decoration:underline;
	}

.tabbox li ahover{
	color: #005CA8;
	text-decoration:none;
	}		
	
.tabbox hr {
	display:none;
	}	</pre></body></html>