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

/*
 * File      : styles-site.css
 * Version   : 2.04
 * 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.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* エントリー用スタイル */

.sighi-entry-title, .sighci-entry-title
{ border-bottom:1px solid blue; margin-top:50px; font-weight:bold; }
.sighi-entry-main, .sighci-entry-main
{ margin-left:20px; margin-right:20px; margin-top:10px; }
.sighi-entry-subtitle, .sighci-entry-subtitle
{ margin-left:10px; margin-right:10px; margin-top:10px; font-weight:bold; }
.sighi-entry-submain, .sighci-entry-submain
{ margin-left:20px; margin-right:20px; margin-top:10px; }
.sighi-entry-submain2, .sighci-entry-submain2
{ margin-left:20px; margin-right:20px; }
.sighi-entry-subabst, .sighci-entry-subabst
{ margin-left:30px; margin-right:30px; margin-top:5px; font-size:x-small; line-height:120%; }

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

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

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

/* 段落 */
p {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* タイトルバナー */
#banner {
    padding: 15px;
    text-color:  #8fabbe;
    background: #ffffff;
    border-bottom-style: solid;
    border-bottom-width:10px;
    border-bottom-color: rgb(33,24,97);
/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

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

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: small;
    color: #36414d;
    background: none;
}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #a3b8cc; 
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: small;
    font-weight: bold;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 15px 15px;
    color: #36414d;
    background: #ffffff;
    font-size: small;
    line-height:150%;
    word-break: break-all;
}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: rgb(48,36,143);
    font-size: small;
    font-weight: bold;
}

.entry-label {
    margin-top:10px;
    margin-bottom:5px;
    color: black;
    font-size: small;
    line-height: 120%;
    font-weight: bolder;
    background-image: url(image/fb.gif);
    background-repeat: x-repeat;
    border-width: 1px;
    border-top-style: none;
    border-color: #CCCCCC;
	padding-top: 5px;
	border-left-style: solid;
	padding-left: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-bottom: 5px;
	display: block;
}

.entry-body {
    padding: 0px 10px 0px 10px
    color: black;
    font-size: small;
    line-height: 110%;
    display: block;
}

.entry a:link,
.entry-body a:link
{
   color: #9900aa;
}
.entry a,
.entry a:visited,
.entry-body a,
.entry-body a:visited {
  color: blue;
}
.entry a:hover,
.entry-body a:hover {
   color: red;
}

.entry-label a,
.entry-label a:link,
.entry-label a:hover,
.entry-label a:visited {
    font-weight: bolder;
    text-decoration: none;
}
.entry-label a,
.entry-label a:link {
    color: blue;
}

.entry-label a:hover {
   color: red;
}

.title-bar
{
text-align:center; 
font-weight:bold; 
margin:10px 0px 0px 0px; 
padding:5px 10px 5px 10px; 
color:white; 
font-size:small; 
background-color:#332696;
/* #8f8fff; */ 
border-top:1px solid #f8f8f8; 
border-left:1px solid #f8f8f8; 
border-right:1px solid #d0d0d0; 
border-bottom:1px solid #d0d0d0; 
line-height:110%;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    color: black;
    text-align: center;
    font-size: small;
    line-height: 120%;
    background-image: url(image/label.png);
                border-width: 1px;
	border-top-style: none;
	border-color: #CCCCCC;
	padding-top: 5px;
	border-left-style: solid;
	padding-left: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-bottom: 5px;
	display: block;
}

.sidetitle a:link, a:visited {
    color: black;
    text-decoration: none;
}

.sidetitle a:hover {
    color: red;
    text-weight: bold;
    text-decoration: none;
}

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

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: x-small;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* カラム切り替え */

body.layout-two-column-left,
body.layout-two-column-right {
    margin-bottom: 20px;
    text-align: center;
    background: rgb(33,24,97);
}
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}

.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    text-align: left;
    background-color: #ffffff;
}

.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

.layout-two-column-left #content {
    float: left;
    width: 613px;
    margin: 0 0 10px 0;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #ffffff;
}

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