@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.09.28: for CGI.
 * 2.04 2005.10.10: fix bug.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

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

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


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

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

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

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

.amazon{
	width:31%;
	height:180px;
	border:1px solid #484848;
	font-size: 13px;
	float:left;
	overflow:auto;
	padding:3px;
	margin:2px 0 0 2px;
}

.bana{
	padding-top:7px;
}

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

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

/* フォーム */
form {
    margin: 0px;
}
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 {
/*    padding: 5px 15px 550px;*/
    height: 465px;
    color: #999999;
    border-bottom: 1px solid #9C9A9C;
    background: #FFFFFF;
    background-position: right;
    background-repeat: no-repeat;
/*    background-image: url("http://newworldorder.jp/images/sameda_.jpg");*/
    text-align: left;
}

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

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

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


.said {
    width: auto;
    border-left: 1px solid #9C9A9C;
    border-right: 1px solid #9C9A9C;
    padding: 20px;
    color: #444444;
    text-align: center;
    font-size: 14px;
    line-height:200%;
}

.entryheader {
    width: auto;
    border-left: 1px solid #9C9A9C;
    border-right: 1px solid #9C9A9C;
    padding-left: 20px;
    padding-top: 20px;
    color: #444444;
    font-size: 13px;
}

/* エントリー */
.entry {
    width: auto;
    border: 1px solid #9C9A9C;
    border-top: 1px none;
    padding: 20px;
    color: #444444;
    background: #ffffff;
    font-size: 12px;
    line-height:170%;
    word-break: break-all;
}

.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
	}

.entry td img {
    margin: 0px;
	}

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

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

/* エントリータイトル */
.entry-header {
    text-align: right;
    border-bottom: 1px solid #000000;
    margin: 0px 5px 0;
    font-size: 14px;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer a {color: #999999;}
.entry-footer a:link {color: #999999;}
.entry-footer a:visited {color: #999999;}
.entry-footer a:hover {color: #999999;}
.entry-footer a:active {color: #999999;}

.entry-footer {
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #999999;
    font-size: 9px;
}

.entry-footer img {
    margin: 0px;
	}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid #db7ba9;
    text-align: center;
    color: #db7ba9;
    background: #ffffff;
    font-size: 11px;
    line-height: 140%;
}

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

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

.clear {
    clear: both;
}


/* カラム切り替え */
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: #ffffff;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 885px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15 0;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}


/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 665px;
    margin: 0 0 10px 0;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 220px;
}
.layout-two-column-left #links-left {
    padding: 0 5px 0;
    color: #ffffff;
}

/* 1カラム */
.layout-one-column #content {}

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