@import url(http://motoken.net/mt/mt-static/themes-base/blog.css);
@import url(http://motoken.net/mt/mt-static/addons/Commercial.pack/themes/professional-pink/screen.css);



/* コメントボタン */
.field-header {
    width: 400px; /* ボタンを配置するエリアの幅 */
    height: 30px; /* ボタンを配置するエリアの高さ */
    position: relative;
}
 
.field-label {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
 
.field-buttons {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
 
.field-buttons img {
    border: 0;
    margin: 0px 0px 0px 5px;
}



/* ヘッダ広告 */
#header-ad {
    text-align: center;
    margin: 0 0 0 0;
    padding-bottom: 10px;
}


/* 文字サイズ */
.asset-more,
.asset-body,
.comment-content {
    font-size: 14px;
    line-height: 2.0;
}

.byline {
    font-size: 12px;
}

/* タイトルデザイン */
#alpha-inner h1,
.asset-header h1,
.asset-header h2 {
    border: 1px solid #ccc;
    padding: 5px 10px 3px 10px;
    background-color: #f4e7ec;
    font-size: 20px;
    font-weight: bold;
}

#alpha-inner h1 a,
.asset-header h2 a {
    font-size: 20px;
    font-weight: bold;
}

/* サイドメニュー(ツリー表示用) */
ul.tree li.tree,
ul.tree li.tree_end {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

ul ul.tree li.tree,
ul ul.tree li.tree_end {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

ul.tree {
    margin-left: -18px;
}


ul.tree li.tree {
    background: url(sozai/tree_lst.gif) no-repeat;
}

ul.tree li.tree_end {
    background: url(sozai/tree_end.gif) no-repeat;
}

.sideparts-center {
    text-align: center;
    margin-bottom: 10px;
}


/* トップページ */
.top-dankumi {
    margin-bottom: 20px;
}

/* コメント欄 */

blockquote {
    background-color: #f9fffc;
    border: 1px solid #ccc;
    padding: 10px 12px;
}


.inner {
    width: 475px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 0px 10px 0 14px;
}


.comments-content {
    padding: 0px 0px 50px 0px;
}

.comment-content blockquote {
    width: 380px;
    background-color: #f9fffc;
    border: 1px solid #ccc;
    margin: 0px 0px 10px 50px;
    padding: 10px 12px;
}

.google-main {
   clear: both;
   text-align: center;
    margin-bottom: 10px;
}

#pree {
    float: left;
}

#nexte {
    float: right;
}