@charset "EUC-JP";

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

/* ページ全体 */
body {
    text-align: center;
    background-color: #FFFFFF;
    font-size:12px;
    color:#333333;
}

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

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

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

/* フォーム */
form {
    margin: 0px;
    display:inline
}
input, textarea {
    color: #333333;
    background-color:#EEEEEE;
}

/* 段落 */
p {
    margin: 10px 0px;
}

/* 全コンテンツ */
#wrapper {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
}

/* ヘッダー */
#header .intro {
    font-size:11px;
    color: #666666;
}

/* ブログネーム */
#b-name a,
#b-name a:link,
#b-name a:visited {
    font-family: Helvetica;
    font-size:28px;
    font-weight:bold;
    color: #CC0000;
    position:relative;
    top:0px;
    left:40px;
    text-decoration: none;
}
#b-desc {
    margin-top: 5px;
    font-size:14px;
    color: #333333;
    position:relative;
    top:0px;
    left:40px;
}

/* 全ブロック */
#block_all {
    width: 780px;
    padding-top: 20px;
    background-image: url(http://bond-mini.jp/diary/template/main04.jpg);
    background-repeat: no-repeat;
    text-align: left;
}

/* 中央ブロック */
#block_center {
    float: right;
    width: 560px;
    margin: 0 10px 50px 0;
}

/* 左ブロック */
#block_left {
    float: left;
    width: 185px;
    margin-bottom: 50px;
}

/* 右ブロック */
#block_right {
    float: left;
    width: 185px;
    margin-bottom: 50px;
}

/* フッタ */
#footer {
    clear: both;
    width: 760px;
    padding-left: 10px;
}

/* インフォメーション */
#info {
    padding-left: 10px;
    margin-bottom: 10px;
    width: 165px;
}
#info img {
    margin-bottom: 10px;
}

/* ショップ情報 */
#shop_info {
    margin-bottom: 20px;
}
#shop_bg {
    padding: 5px 20px 0px 20px;
    background-image: url(http://bond-mini.jp/diary/template/shop_bg.gif);
    background-repeat: repeat-y;
}

/* リスト */
#list {
    font-size:11px;
    background-image: url(http://bond-mini.jp/diary/template/list_bg.gif);
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 0px;
}
#list ul {
    display: block;
    list-style-type: none;
    width: 165px;
    margin: 0px;
    padding: 0px;
}
#list ul li {
    background-image: url(http://bond-mini.jp/diary/template/pict_list.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding: 6px 0px 6px 14px ;
    border-bottom: 1px dashed #CCCCCC;
    line-height: 150%;
}
#list ul li ul li{
    background-image: url(http://bond-mini.jp/diary/template/pict_list2.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding: 2px 0px 2px 10px ;
    border: none;
    line-height: 120%;
}

/* カレンダー*/
#calendar .calendar {
    width: 165px;
    margin-left: 10px;
    margin-bottom: 15px;
}
#calendar .calendar .cell {
    font-size:11px;
    font-family: Helvetica;
    line-height: 150%;
    text-align: center;
    width: 14%;
}
#calendar .calendar_month {
    font-family: Helvetica;
    font-weight:bold;
    font-size:14px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 5px;
}
#calendar .weekday {
    font-family: Helvetica;
    font-size: 10px;
    text-align: center;
    padding-bottom: 5px;
}

/* 検索 */
#list .form {
    width: 165px;
    margin-top:15px;
}
#list .button {
    margin-top:7px;
    margin-right:7px;
}

/* クレジット */
#extra {
    font-size:10px;
    padding-left: 10px;
    margin-top: 50px;
}
#extra .icon {
    margin-bottom: 5px;
}



/* 中央ブロック内容 */
/* ページ */
#pagenavi {
    padding: 8px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #999999;
    font-size:12px;
}

/* エントリー*/
#entry {
    margin-bottom: 70px;
}
#entry .entry_body {
    font-size:14px;
    line-height: 1.5em;
}

/* エントリー内画像*/
#entry .entry_body img {
    margin: 10px 0px 10px 0px;
}

/* エントリー続き*/
#entry .more {
    margin-top: 15px;
    font-size:14px;
    line-height: 1.5em;
}

/* エントリー日付*/
#entry .date {
    font-size:20px;
    font-family: Helvetica;
    height: 25px;
    padding-left:25px;
    background-image: url(http://bond-mini.jp/diary/template/pict_com.jpg);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    border-bottom: 1px solid #CC0000;
    color: #CC0000;
}

/* エントリータイトル*/
#entry h2 {
    font-size:16px;
    font-weight:bold;
    color: #000000;
    margin: 5px 0px;
}
#entry h2 a {
    font-size:16px;
    color: #000000;
    margin-bottom: 10px;
}

/* エントリーその他*/
#entry .state {
    font-size:10px;
    color: #666666;
    text-align: right;
    margin-top: 10px;
}

/* コメント・トラックバックタイトル*/
#comment_title,
#trackback_title {
    color: #FFFFFF;
    font-weight:bold;
    margin-bottom: 20px;
    padding: 4px;
    background-color: #CC0000;
}

/* コメント・トラックバック*/
#comment, 
#trackback {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDDDDD;
    font-size:14px;
    line-height: 1.5em;
}

/* コメント・トラックバックその他*/
#comment .state,
#trackback .state {
    font-size:10px;
    color: #666666;
    text-align: right;
    margin-top: 10px;
}

/* コメントフォームタイトル*/
#comment_form_title {
    font-weight:bold;
    margin-bottom: 10px;
}

/* コメントフォーム送信ボタン*/
#comment_form .submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

/* コメントフォーム名前*/
#comment_form #name {
    width: 200px;
    margin-top: 4px;
    margin-bottom: 10px;
}

/* コメントフォームE-mail*/
#comment_form #email {
    width: 360px;
    margin-top: 4px;
    margin-bottom: 10px;
}

/* コメントフォームURL*/
#comment_form #url {
    width: 360px;
    margin-top: 4px;
    margin-bottom: 10px;
}

/* コメントフォームコメント*/
#comment_form #description {
    width: 360px;
    margin-top: 4px;
    margin-bottom: 10px;
}

/* トラックバックURL*/
#trackback .tb_link {
    text-align: center;
    border: 1px solid #DDDDDD;
    padding: 5px;
}

/* プロフィール*/
#profile .name {
    font-weight:bold;
    font-size:16px;
    margin-bottom: 10px;
}

#entry .entry_body .emoji{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

