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

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-align: center;/* center on ie */
	font-family: sans-serif;
}

body#top{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: sans-serif;
}

form{
	margin: 0px;
	padding: 0px;
}
a{
	color: #333;
	text-decoration: underline;
}
a img{
	color: #00AAD5;
	border: 0px;
}
body#top a{
	text-decoration: none;
	color: #fff;
}
body#top a:hover{
	text-decoration: underline;
	color: #fff;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* font information */
.red{
	color: #cc0000;
}
.redb{
	color: #cc0000;
	font-weight: bold;
}

/* layout */
#header{
	position: relative;
	margin: 0 auto; /* center on everything else */
	padding: 0px;
	width: 800px;
	text-align: left;
}
#global{
	position: relative;
	margin: 0 auto; /* center on everything else */
	padding: 0px;
	width: 800px;
	text-align: center;
}
#categorytitle{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: left;
	background-color: #fff;
}
#container_top{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: center;
	background-color: #fff;
}
#container{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: center;
	background-color: #fff;
}
#flash{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 80px;
	margin-bottom: 80px;
	width: 800px;
	text-align: center;
}

#footer{
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* global */
#global ul{
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: left;
	list-style-type: none;
}
#global ul li{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline;
}

/* container */
.breadcrumbs{
	margin: 0 auto; /* center on everything else */
	padding: 0px;
	font-size: 80%;
	color: #696969;
	letter-spacing: 1px;
	line-height: 150%;
	position: relative;
	width: 800px;
	text-align: left;
	background-color: #fff;
}
.breadcrumbs ul.navi-category-directory{
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	list-style: none;
}
.breadcrumbs ul.navi-category-directory li{
	display: inline;
}
.breadcrumbs ul.navi-category-directory li:after{
	content: " &gt; ";
}
.breadcrumbs ul.navi-category-directory li.current-category:after{
	content: "";
}

/* content */
#content{
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 500px;
	float: left;
	text-align: left;
}
#content h2{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	background-color: #00AAD5;
	text-align: left;
}
#content h2 a{
	text-decoration: none;
	color: #fff;
}
#content h2 a:hover{
	color: #fff;
	text-decoration: underline;
}
#content h3{
	color: #000;
	font-size: 80%;
	font-weight: bold;
}
#content h4{
	color: #00AAD5;
	font-size: 80%;
	font-weight: bold;
}

#content div.extended{
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 5px;
	font-size: 80%
	line-height: 150%;;
	background-color: #F0F8FF;
}

#content div.extended h3{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	font-size: 85%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
#content p{
	font-size: 80%;
}
#content p.small{
	font-size: 70%;
	line-height: 150%;;
}
#content p.categorylink{
	margin-top: 15px;
	color: #00AAD5;
	text-align: right;
}
#content p.categorylink a{
	color: #00AAD5;
	text-decoration: none;
}
#content p.categorylink a:hover{
	color: #666;
	text-decoration: underline;
}
.entry{
	margin-bottom: 30px;
	padding: 0px;
}
.entry p{
	margin: 0px;
	padding: 5px;
	font-size: 80%;
	color: #333;
	line-height: 150%;
}
.caution{
	margin-bottom: 30px;
	padding: 0px;
}
.caution p{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 80%;
	color: #333;
	text-align: left;
	line-height: 150%;
}
.mainphoto{
	margin-bottom: 20px;
	padding: 0px;
	width: 240px;
	border: solid 1px #ccc;
	float: left;
}
.maininfo{
	margin: 0px;
	padding: 0px;
	width: 235px;
	float: right;
}
.maininfo h3{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 85%;
	font-weight: bold;
	color: #333;
}
.maininfo p{
	margin: 0px;
	padding: 3px;
	font-size: 80%;
	color: #333;
	background-color: #f5f5f5;
}
.maininfo p.small{
	margin: 0px;
	padding-top: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 70%;
	color: #333;
	background-color: #f5f5f5;
}
.maininfo ul{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	height: 50px;
	list-style-type: none;
}
.maininfo ul li{
	margin-right: 10px;
	padding: 0px;
	width: 50px;
	height: 50px;
	float: left;
}
.maininfo li a{
	border: solid 1px #fff;
	width: 50px;
	height: 50px;
	display: block;
}
.maininfo li a:hover{
	border: solid 1px #ccc;
	width: 50px;
	height: 50px;
	display: block;
}
table{
	margin: 0px;
	padding: 0px;
}
td.head{
	text-align: center;
	width: 120px;
	background-color: #f5f5f5;
}
td{
	margin: 1px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	width: 370px;
	border-bottom: solid 1px #ccc;
}

dl{
	margin: 0px;
	padding: 0px;
	clear: both;
}
dt{
	margin: 0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	text-align: center;
	width: 120px;
	float: left;
	background-color: #f5f5f5;
	border-bottom: solid 1px #ccc;
}
dd{
	margin: 1px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	width: 370px;
	float: right;
	border-bottom: solid 1px #ccc;
}
dl.formstyle{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 490px;
	border-top: dotted 1px #ccc;
}
dl.formstyle dt{
	margin: 0px;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	font-size: 80%;
	color: #333;
	text-align: center;
	width: 120px;
	float: left;
	background-color: #fff;
	border: none;
}
dl.formstyle dd{
	margin: 1px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	font-size: 80%;
	color: #333;
	width: 360px;
	float: right;
	background-color: #fff;
	border-left: solid 3px #ccc;
	border-bottom: none;
}
dl.formstyle input{
	background-color: #f5f5f5;
}
dl.formstyle textarea{
	background-color: #f5f5f5;
}
dl.formstyle input.submitbtn{
	padding: 3px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	cursor: pointer;
}
dl.formstyle input.graybtn{
	padding: 3px;
	color: #696969;
	font-weight: bold;
	background-color: #fff;
	cursor: pointer;
}
ul.sitemap{
	font-size: 80%;
	color: #333;
}
ul.sitemap li{
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}


/* sidebar */
#sidebar{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 248px;
	text-align: left;
	float: right;
}
#sidebar h2{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
#sidebar ul.localmenu{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul.localmenu li{
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	line-height: 200%;
	border-bottom: solid 1px #ccc;
}
#sidebar ul.localmenu a{
	background-color: #fff;
	display: block;
}
#sidebar ul.localmenu a:hover{
	background-color: #f5f5f5;
	display: block;
	text-decoration: none;
}
#sidebar ul.news{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul.news li{
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	line-height: 200%;
	border-bottom: dotted 1px #ccc;
}
#sidebar div.pickup{
	margin: 0px;
	padding: 0px;
	width: 248px;
	height: 248px;
	background:url("/pickup/pickup.jpg") no-repeat;
	border: solid 1px #ccc;
}

/* footer */
#footer address{
	font-style: normal;
	font-size: 75%;
	color: #696969;
	line-height: 150%;
	float: left;
}
#top #footer address{
	font-style: normal;
	font-size: 75%;
	color: #fff;
	line-height: 150%;
	float: left;
}
#footer ul{
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
	float: right;
}
#footer ul li{
	font-size: 75%;
	color: #696969;
	line-height: 150%;
	display: inline;
}
#top #footer li{
	color: #fff;
}
#footer a:hover{
	color: #696969;
	text-decoration: none;
}</pre></body></html>