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

h1 a { display: block; height: 500px; text-indent: -9999px; outline: 0px none; }

#container { margin: 0px auto; width: 1000px; color: rgb(0, 0, 0); font-size: 12px; font-family: Verdana; background-color: rgb(255, 255, 255); }

#banner { height: 500px; background: url('/img/top_image.jpg') no-repeat scroll 0% 0% transparent; position: relative; margin-bottom: 20px; }

#content { margin: 0px 0px 10px 20px; float: left; width: 725px; }

#links { font-weight: normal; float: left; width: 230px; padding-top: 0px; padding-bottom: 10px; margin: 0px 0px 0px 10px; font-size: 15px; text-align: center; }

#links-left { font-weight: normal; float: left; width: 230px; padding-top: 0px; padding-bottom: 10px; padding-left: 10px; margin: 0px 0px 0px 10px; text-align: left; font-size: 15px; }

.title { padding: 20px 0px 0px 15px; margin-top: 0px; margin-bottom: 0px; font-weight: bold; font-size: 50px; color: rgb(51, 102, 204); font-family: å¯Œå£«ãƒãƒƒãƒ—; }

.text { padding: 10px 30px 0px 30px; margin-top: 0px; line-height: 200%; font-family: Verdana; font-size: 25px; }

.info-title { padding: 0px 0px 0px 20px; margin-top: 0px; margin-bottom: 0px; font-weight: bold; font-size: 40px; color: rgb(51, 102, 204); font-family: å¯Œå£«ãƒãƒƒãƒ—; }

.info-text { padding: 50px 30px 0px 30px; margin-top: 0px; margin-bottom: 0px; line-height: 200%; font-family: Verdana; font-size: 25px; }

.blog-top { height: 100px !important; background-image: url('/img/top.jpg'); background-repeat: no-repeat; }
.blog-middle { background-image: url('/img/middle.jpg'); background-repeat: repeat-y; }
.blog-bottom { height: 72px !important; background-image: url('/img/bottom.jpg'); background-repeat: no-repeat; }

.info-top { height: 120px !important; background-image: url('/img/info_top.jpg'); background-repeat: no-repeat; }
.info-middle { background-image: url('/img/info_middle.jpg'); background-repeat: repeat-y; }
.info-bottom { height: 64px !important; background-image: url('/img/info_bottom.jpg'); background-repeat: no-repeat; }

.owner-date { font-size: 24px; }
.owner-comment { font-size: 21px; }

.date {font-size: 45px !important;}

/* choka */

.fish-name { font-weight: bold; font-size: 150%; line-height: 150%; }

.fish-num { font-weight: bold; font-size: 150%; line-height: 150%; }

.fish-comment { font-weight: bold; font-size: 150%; line-height: 150%; }

.color-red { color: #ff0000; }</pre></body></html>