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

/* プリロード */
#image-preload{ 
width: 0px; 
height: 0px; 
display: inline; 
background-image:url('http://www.shimva.com/images/button1.gif'); 
}

/* ドットボーダー */
.border-dotted {
    border-bottom: 2px dotted #d8d8d8;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 20px 0px;
}

/* entrybody行頭調整 */
.entrybody {
    padding: 0px 0px 0px 15px;
}


/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 0px;
    text-align: center;
    background: #000000;
    background-image: url("http://www.shimva.com/images/bg.gif");
    background-attachment: fixed;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
    background: #c248ff;
}


/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    color: #666666;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border-bottom: 0px solid #666699;
    border-left: 2px solid #bfbfbf;
    border-right: 2px solid #bfbfbf;
    background-color: #ffffff;
    text-align: left;
    background-image: url("http://www.shimva.com/images/box_bg.gif");
    background-attachment: fixed;
    position: relative;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 520px;
    margin: 0px;
    border-bottom: 0px solid #666699;
    border-right: 0px solid #666699;
    background-color: none;
}
.layout-two-column-right #links-right-box {
    margin: 0 33px 0 0;
    float: right;
    width: 220px;
    background-color: none;
}
.layout-two-column-right #links-right {
    border: 1px solid #e2d9b8;
    width: 200px;
    margin-top: 10px;
    padding: 10px;
    background-color: none;
    background-image: url("http://www.shimva.com/images/side_bg.gif-");
}



/* 上部ナビゲーション */

ul#globalNavi {
	margin: 0 0 0 34px;
	padding: 0;
	width: 800; /* 必ずwidthの設定をしてください */
	background-color: #ffffff;
}

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

ul#globalNavi li {
	margin: 0px;
	padding: 0;
	float: left;
	width: 122px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
    border-right: 0px solid #e5e5e5;
    border-left: 0px solid #f1f1f1;
}

ul#globalNavi li a {
	padding: 1.0em 0px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 11px;
	color: #585858;
	text-align: center;
	text-decoration: none;
    font-weight: bold;
	background-color: none;
    background-image: url("http://www.shimva.com/images/button0.gif");
	background-repeat: no-repeat;
}

ul#globalNavi li a:hover {
	color: #a3781c;
	background-color: none;
    background-image: url("http://www.shimva.com/images/button1.gif");
	background-repeat: no-repeat;
}

.gradation {
    background-image: url("http://www.shimva.com/images/head_gradation.gif");
	background-repeat: repeat-x;
    width: 800px;
	height: 21px;
}


/* ボーダータイトル */
.border-title {
    height: 16px;
    width: 580;
    padding: 0px 0px 0px 15px;
    margin: 20px 0px 5px 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
    border: 0px solid  #e5e5e5;
    background-image: url("http://www.shimva.com/images/border_title.gif");
    background-position: top left;
    background-repeat: no-repeat;
}


h2#top-caps{
    border-left: 4px solid  #e2d9b8;
    margin-bottom: 15px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 115%;
}

.text-menu {
    background-color: none;
    padding: 0px 0px 0px 0px;
    font-size: 10px;
    position: absolute;
    top: 105px;
    left: 650px;
}


/* トップ記事部分 */
.top-article {
    padding: 0px 0px 0px 10px;
    line-height: 140%;
}

/* 文章付き記事リスト */
.article-list li {
    margin: 0px 0px 2px 25px;
    line-height: 130%;
    font-weight: normal;
    font-size: 12px;
}

/* 同一カテゴリ記事リスト */
.under-list li {
    margin: 0px 0px 2px 15px;
    line-height: 130%;
    font-size: 12px;
}

/* リスト-一般 */
li {
    margin: 0px 0px 2px 25px;
    line-height: 130%;
    font-size: 12px;
}

/* フッタ */
.layout-two-column-right #footer{
    width: 800px;
    height: 38px;
    clear: both;
    text-align: center;
    font-size: 10px;
    color: #646464;
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("http://www.shimva.com/images/footer_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}


/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
}


/* リンク */
a:link {
    color: #946d1a;
    text-decoration: none;
}
a:visited {
    color: #946d1a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active  {
    color: #e2a528;
    text-decoration: none;
}

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

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


/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

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

/* タイトルバナー */
#banner {
    width: 800px;
    padding: 0px;
    height: 250px;
    border-bottom: 0px solid #666699;
    color: #999999;
    background: #ffffff;
    background-repeat: no-repeat;
    background-image: url("http://www.shimva.com/images/head_banner.gif");
    text-align: left;
}

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

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

/* エントリー全体 */
.blog {
    width: 500px;
    padding: 10px 20px 10px 30px;
    font-size: 12px;
    background-color: ;
}

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

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #000000;
    background: #ffffff;
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 14px;
    line-height:130%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリーボディ */
.entry-body {
    padding: 0px 0px 0px 15px;
    font-size: 14px;
    line-height: 130%;
}

/* エントリータイトル */
.entry-header {
    margin: 0px;
    padding: 5px 0 5px 0px;
    color: #000000;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
    background-color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

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


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

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


/* サイドメニュータイトル */
.sidetitle {
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top: 15px;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
    border: 0px solid  #e5e5e5;
    background-image: url("http://www.shimva.com/images/side_title.gif");
    background-position: top;
    background-repeat: repeat-x;
}

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

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
}

.side #categories li {
    list-style-type: square;
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
}

/* カテゴリ件数表示 */
.count {
    font-size: 10px;
    line-height: 140%;
    color: #555555;
    font-weight: normal;
}


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

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

.clear {
    clear: both;
}

