@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles.css
 * Version   : 4.00
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

body {
 text-align: center;
 scrollbar-face-color: #FFFFFF;
 scrollbar-arrow-color: #FF9900;
 scrollbar-highlight-color: #F8A900;
 scrollbar-3dlight-color: #FFFFFF;
 scrollbar-shadow-color: #F8A900;
 scrollbar-track-color: #FFFFFF;
 scrollbar-darkshadow-color: #FFFFFF;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 12px;
}

/* リンク */
a,
a:link {
    color: #767676;
    text-decoration: none; 
}
a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none; 
    border-bottom-style: dotted; 
    border-bottom-color: #FF9900; 
    border-bottom-width: 2px;
}
a:active {
    color: #333333;
    text-decoration: none;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* ラインなしリンク */
#noline {
    border-style: none;
}

/* フォーム */
form {
    margin: 0px;

}

#search-options,
input {
    padding: 1px;
    font-size: 12px;
    color: #333333;
    border: 1px solid #ff9900;
    background-color: #ffffff;
}

textarea {
    padding: 1px;
    font-family: "Arial", "Helvetica", "sans-serif", "ＭＳ Ｐゴシック", "Osaka";
}

#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
    padding: 15px;
    border-bottom: 1px solid #669;
    color: #999;
    background: #8fabbe;
    text-align: left;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* カウンター */
#counter {
    padding-top: 8px;
    padding-left: 60px;
}

/* タイトルバナー */
#banner {
    padding: 0px;
    width: 850px;
    height: 70px;
    background: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("http://kittens-works.com/img/head_bg.jpg");
    text-align: left;
}
#banner a,
#banner a:link,
#banner a:visited {
    font-size: 0px;
    color: #ffffff;
    vertical-align: bottom;
    text-decoration: none;
    width: 280px;
    height: 30px;
    display: block;
    border-style: none;
}

#banner a:hover {
    border-style: none;
}
#banner a:active {
    border-style: none;
}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #ff9900;
    font-size: 0px;
}

/* グローバルメニュー */
.menu {
    width: 850px;
    height: 30px;
    background-color: #ffffff;
}
.navi {
    margin-left: 0px;
    list-style: none;
}

.navi li {
    float: left;
    border-style: none;
    font-size: 12px;
    text-align:center;
    padding-top: 10px;
    padding-left: 30px;
    color: #333333;
    height: 30px;
    margin-right: 0px; 
    margin-left: 20px; 
}

/* アーカイブ見出し */
#arctitle { 
    margin: 6px 5px 0;
    padding: 20px 10px 2px 0px;
    font-size: 10px;
    color: #999999;
    text-align: right;
}

/* エントリー全体 */
.blog {
    padding: 15px;
}

/* ブログ記事日付 */
.date { 
    margin: 6px 5px 0;
    padding: 20px 10px 2px 0px;
    font-size: 10px;
    color: #999999;
    text-align: right;
}

/* ブログ記事日付・各タイトル */
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    color: #ff9900;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 12px 10px 0;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 10px 0px;
    color: #444444;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 10px;
    margin-bottom: 5px;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.entry p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul, ol {
    padding-left: 12px;
}

ul li {
    list-style-type: none;
}

.entry ul,
.entry ol {
    padding-left: 12px;
}
.entry ul li {
    list-style-type: none;
}

/* 定義リスト */
dl {}
dt {
    font-size: 12px; 
    line-height: 150%; 
    color: #333333;
}
dd {
    font-size: 10px; 
    line-height: 150%; 
    color: #333333;
    padding-left: 10px;
}
.entry dl {}
.entry dt {
    font-size: 10px; 
    line-height: 150%; 
    color: #333333;
}
.entry dd {
    font-size: 10px; 
    line-height: 150%; 
    color: #333333;
    padding-left: 10px;
}

/* テキストエリア */
.entry textarea {
    width: 95%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {
    font-size: 12px;
    line-height:150%;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #ff9900;
    text-align: right;
    color: #ff9900;
    font-size: 10px;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* ページ分割表示 */
.paginate {
    color: #767676;
    text-align: center;
    font-size: 10px;
    line-height:140%;
}

/* コントローラー付き画像拡大表示 */
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
    border: none;
}
.highslide:hover img {
    border: none;
}
.highslide-image {
    border-bottom: none;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 5px;
    padding-left: 5px;
    text-align: left;
    font-size: 10px;
    _font-size: 9px;
}

/* カレンダー */
#calendar {
    margin: 5px 0 10px;;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 10px;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #ff9900;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #be003f;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #304285;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 10px;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border-style: dotted; 
    border-color: #FF9900; 
    border-width: 2px;
    text-align: center;
    color: #333333;
    font-size: 10px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    color: #444444;
    font-size: 10px;
    line-height: 150%;
}

.side ul,
.side ol {
    padding-left: 10px;
    font-size: 10px;
    line-height: 200%;
}
.side ul li {
    list-style-type: none;
    font-size: 10px;
    line-height: 200%;
}
.side ul li ul {
    padding-left: 10px;
    font-size: 10px;
    line-height: 200%;
}
.side li li {
    list-style-type: none;
    font-size: 10px;
    line-height: 200%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    margin: 0 0 0 2px;
    padding: 0;
    list-style: none;
    font-size: 10px;
    _font-size: 9px;
}
.side #categories ul li {
    margin: 2px 0 2px 5px;
    padding-left: 8px;
    list-style: none;
    font-size: 10px;
    _font-size: 9px;
    line-height: 200%;
}
.side #categories li li {
    margin: 2px 0 2px 5px;
    padding-left: 8px;
    list-style: none;
    font-size: 10px;
    line-height: 200%;
}
div .subcategories {
    margin-left: -15px;
    font-size: 10px;
}

/* 最近のコメント */
.sidecomment {
    font-size: 10px;
    line-height: 200%;
}

/* 月別アーカイブ折りたたみ */
ul.tree {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 9px;
    line-height: 200%;
    list-style: none;
}
ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 9px;
    line-height: 200%;
}
ul.tree li {
    margin: 0;
    padding: 0 0 0 11px;
    background-image: url("http://kittens-works.com/img/tree_lst.gif");
    background-repeat: no-repeat;
    list-style: none;
    font-size: 9px;
    line-height: 200%;
}
ul.tree li.tree_end {
    background-image: url("http://kittens-works.com/img/tree_end.gif");
    list-style: none;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 10px;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 10px;
}
ul#tags li.taglevel3 {
    font-size: 10px;
}
ul#tags li.taglevel4 {
    font-size: 10px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

/* サイドバナー */
.sbanner {
    padding-left: 10px;
    font-size: 10px;
}

/* リンク*/
.mylink {
    list-style: none;
}

.mylink li {
    font-size: 10px;
    text-align:left;
    padding-top: 2px;
    color: #666666;
    height: 20px;
    margin: 0px; 
}

.favlink dt {
    font-weight: bold;
    font-size: 12px;
    text-align:left;
    padding-top: 5px;
    color: #333333;
    line-height: 140%; 
    margin: 0px; 
}

.favlink dd {
    font-size: 10px;
    text-align:left;
    line-height: 140%;
    padding-top: 5px;
    padding-left: 8px;
    color: #666666;
    margin: 0px; 
}

/* Mail&Banner */
.mysite {
    margin-top: 5px;
    text-align: left;
    color: #333333;
    font-size: 10px;
    line-height: 140%;
}
.siteimage {
    margin: 5px;
    text-align: center;
}

/*  検索 */
fieldset {
    border: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 10px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0px;
    border: none;
    text-align: left;
}
.clear {
    clear: both;
}

/* ページトップリンク */
.root {
    clear:both;
    padding: 0px;
    background: #ffffff;
    color: #ff9900;
    font-size: 9px;
    text-align: right;
    line-height: 200%;
}

/* フッターコピー */
#copy { 
    clear:both;
    padding: 0px;
    background: #ffffff;
    color: #ff9900;
    font-size: 9px;  
    text-align: right;
    line-height: 200%;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #ff9900;
    font-size: 12px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #333333;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}

html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 266px;
    height: 110px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background-position: left top;
    background-repeat: repeat;
    background-image: url("http://kittens-works.com/img/bg_sc.gif");
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    text-align: left;
    background-color: #ffffff;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column #box {
    width: 850px;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 700px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #ffffff;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    font-size: 10px;
    color: #333333;
    background-color: #ffffff;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background: #FFFFFF;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #333333;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #333333;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {
    text-align: left;
}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column .blog {
    padding: 10px 10px;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 15px;
    font-size: small;
    color: #cccccc;
    background: #ffffff;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding: 15px;
    font-size: small;
    color: #cccccc;
    background: #ffffff;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 15px;
    font-size: small;
    color: #cccccc;
    background: #ffffff;
}

/* フッタ */
.layout-one-column #footer {
    text-align: right;
    padding: 12px 10px 15px 0px;
    font-size: 10px;
    color: #ff9900; 
    background-color: #ffffff; 
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 3カラムリキッドレイアウト */
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #FFFFFF;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #FFFFFF;
}

/* 2カラムリキッドレイアウト(右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #FFFFFF;
}

/* 2カラムリキッドレイアウト(左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #FFFFFF;
}

/* 1カラムリキッドレイアウト */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background: #FFFFFF;
}
/* 1カラムリキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

/* 1カラム用 */
body.layout-one-column-liquid {
    background: #FFFFFF;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    margin: auto;
    background-color: #ffffff; 
    font-size: 10px;
    text-align: center;
    line-height: 300%;
}
.layout-three-column #footer {
    width: 850px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 665px;
}
.layout-one-column #footer {
    width: 478px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

span.new {
    display: none;
    color: red;
    font-weight: bold;
}

.koikibanner {
    border: 0;
    margin-top:8px;
    margin-bottom:2px;
}

h2.cat { 
    font-size: 12px; 
    line-height: 160%; 
    color: #333333; 
    font-weight: bold;
}

th {
    font-size: 12px; 
    font-weight: bold; 
    color: #333333;
}
.box1 { 
    font-size: 10px; 
    line-height: 200%; 
    color: #333333; 
    border: 1px #999999 solid;
}

.box2 { 
    font-size: 12px; 
    line-height: 200%; 
    color: #333333; 
    border: 1px #999999 solid;
}

.text2 { 
    font-size: 12px; 
    line-height: 200%; 
    color: #333333;
}

.text3 { 
    font-size: 12px; 
    line-height: 200%; 
    color: #666666;
}

.text4 { 
    font-size: 12px; 
    line-height: 200%; 
    color: #333333; 
    font-weight: bold;
}

.text5 { 
    font-size: 12px; 
    line-height: 160%; 
    color: #333333; 
    font-weight: bold;
    text-align: center;   
}

.text6 {
    width: auto;
    margin: 0 10px 0px; 
    background: #FFFFFF;
    font-size: 10px; 
    line-height: 150%; 
    color: #333333;
    word-break: break-all;
}

.red {
    color: #BE003f;
    font-size: 10px; 
}

.param1 { 
    text-decoration: none; 
    border-top: 1px #FFFFFF solid; 
    border-right: 1px #FFFFFF solid; 
    border-bottom: 1px #333333 solid; 
    border-left: 1px #FFFFFF solid; 
    font-size: 12px; 
    color: #666666;
} 

.param2 { 
    text-decoration: none; 
    border-top: 1px #333333 solid; 
    border-right: 1px #333333 solid; 
    border-bottom: 1px #333333 solid; 
    border-left: 1px #333333 solid; 
    font-size: 12px; 
    color: #666666;
}

.param3 { 
    border-top: 1px #FFFFFF solid; 
    border-right: 1px #FFFFFF solid; 
    border-bottom: 1px #333333 solid; 
    border-left: 1px #333333 solid; 
    font-size: 12px; 
    color: #666666;
}

.param4 { 
    border-top: 1px #FFFFFF solid; 
    border-right: 1px #FFFFFF solid; 
    border-bottom: 1px #FFFFFF solid; 
    border-left: 1px #333333 solid; 
    font-size: 12px; 
    color: #666666;
}

.param5 { 
    border-top: 1px #FFFFFF solid; 
    border-right: 1px #FFFFFF solid; 
    border-bottom: 1px #FFFFFF solid; 
    border-left: 1px #FFFFFF solid; 
    font-size: 12px; 
     color: #666666;
}
