html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, li, dl, dt, dd, table, th ,td, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-family: Meiryo, Verdana, Osaka, sans-serif;
    background: url(/images/background.gif) repeat-x #186009;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    vertical-align: baseline;
}
html:not([lang*=""])  body {
    font-family: "Bitstream Vera Sans", Verdana, Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-family: Meiryo, Verdana, Osaka, sans-serif;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
}
a {
    color: #0066cc;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #114477;
    text-decoration: underline;
}
img, a img {
    border: none;
}
ul {
    list-style: none;
}

.big {
    font-size: 130%;
    font-weight: bold;
}
.small {
    font-size: 80%;
}
.red {
    color: #ff0000;
}
.green {
    color: #009900;
}
.blue {
    color: #0000eb;
}
.alignright {
    float: right;
    margin: 0 0 0 10px;
}
.alignleft {
    float: left;
    margin: 0 10px 0 0;
}

#wrap {
    margin: 0 auto 0 auto;
    width: 962px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

/* ---------------- ブロック分け ---------------- */

#header {
    background: url(/images/header-bg.jpg) 0 0 no-repeat;
    overflow: hidden;
}

#container {
    padding: 20px 0;
    width: 962px;
    text-align: left;
}

#main {
    display: inline;
    float: left;
    margin-left: 30px;
    padding: 10px 0 20px 0;
    width: 560px;
    overflow: hidden;
}

#side {
    display: inline;
    float: right;
    margin-right: 30px;
    padding: 10px 0 20px 0;
    width: 310px;
    overflow: hidden;
}

#footer {
    padding: 12px 0;
    width: 962px;
    text-align: center;
    border-top: 1px solid #eeeeee;
    background-color: #f8f8f8;
}

/* ---------------- ヘッダー ---------------- */

#top {
    width: 960px;
    height: 120px;
}
#top .logo {
    float: left;
    display: inline;
    margin: 30px 0 0 110px;
}
#top .logo a img:hover {
    margin-top: 1px;
    margin-left: 1px;
}

#global-navi {
    width: 962px;
}
#global-navi ul {
    margin-left: 30px;
    float: left;
    display: inline;
}
#global-navi ul li {
    margin-left: 5px;
    float: left;
    display: inline;
    list-style: none;
    font-family: Meiryo, Verdana, Osaka, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}
#global-navi ul li a,
#global-navi ul li a:hover {
    display: block;
    padding: 10px 15px;
    text-align: center;
    color: #ffffff;
    border-top: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
}
#global-navi ul li a {
    background: url(images/bg-dot.gif) 0 0 repeat-x;
}
#global-navi ul li a:hover {
    background: url(images/bg-dot.gif) 0 -60px repeat-x;
    text-decoration: none;
}
#global-navi ul li.active a,
#global-navi ul li.active a:hover {
    background: url(images/bg-dot.gif) 0 -120px repeat-x;
    color: #333333;
}
#top:after,
#global-navi:after {
    clear: both;
    content: "";
    display: block;
}

/* ---------------- パンくずリスト ---------------- */

#breadcrumbs {
    margin: 0 0 20px 0;
    padding: 7px 15px 7px 20px;
    width: 523px;
    background: url(images/bread-arrow.gif) no-repeat #fcfcfc;
    border: 1px solid #eeeeee;
    text-align: left;
}
#breadcrumbs p#breadcrumbs-content {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}
#breadcrumbs p#breadcrumbs-content a {
    font-family: Meiryo, Verdana, Osaka, sans-serif;
    font-weight: bold;
    color: #333333;
}
#breadcrumbs p#breadcrumbs-contentb a:hover {
    color: #aaaaaa;
    text-decoration: none;
}
#breadcrumbs p#breadcrumbs-content a.current {
    color: #bb0000;
}

/* ---------------- トップページ装飾 ---------------- */

#main .panel {
    margin: 0 0 20px 0;
    width: 558px;
    text-align: left;
}
#main ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 12px;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    width: 559px;
}
#main ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #efefef;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
}
#main ul.tabs li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 0 20px;
    border: 1px solid #fafafa;
    outline: none;
}
#main ul.tabs li a:hover {
    background: #cccccc;
}
#main ul.tabs li.active, #side ul.tabs li.active a:hover {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}
#main .tab_container {
    border: 1px solid #efefef;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #ffffff;
}
#main .tab_content {
    margin: 10px;
    padding: 10px;
    width: 518px;
    height: 100px;
    overflow: auto;
}
#main .tab_content ul {
    margin: 0;
}
#main .tab_content ul li {
    margin: 2px 0 5px 0;
    padding-left: 20px;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    background: url(images/list-arrow.gif) 2px 2px no-repeat;
}
#main .tab_content ul li a {
    color: #333333;
}
#main .tab_content ul li a:hover {
    color: #777777;
    background-color: #f5f5f5;
    text-decoration: none;
}

#homepage-image {
    margin: 0 0 30px 0;
    width: auto;
    height: 150px;
    border: 5px solid #efefef;
}

/* ---------------- 記事タイトル ---------------- */

#main h1{
    font-weight: normal;
} 
#main .content h1 {
    margin: 0;
    padding: 5px 0 5px 0;
    line-height: 36px;
    font-size: 30px;
    color: #000000;
    font-weight: normal;
}
#main .content h2,
#main h2.archive-header {
    width: 547px;
    margin: 20px 0 15px 0;
    padding: 5px 0 4px 8px;
    font-size: 18px;
    line-height: 24px;
    border-left: 5px solid #cc0000;
    background-color: #f8f8f8;
}
#main .content h2.title {
    clear: both;
    margin: 20px 0 15px 0;
    padding: 10px 0 5px 10px;
    width: 548px;
    line-height: 25px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    background: url(/images/post-title-wh.gif) repeat;
    border: 1px solid #dddddd;
}
#main .content h2.top-entry {
    margin: 0 0 15px 0;
}
#main .content h2.image-title {
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    background: none;
}
#main .content h2 a {
    color: #333333;
    text-decoration: none;
}
#main .content h2 a:hover {
    color: #aa0000;
    text-decoration: none;
}
#main .content h3 {
    clear: both;
    width: 535px;
    margin: 15px 0 10px 0;
    padding: 3px 0 2px 10px;
    font-size: 16px;
    line-height: 18px;
    color: #bb0000;
    border-left: 15px solid #888800;
}

/* ---------------- メタデータ ---------------- */

span.left-cat {
    margin-right: 10px;
    font-family: Arial, "Bitstream Vera Sans",  Verdana, Osaka, sans-serif;
    font-size: 80%;
    font-weight: bold;
}
#main .odd_post span.left-cat,
#main .even_post span.left-cat {
    margin-right: 6px;
    font-size: 80%;
}
span.left-cat a {
    color: #cc0000 !important;
}
span.left-cat a:hover {
    color: #777777 !important;
}

#main .content .meta {
    margin: 10px 0 10px 0;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
    display: block;
}
#main .content .meta .date {
    font-weight: bold;
}
#main .content .categories {
    width: 520px;
    height: 20px;
}
#main .content .categories ul {
    list-style: none;
}
#main .content .categories ul li {
    float: left;
    display: inline;
    font-size: 12px;
}
#main .content .categories ul li a {
    display: block;
    margin-right: 8px;
    padding: 5px;
    color: #ffffff;
    background-color: #333333;
}
#main .content .categories ul li a:hover {
    color: #ffffff;
    background-color: #888888;
    text-decoration: none;
}
#main .content .entry-tags {
    width: 520px;
    height: 20px;
}
#main .content .entry-tags ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
#main .content .entry-tags ul li {
    float: left;
    display: inline;
}
#main .content .entry-tags a {
    margin-right: 8px;
    padding: 3px 0;
    color: #333333;
}
#main .content .entry-tags a:hover {
    color: #888888;
}

/* ---------------- 記事本文 ---------------- */

#main .content {
    width: 560px;
}
#main .content .post {
    padding: 5px 0 15px 0;
    width: auto;
}
#main .content .asset-more-link a,
#main .content p a,
#main .content .post p a,
#main .content .post ul li a,
#main .content .post ol li a {
    font-family: Meiryo, Verdana, Osaka, sans-serif;
    font-weight: bold;
}
#main .content .post p {
    width: auto;
    margin: 5px 0 12px 0;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
#main .content .post img {
    border: 5px solid #efefef;
}
#main .content .post a img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#main .content .post ul {
    margin: 10px 0 18px 35px;
}
#main .content .post ul li {
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    list-style: square outside;
}
#main .content .post ol {
    margin: 10px 0 18px 40px;
    padding: 0;
}
#main .content .post ol li {
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    list-style: decimal outside;
}
#main .content .post dl {
    font-size: 14px;
    padding: 5px 0 10px 0;
}
#main .content .post dt {
    margin: 10px 0 5px 0;
    line-height: 20px;
    font-weight: bold;
}
#main .content .post dd {
    margin-bottom: 5px;
    margin-left: 15px;
    line-height: 18px;
}

/* ---------------- ハーフサイズ ---------------- */

#main .odd_post,
#main .even_post {
    float: left;
    display: inline;
    padding-top: 3px;
    width: 275px;
    height: 330px;
}
#main .even_post {
    margin-left: 10px;
}
#main .odd_post h2.title,
#main .even_post h2.title {
    clear: both;
    margin-bottom: 7px;
    padding: 6px 5px 3px 6px;
    width: 262px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}
#main .odd_post h2,
#main .even_post h2 {
    width: 261px;
}
#main .odd_post p,
#main .even_post p,
#main .odd_post li,
#main .even_post li {
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 1px;
}
#main .odd_post img,
#main .even_post img {
    max-width: 120px;
    max-height: 120px;
    width: expression(this.width > 120 ? 120: true);
    height: expression(this.height > 120 ? 120: true);
}

/* ---------------- 記事ナビゲーション ---------------- */

#main .content-nav {
    clear: both;
    width: 560px;
    text-align: center;
    font-size: 14px;
}

#adsense {
    margin: 10px 0;
    text-align: center;
}

/* ---------------- トラックバック・コメント ---------------- */

#comments,
#comments-open,
#trackbacks {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
#comments p.comments-header,
#trackbacks p.trackbacks-header {
    clear: both;
    width: 542px;
    margin: 25px 0 20px 0;
    padding: 5px 0 5px 8px;
    font-family: Meiryo, Verdana, Osaka, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    background-color: #f8f8f8;
    color: #333333;
    border-left: 10px solid #333333;
}
#comments .inner {
    margin-bottom: 15px;
}
#comments-open-data, #comments-open-footer {
    line-height: 30px;
}
#comment {
    padding: 10px 0;
}
.asset-meta {
    font-size: 12px;
}
.comment-content p {
    font-size: 14px;
    font-weight: bold;
}
#comments input[type=submit],
#comments-open input[type=submit],
#comments-open input[type=button] {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 15px 7px 15px;
    border: 1px solid #555555;
    color: #ffffff;
    background-color: #bb0000;
    cursor: pointer;
}
#comments input[type=submit]:hover,
#comments-open input[type=submit]:hover,
#comments-open input[type=button]:hover {
    background-color: #333333;
}
#comments-attention {
    padding: 10px 0;
    color: #666666;
}
#comments-attention p.attention-title {
    font-family: Meiryo, Verdana, Osaka, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
#comments-attention ul.please {
    margin-top: 5px;
}
#comments-attention ul.please li{
    list-style: none;
    font-size: 11px;
    line-height: 16px;
}

/* ---------------- アーカイブ ---------------- */

#main .archive-content {
    margin: 5px 0;
    padding: 5px 0;
}

/* ---------------- サイドバー ---------------- */

#side p {
    margin: 2px 0 5px 0;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
}
#side p.sidelabel {
    margin: 15px 0 10px 0;
    padding: 10px 0;
    font-family: Meiryo, Verdana, Osaka, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #dddddd;
    background: url(images/side-title-fw.gif) repeat;
    color: #ffffff;
}
#side ul {
    margin: 5px 0;
}
#side ul li {
    margin: 2px 5px 5px 0;
    padding-left: 20px;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    background: url(images/list-arrow.gif) 2px 2px no-repeat;
}
#side ul li a {
    color: #000000;
}
#side ul li a:hover {
    color: #777777;
    background-color: #f5f5f5;
    text-decoration: none;
}
#side ul.blocklist {
    margin: 0 0 5px 0;
    border-top: 1px dashed #cccccc;
}
#side ul.blocklist li {
    font-family: Meiryo, Verdana, Osaka, sans-serif;
    margin: 0;
    padding: 2px 0;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    border-bottom: 1px dashed #cccccc;
    background: none;
}
#side ul.blocklist li a {
    display: block;
    padding: 7px 0;
    font-weight: bold;
}
#side ul.neutral {
    width: 310px;
    text-align: center;
}
#side ul.neutral li {
    font-family: Meiryo, Verdana, Osaka, sans-serif;
    display: inline;
    padding: 0 1px;
    font-weight: bold;
    line-height: normal;
    background: none;
}
#side ul.neutral li.rank-1 {
    font-size: 2em;
}
#side ul.neutral li.rank-2 {
    font-size: 1.8em;
}
#side ul.neutral li.rank-3 {
    font-size: 1.6em;
}
#side ul.neutral li.rank-4 {
    font-size: 1.4em;
}
#side ul.neutral li.rank-5 {
    font-size: 1.3em;
}
#side ul.neutral li.rank-6 {
    font-size: 1.2em;
}
#side ul.neutral li.rank-7 {
    font-size: 1.1em;
}
#side ul.neutral li.rank-8 {
    font-size: 1em;
}
#side ul.neutral li.rank-9 {
    font-size: 1.9em;
}
#side ul.neutral li.rank-10 {
    font-size: 0.8em;
}
#side ul.neutral:after {
    clear: both;
    content: "";
    display: block;
}
#side .adbox {
    margin: 0;
    padding: 0;
    width: 310px;
    text-align: center;
}
#side .block {
    margin: 0;
    padding: 0;
    width: 310px;
}
#side .leftblock {
    float: left;
    margin: 0;
    width: 170px;
    overflow: hidden;
}
#side .rightblock {
    float: right;
    margin: 0;
    width: 130px;
    overflow: hidden;
}
#side .widget-content {
    overflow: hidden;
}

/* ---------------- 検索 ---------------- */

#side .search_widget {
    text-align: center;
}
#side input.insite {
    margin-bottom: 10px;
    width: 120px;
}

/* ---------------- フッタ ---------------- */

#footer p {
    font-size: 10px;
    line-height: 14px;
    color: #333333;
}
#footer a {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover {
    color: #888888;
}

#header:after,
#container:after,
#main:after,
#main .panel:after,
#main .content:after,
#main .odd:after,
#main .even:after,
#main .content .categories:after,
#main .content .post:after,
#main .content .cover:after,
#main .content .meta:after,
#trackbacks:after,
#comments ul#comment-nav:after,
#side:after,
#side .block:after,
#side .widget-content:after,
#footer:after {
    content: "";
    clear: both;
    display: block;
}

/* ---------------- RSS表示 ---------------- */

#main .city-feed {
    clear: both;
    width: 560px;
}
#main .city-feed .recentposts {
    width: 560px;
    height: 205px;
    overfllow: auto;
    margin-bottom: 5px;
}
#main .city-feed .recentposts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main .city-feed .recentposts ul li {
    width: 540px;
    margin: 2px 0 2px 12px;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 20px;
background: url(/rss/side-list.gif) 0 2px no-repeat;
    letter-spacing: 1px;
    color: #333333;
}

/* ---------------- その他表示設定 ---------------- */

pre {
    font-family: Arial, Osaka;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    letter-spacing: 1px;
    background-color: #f8f8f8;
    margin: 10px auto 15px auto;
    padding: 10px;
    width: 538px;
    border: 1px solid #888888;
    overflow: scroll;
}
blockquote {
    margin: 5px 15px 10px 15px;
    padding: 10px 15px;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #eeeeee;
    background-color: #fdfdfd;
}
