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

/*
 * File      : styles-site.css
 * Version   : 1.0
 * Update    :
 *
 * Copyright (C) 2006 www.playfulmind.rulez.jp All rights reserved.
 */

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

/* div */
div.left {
    text-align: left;
}
div.center {
    text-align: center;
}
div.right {
    text-align: right;
}
/* リンク */
a,
a:link {
    color: #343434;
    text-decoration: underline;
}
a:visited {
    color: #343434;
    text-decoration: underline;
}
a:hover {
    color: #3366ff;
    text-decoration: underline;
}
a:active {
    color: #3366ff;
    text-decoration: none;
}

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

table {
    font-size: 13px;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}
hr {
    border-style: dotted none none none;
    border-top-width: 2px;
    border-top-color: #A9A9A9;
    height: 2px;
}
/* 順序なしリスト */
ul {
    padding-left: 16px;
}

li.li1 {
    margin-left:6px;
    list-style-image: url("../img/li1.gif");
    font-weight: normal;
}
li.li2 {
    margin-left:6px;
    list-style-image: url("../img/li2.gif");
    font-weight: normal;
}

li.lia {
    margin-left:6px;
    list-style-image: url("../img/lia.gif");
    font-weight: normal;
}
li.lib {
    margin-left:10px;
    list-style-image: url("../img/lib.gif");
    font-weight: normal;
}

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

/* フォーム */
form {
    margin: 0px;
}
input, select, textarea {
    padding: 1px;
    font-size: 13px;
}
input[type="text"], select, textarea {
    background-color:#FFFFFF;
    border:solid 1px #A9A9A9;
}

input[type="text"]:focus, select:focus, textarea:focus {
    background-color:#DAE3FF;
}


/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

.quotetitle { /* 引用文タイトル */
    font-size: 12px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

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

/* インナーフレーム */
iframe {
    margin: 0px;
    border: 0;
    padding: 0px;
}
/* -------------------------------------------------------------- */
/* ページ構成設定
/* -------------------------------------------------------------- */
/* ボディ */
body {
    color: #343434;
    margin: 0px;
    text-align: center;
    background-color: #ffffff;
    font-size: 13px;
    background: #dadada url(../img/body-bg.gif) center top repeat;
}

/* Ad */
#north {
    text-align: center;
    position: relative;
    clear:both;
    width: 778px;
    background-color: #ffffff;
    padding-top:     0px;
    padding-bottom:  0px;
    padding-left:    0px;
    padding-right:   0px;
    margin-top:     10px;
    margin-bottom:   0px;
    margin-left:     0px;
    margin-right:    0px;
    border: none;
}
#south {
    text-align: center;
    position: relative;
    clear:both;
    width: 778px;
    background-color: #ffffff;
    padding-top:     0px;
    padding-bottom:  0px;
    padding-left:    0px;
    padding-right:   0px;
    margin-top:     10px;
    margin-bottom:   0px;
    margin-left:     0px;
    margin-right:    0px;
    border: none;
}
#blogsouth {
    text-align: center;
    position: relative;
    clear:both;
    width: 500px;
    background-color: #ffffff;
    padding-top:     0px;
    padding-bottom: 10px;
    padding-left:    0px;
    padding-right:   0px;
    margin-top:      0px;
    margin-bottom:  10px;
    margin-left:     0px;
    margin-right:    0px;
}
/* メニュー */
#menu {
    position: relative;
    clear:both;
    width: 780px;
    background-color: #ffffff;
    padding-top:     0px;
    padding-bottom:  0px;
    padding-left:    0px;
    padding-right:   0px;
    margin-top:     10px;
    margin-bottom:   0px;
    margin-left:     0px;
    margin-right:    0px;
}
#menu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#menu ul{
  list-style : none;  /*リストマークを消す*/
  text-align:center;  /*ボタン枠のテキストをセンター寄せ*/
  padding : 0;
  margin : 0;
}

#menu li{
  width : 156px;  /*リストの幅の設定*/
  height: 30px;
  float:left;  /*これで一列にリストを並ばせる*/
  padding : 0;
  margin : 0;
}

#menu li a{
  font-size:10px;
  font-weight: bold;
  display:block;  /*リンク範囲をブロックに変更する*/
  width:100%;     /*リンク範囲の横幅は100％*/
  height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
  background-image:url("../img/menu.jpg");  /*off画像*/
  background-position : left top;  /*画像を左上に配置*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/
  padding : 0;
  margin : 0;
  text-decoration : none;  /*下線を表示しない*/
  color : #000000;
  line-height : 30px;  /*テキストの位置を調整*/
  border:none;
}

#menu li a:visited{
  color:#000000;
  text-decoration : none;  /*下線を表示しない*/
}
#menu li a:hover{  /*マウスポインタがリンクに重なったときの設定*/
  background-image:url("../img/menu_b.jpg");   /*on画像*/
  background-position : left top;  /*画像を左上に配置*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/
  color:#ffffff;
  padding : 0;
  margin : 0;
  line-height : 30px;
  border:none;
}

/* メイン */
#main {
    width: 780px;
    min-height: 500px;
}

/* コンテンツ */
div .contents_header {
    position: relative;
    display: block;
    clear:both;
    background-color: #ffffff;
    padding-top:     0px;
    padding-bottom:  0px;
    padding-left:    0px;
    padding-right:   0px;
    margin-top:      10px;
    margin-bottom:   10px;
    margin-left:     0px;
    margin-right:    0px;
    background: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../img/contents.jpg");
    border: none;
    width: 780px;
    height: 26px;
}
div .contents_header_text {
    position: relative;
    display: block;
    clear:both;
    padding-top:     10px;
    padding-bottom:  10px;
    padding-left:    25px;
    padding-right:   0px;
    margin-top:      0px;
    margin-bottom:   0px;
    margin-left:     0px;
    margin-right:    0px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 6px;
    color: #343434;
}

h3 {
    position: relative;
    display: block;
    clear:both;
    padding-top:     10px;
    padding-bottom:  10px;
    padding-left:    25px;
    padding-right:   0px;
    margin-top:      0px;
    margin-bottom:   10px;
    margin-left:     0px;
    margin-right:    0px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 6px;
    color: #343434;
}

div .contents {
    position: relative;
    display: block;
    clear:both;
    background-color: #ffffff;
    color: #343434;
    padding-top:     10px;
    padding-bottom:  10px;
    padding-left:    10px;
    padding-right:   10px;
    margin-top:      0px;
    margin-bottom:   0px;
    margin-left:     0px;
    margin-right:    0px;
    width: 758px;
    border: none;
    text-align: left;
    font-size: 13px;
    line-height: 180%;
}

div .contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

h4 {
    position: relative;
    display: block;
    clear:both;
    padding-top:     5px;
    padding-bottom:  5px;
    padding-left:    18px;
    padding-right:   0px;
    margin-top:      0px;
    margin-bottom:   0px;
    margin-left:     0px;
    margin-right:    0px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 6px;
    color: #343434;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("../img/li0.gif");
}

h5 {
    position: relative;
    display: block;
    clear:both;
    padding-top:     5px;
    padding-bottom:  3px;
    padding-left:    0px;
    padding-right:   0px;
    margin-top:      0px;
    margin-bottom:   0px;
    margin-left:     0px;
    margin-right:    0px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 6px;
    text-decoration: underline;
    color: #565656;
}

/* コンテナ */
#container {
    margin-bottom: 10px;
}

/* ボックス */
#box {
    width: 780px;
    margin-top:10px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}

/* タイトルバナー */
#banner {
    position: static;
    top: 0px;
    clear:both;
    padding-top:     0px;
    padding-bottom:  0px;
    padding-left:    0px;
    padding-right:   0px;
    margin-top:      0px;
    margin-bottom:   0px;
    margin-left:     0px;
    margin-right:    0px;
    color: #999999;
    height: 180px;
    background: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../img/logo.jpg");
    text-align: left;
}

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

/* バナーヘッダー */
#banner h1 {
    display: none;
    margin-top:      10px;
    margin-left:     10px;
    color: #565656;
    font-size: 100px;
    font-weight: bold;
    text-decoration: none;
}

/* タイトルバナー下の説明 */
#banner h2 {
    display: none;
    margin-top:       5px;
    margin-left:     20px;
    color: #565656;
    font-weight: bold;
    font-size: 13px;
}

/* コンテンツ */
#content {
    float: right;
    width: 500px;
    padding-top:     0px;
    padding-bottom: 10px;
    padding-left:    0px;
    padding-right:   0px;
    margin-top:      0px;
    margin-bottom:  10px;
    margin-left:     0px;
    margin-right:    0px;
}
.content{
    font-size: 12px;
}
/* リンク（左右）ボックス */
#links-left-box,
#links-right-box {
    float: left;
    width: 250px;
    padding-top:     0px;
    padding-bottom:  10px;
    padding-left:    0px;
    padding-right:   0px;
    margin-top:      0px;
    margin-bottom:   10px;
    margin-left:     0px;
    margin-right:    0px;
}

/* リンク（左右） */
#links-left,
#links-right {
    color: #ffffff;
}


/* フッター */
#footer {
    position: static;
    bottom: 0px;
    clear:both;
    margin-top: 10px;
    padding: 0px;
    color: #999999;
    height: 40px;
    background: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../img/footer_back.jpg");
}

/* -------------------------------------------------------------- */
/* ブログ設定
/* -------------------------------------------------------------- */
/* エントリー全体 */
.blog {
    font-size: small;
    color: #36414d;
    background: none;
}

/* エントリー日付 */
.date {
    text-align: left;
    padding: 10px 10px 10px 25px;
    line-height: 6px;
    color: #565656;
    background: #f9f9f9;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../img/contents_back.jpg");
    font-size: 13px;
    font-weight: bold;
}

.date a {
    color: #565656;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;

}

.mtext {
    text-align: center;
    width: 500px;
    height: 26px;
    color: #ffffff;
    background: #ADACAE;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../img/side_back_l.jpg");
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
}

/* エントリー */
.entry {
    background: #eeeeee;
    border: 1px solid #666666;
    margin: 10px 0px 10px 0px;
    color: #343434;
    font-size: 13px;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

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

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

/* エントリータイトル */
.entry-header {
    text-align: center;
    color: #565656;
    background: #dcdcdc;
    background-position: left;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
}

/* エントリーコンテンツ */
.entry-content {
    padding: 0px 10px 0px 10px;
}

.entry-body {
    line-height: 200%;
    padding: 0px;
}

/* 投稿者 */
.entry-footer {
    padding: 0px;
    text-align: center;
    background: #dcdcdc;
    background-position: left;
    background-repeat: no-repeat;
    color: #3366ff;
    font-size: 11px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 13px;
}

/* カレンダー */
#globalnavi {
    text-align: center;
    padding-bottom: 3px;
    border-bottom : 1px solid #666699;
}
/* サイドメニュータイトル */
.sidetitle {
    width: 240px;
    height: 26px;
    text-align: center;
    color: #ffffff;
    background: #565656;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url("../img/side_back.jpg");
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
}

/* サイドメニュー */
.side {
    margin: 5px 0px 20px 0px;
    background: none;
    color: #444444;
    border: none;
    font-size: 12px;
    width: 238px;
}

#side:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.cr {
    content: "";
    display: block;
    clear: both;
    height: 10px;
    overflow: hidden;
}

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

/* プロファイル */
.profile {
    margin: 5px 0px 10px 0px;
    background: none;
    color: #444444;
    line-height: 150%;
}

/* プロファイル ネーム */
.profile #name {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

/* プロファイル データ */
.profile #data {
    font-size: 11px;
}

#pro_pic {
    float:left;
    text-align: center;
    width:25%;
}
#pro_data {
    font-size: 13px;
    float:right;
    width:75%;
}

#news_l {
    font-size: 13px;
    float: left;
    width: 50%;
}
#news_r {
    font-size: 13px;
    float: right;
    width: 50%;
}

#admin_l {
    font-size: 13px;
    float: left;
    width: 20%;
}
#admin_r {
    font-size: 13px;
    float: right;
    width: 80%;
}

#contents table {
    border: 0;
    font-size: 13px;
}

#pro_data table {
    border: 0;
    font-size: 13px;
}

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

/* クレジットバナー */
.powered {
    margin-right: 10px;
    text-align: right;
    color: #666666;
    font-size: 11px;
    line-height: 20px;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

/* トラックバック、コメント */
.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

/* トラックバック、コメントヘッダー */
.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 13px;
}

/* トラックバック、コメントコンテンツ共通 */
#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 150%;
}

/* トラックバック、コメントコンテンツ */
.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

/* トラックバック、コメントフッター */
.trackback-footer,
.comment-footer {
    font-size: 11px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

/* コメントオープン　ラベル */
.comments-open label {
    display: block;
}

/* コメントヘッダー */
.comments-head {
    font-size: 13px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

span.new {
    display: none;
    color: #3366ff;
    font-weight: bold;
}

/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 200px; color:#3366ff; font-weight:bold;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url("../img/bt.gif") no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #3366FF;
    background: url("../img/bt.gif") no-repeat bottom}

.sb {
    display: none;
}

ul.sbm{
	padding: 5px;
	text-align: right;
}

li.sbm{
	display: inline;
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
}

/* 枠の色を定義します */
.AmazonSearchTB1 table {
    border: 1px solid #4a77ff;
    background-color : #4a77ff;
    color: #fffff;
    margin: 0px; padding: 0px; font-size: 13px;
}

/* Ads by drk7.jp の font 色を定義します */
.AmazonSearchTB2 a,
.AmazonSearchTB2 a:link,
.AmazonSearchTB2 a:link:hover,
.AmazonSearchTB2 a:link:active {
    color: #ffffff; text-decoration: underline ; background: none;
}
.AmazonSearchTB2 table{ border: none; margin: 0px; padding: 1px; }

/* 広告部分の背景色を定義します */
.AmazonSearchTB3 table{
    background-color : #dae3ff;
    border: none; margin: 0px; padding: 3px;
}

/* 商品名のfont定義 */
.AmaS_title a,
.AmaS_title a:link,
.AmaS_title a:link:hover,
.AmaS_title a:link:active {
    color: #4a77ff;
    text-decoration: underline ; background: none;
    font-weight: bold;
}

/* 値段のfont定義 */
.AmaS_price { color: #006600; font-weight: bold; }

/* 説明文のfont定義 */
.AmaS_com { color: #000000; }

/* 画像のボーダー定義 */
.AmaS_img img{ border: none; }
