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


/*Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, p, em, img, 
small, strong, sub, 
dl, dt, dd, ol, ul, li,
table, tr, th, td,
article, footer, header, menu, nav, section {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

nav ul {
	list-style:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


/*フォント
------------------------------------------------------------*/
body {
	font:12px/1.231 ;
	font-family:'Lucida Grande',
 	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 	Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	color:#333;
	background-color:#e5dbce;
	line-height: 150%;
	}

/* リンク */
a:link,a:visited,a:hover,a:active {
	color: #666666;
	text-decoration:none;
}


/*基本レイアウト
------------------------------------------------------------*/
/* ヘッダー 今は特に指定なし*/
header{
}


/* メイン */
#main{
	font-size:90%;
}

div img {
     vertical-align:middle;
}

.group table {
	width: 95%;
	border: 0px #000000 solid;
	background-color: lightgrey;
	margin: 10px; 
}

.group td {
	border: 0px #000000 solid;
	background-color: #ffffff;
	padding: 5px 10px;
}

.group th {
	border: 0px #000000 solid;
	padding: 2px 10px;
}

.group td span {
	color: #FF8C00;
	font-weight:bold;
}

h1{
	width:110px;
	padding:0px 0px 10px 0px;
}

p{
	font-size:90%;
}

.nav1 ul li{
	width:50%;
	float:left;
	background: -moz-linear-gradient(#ffffff, #d3d3d3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3d3d3)); 
}

.nav1 ul li a{
	display:block;
	padding:15px 10px 15px 10px;
	border-left:1px solid #fff;
	background:url(img/yajirushi.png) no-repeat right center;
	background-size:auto 20px;
	font-size:110%;
}


/* フッター */
footer ul li{
	float:left;
	width:110px;
	margin-left:10px;
	list-style:none;
	padding:20px 15px 30px 5px;
}

footer .copyright{
	padding:100px 15px 30px 5px;
	font-size:80%;
	text-align:center;
}


/*基本レイアウトここまで
------------------------------------------------------------*/
</pre></body></html>