@charset "utf-8";
/* CSS Document */

@import url(main.css);
@import url(common.css);

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

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

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

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



html > body #search {
    height: 15px;
}

/* ヘッダ */
#banner {
text-decoration: none;
background-repeat: no-repeat;
background-image: url(http://www.marugoto-imari.com/image/title.jpg);
height:88px;
font-size: 11px;
width: 880px;
background-position: left top;
margin: 0px;
padding: 0px;
}
.banner-header{ width: 276px; height: 86px;  margin:0px; padding: 0px; }
#banner-description{
color: #fff;
font-size: 11px;
font-weight: normal;
float: none;
margin: 0;
background-color: #000066;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 0;
height: 10px;
width: 880px;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}


/* ブログ各タイトル */
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事日付 */
.date {
font-size: 13px;
color: #191919;
text-align: left;
margin-top: 0px;
margin-right: 0;
margin-bottom: px;
margin-left: 0;
padding-right: 5px;
}

/* ブログ記事タイトル */
.entry-header {
padding-left: 5px;
font-size: 15px;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #669999;
line-height: 150%;
color: #1e1e1e;
background-color: #f7f7f7;
}

/* ブログ記事 */
.entry {
color: #333333;
line-height:150%;
word-break: break-all;
margin-top: 15px;
margin-right: 3px;
margin-bottom: 15px;
margin-left: 0px;
}

.entry2 {/* カテゴリ用 */
color: #333333;
font-size: 13px;
line-height:150%;
word-break: break-all;
margin-top: 10px;
margin-right: 3px;
margin-bottom: 15px;
margin-left: 0;
background-color: #fff;


}

.entry2 ul{
padding: 0px;
margin-left: 10px;
}
.entry2 li{
list-style-position: outside;
list-style-type: decimal;
clear: both;
line-height: 150%;
margin-left: 20px;
}



.entry-content 
{padding:10px;
font-size: 14px;
margin-bottom: 15px;
}



/* 段落 */
.entry p {
    margin: 15px 0;
}

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

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

/* テキストエリア */
.entry textarea {
    width: 97%;
}





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

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

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list {
    list-style:none;
    padding-left: 5px;
}

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

/* ウェブページ */
div.page {
    margin-top: -5px;
}

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


/* アーカイブテンプレートの前後リンク */
.content-nav {
text-align: left;
font-size: 83.3%;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #333;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}



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


/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

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


/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}
#comment-reply-label {
  display: inline;
}
#comment-form-reply {
  margin-bottom: 8px;
}

#top-comment-nav, #comment-nav {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 0 1em;
  padding:0;
  font-size: 83.3%;
  text-align:center;
  width:100%;
}

#top-comment-nav li, #comment-nav li {
  display:inline;
  padding:0;
}
#top-prev-comments, #prev-comments {
  margin:0 5px 0 0;
  text-align:left;
}

#top-num-comments, #num-comments {
  text-align:center;
}
#top-next-comments, #next-comments {
  margin:0 0 0 5px;
  text-align:right;
}

#comments-content {
  margin-bottom: 15px;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(http://www.marugoto-imari.com/mt/mt-static/images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-results-header {
    margin: 8px 0 15px;
    font-size: 120%;
}

/* カラム切り替え */
body.layout_column {
text-align: center;
background-image: url(http://www.marugoto-imari.com/image/body_haikei.gif);
background-repeat: repeat;
background-position: left top;
}

.layout_column  #container {
margin-bottom: 0px;
padding: 0px;
width: 900px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
background-image: url(http://www.marugoto-imari.com/image/con_haikei.gif);
background-repeat: repeat;
background-position: left top;

}



/* 固定レイアウト共通 */
.layout_column  #box {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    text-align: left;
    background-color: #fff;
    width: 880px;
}


/* 3カラム固定レイアウト */
.layout_column  #content {
float: left;
width: 670px;
margin-left: 5px;
}

/* 右のサイドバー */
.layout_column  #links-box
{
float: right;
width: 180px;
padding: 0px;
margin-top: 10px;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 0px;
}

.links
{margin: 0px;
padding: 0px;
}

.links ul
{margin: 0px;
padding: 0px;
}

.links li
{
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
list-style-type: none;
}

.ad_area
{
margin-top: 10px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}



/* 3カラム固定レイアウト(ブログ記事全体) */
.layout_column  .blog {
padding-top: 0px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;

}



/* フッタ */
.layout_column #footer {
margin-right: auto;
margin-left: auto;
height: 200px;
color: #666666;
font-size: 12px;
text-align: center;
line-height: 130%;
background-image: url(http://www.marugoto-imari.com/image/footer_heikei.gif);
background-repeat: repeat-x;
background-position: left top;
padding-top: 25px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.layout_column #footer {
    width: 880px;
clear: both;
}

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

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.layout_column .copy {
height: 30px;
 width: 780px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 5px;
clear: both;
font-size: 12px;
font-style: italic;
line-height: 130%;
text-align: left;
}

.yahoo {
height: 30px;
 width: 300px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 5px;
clear: both;
font-size: 12px;
line-height: 130%;
text-align: left;
}

.bkt{float:right;
margin-right: 10px;
 height: 50px;
    width: 50px;}



