<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------INDEX----------*/

h2#atitle {
	font-size : 120%;
	font-weight : 700;
	margin-bottom : 25px;
}

#entry {
	width : 880px !important;
	width /**/: 950px;
	padding : 35px 35px 40px 35px;
	background : #ffffff;
	border-radius : 15px;
}

#entry h3 {
	margin-bottom : 30px;
	padding : 14px 15px 15px 17px;
	background : #cde6f0;
	font-size : 120%;
	font-weight : 700;
}

#entry h3 a {
	color : #282828;
	text-decoration : underline;
}

#entry h3 a:hover {
	color : #282828;
	text-decoration : none;
}

dl#infoList {
	margin-bottom : 40px;
}

dl#infoList dt {
	float : left;
	width : 140px;
	margin-right : 10px;
	padding : 11px 0 13px 0;
}

dl#infoList dt {
	clear : left;
}

dl#infoList dd {
	padding : 11px 0 13px 0;
	border-bottom : dashed 1px #b4b4b4;
}

dl#infoList dd a {
	color : #145abe;
	text-decoration : underline;
}

dl#infoList dd a:hover {
	color : #145abe;
	text-decoration : none;
}

#data {
	width : 100%;
	border-top : solid 1px #b4b4b4;
	border-left : solid 1px #b4b4b4;
}

#data th {
	width : 220px !important;
	width /**/: 246px;
	padding : 13px 13px 12px 13px;
	border-bottom : solid 1px #b4b4b4;
	background : #dce3e4;
	text-align : left;
	font-weight : normal;
}

#data td {
	padding : 13px 15px 12px 15px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	line-height : 1.5em;
}

#data th a {
	color : #145abe;
	text-decoration : underline;
}

#data th a:hover {
	color : #145abe;
	text-decoration : none;
}

/*----------ENTRY----------*/

.ebox {
	margin-bottom : 30px;
}

p.efoot {
	margin-top : 35px;
	padding-top : 25px;
	border-top : dashed 1px #c8c8c8;
	text-align : right;
}

p.efoot span {
	margin-right : 5px;
	letter-spacing : 1px;
}

p.efoot a {
	margin-left : 5px;
	color : #145abe;
}

.asset-body {
	line-height : 1.6em;
}

.asset-body a {
	color : #145abe;
	text-decoration : underline;
}

.asset-body a:hover {
	color : #145abe;
	text-decoration : none;
}

.asset-body ul {
	margin : 20px 0 20px 20px;
}

p#fback {
	width : 170px;
	margin : 40px auto 0 auto;
	text-align : center;
}

p#fback a {
	display : inline-block;
	width : 170px;
	padding : 9px 0 12px 0;
	color : #ffffff;
	background : #a59682;
	border-radius : 30px;
	text-decoration : none;
}

p#fback a:hover {
	display : inline-block;
	width : 170px;
	padding : 9px 0 12px 0;
	color : #ffffff;
	background : #55463c;
	border-radius : 30px;
	text-decoration : none;
}

/*----------PAGE_NAVI----------*/

ul#pnavi {
	clear : both;
	width : 950px;
	margin : 50px 0 20px 0; 
}

ul#pnavi li {
	list-style : none;
	display : inline;
	margin : 0 3px 0 0;
	font-size : 120%;
	font-style : normal;
}

ul#pnavi li a {
	text-decoration : none;
	padding : 4px 14px 6px 14px;
	color : #ffffff;
	background : #a59682;
	border-radius : 6px;
}

ul#pnavi li a:hover {
	color : #ffffff;
	padding : 4px 14px 6px 14px;
	background : #55463c;
	border-radius : 6px;
}

ul#pnavi span.current_page {
	padding : 4px 14px 6px 14px;
	color : #282828;
	background-color : #ffffff;
	border-radius : 6px;
}

/*----------SIDEBAR----------*/

#side {
	float : right;
	width : 260px;
}

#side h3 {
	padding : 15px 0 16px 0;
	color : #ffffff;
	background : #55463c;
	font-size : 100%;
	font-weight : 700;
	border-top-left-radius : 12px;
	border-top-right-radius : 12px;
	text-align : center;
}

ul#sideList {
	list-style : none;
	width : 220px !important;
	width /**/: 260px;
	padding : 13px 20px 22px 20px;
	background : #e2d7c8;
	border-bottom-left-radius : 12px;
	border-bottom-right-radius : 12px;
}

ul#sideList li a {
	display : block;
	padding : 8px 0 10px 0;
	border-bottom : solid 2px #f5f0e6;
	color : #282828;
	text-decoration : underline;
}

ul#sideList li a:hover {
	display : block;
	padding : 8px 0 10px 0;
	border-bottom : solid 2px #f5f0e6;
	color : #282828;
	background : #f5f0e6;
	text-decoration : none;
}

ul#sideList select {
	width : 100%;
	margin-top : 15px;
	padding : 7px 0 10px 0;
	font-size : 100%;
	font-family : "source-han-sans-japanese",sans-serif;
	font-weight : 400;
	font-style : normal;
	border : none;
	border-radius : 7px;
}</pre></body></html>