<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
.toppage {
	font-size: 10px;
}
/*quick-link*/
#quick-link{
	width:950px;
	height:30px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}



#quick-link li{
	display:inline;
	
	float:left;
	overflow:hidden;
	background-image: url(../images/qlinkback01.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#quick-link a{
	display:block;
	width:60px;
	height:30px;
	line-height:30px;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/qlinkline01.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#quick-link .first{

	background-image: url(../images/qlinkline01.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#quick-link .first a{
	width:80px;
	background-image: url(../images/b_mat_f.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#quick-link .last{
	width: 80px;
	background-image: url(../images/b_mat_b.gif);
	background-repeat: no-repeat;
	background-position: -20px 0px;
}
#quick-link .last a{
	width: 80px;
	background-image: url(../images/b_mat_b.gif);
	background-repeat: no-repeat;
	background-position: -20px 0px;
}
#quick-link .osusume{
	
	float:left;
	overflow:hidden;
	background-image: url(../images/qlinkback01.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#quick-link .osusume a{
	display:block;
	width:70px;
	height:30px;
	line-height:30px;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/qlinkline01.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}

/*左コンテンツ設定*/
.c_navi01 {
	border: 1px solid #1054FF;
	background-color: #F4F7FF;
}
.c_navi01 .title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1054FF;
	background-image: url(../images/160x24title.gif);
	background-repeat: no-repeat;
}
.c_navi01 .title .text {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-left: 20px;
	color: #424A6F;
}
.c_navi01 .list {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1054FF;
	background-image: url(../images/160x24list.gif);
	background-repeat: no-repeat;
	line-height: 18px;
}
.c_navi01 .list a {
	width: 160px;
	display: block;
	color: #0000CC;
	text-indent: 20px;
	text-decoration: none;
	height: 18px;
}
.c_navi01 .list a:hover {
	color: #FFFFFF;

	background-color: #699DD8;
}
.c_navi01 .listed {
	background-image: url(../images/160x24list.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
}
.c_navi01 .listed a {
	height: 16px;
	width: 160px;
	display: block;
	color: #0000CC;
	text-indent: 20px;
	text-decoration: none;
}
.c_navi01 .listed a:hover {
	color: #FFFFFF;
	background-color: #699DD8;
}
</pre></body></html>