<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 */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #0B5D97;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0B5D97;
}
a:hover {
	text-decoration: underline;
	color: #9C84A6;
}
a:active {
	text-decoration: none;
	color: #0B5D97;
}
.base {
	width: 460px;
	margin: auto;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(photo.jpg);
	background-position: center center;
	/*Fx 右左上5px*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	/*Webkit 右左上5px*/
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding-bottom: 20px;
}
.base .header h1 {
	font-size: 1.5em;
	line-height: 70px;
	text-align: right;
	margin: 0px;
	padding-right: 25px;
	color: #666666;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 20px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	text-align: right;
	display: block;
	padding: 10px;
}
.base .header .menu a:hover {
	letter-spacing: 1em;
}
/*======================================

メイン

=======================================*/
.base .main {
	margin: 20px;
}
.base .main .t {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}
.base .main .td {
	line-height: 2em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.base .footer .copy {
	line-height: 30px;
	font-size: .9em;
	text-align: center;
}
textarea, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	margin: 2px;
	padding: 2px;
}</pre></body></html>