br.clear {display:inline;}

/* サイドメニュー
--------------------------------------------- */
div#leftcolumn .widget {
    width:100%;
    margin-bottom:15px;
    background-image:url("http://www.americandream-web.jp/user_data/packages/template01/img/custom_image/side_block_bg.gif");
    background-repeat:repeat-y;
}
div#leftcolumn .widget-header {
    font-size: 15px;
    margin: 0 0 8px;
    padding: 3px 0 3px 20px;
    background-image: url("http://www.americandream-web.jp/user_data/packages/template01/img/custom_image/icon_01.gif");
    background-position: 6px center;
    background-repeat: no-repeat;
}
div#leftcolumn .widget-content {
    padding: 5px;
}

/* 最近のブログ記事
--------------------- */
div#leftcolumn .widget-recent-entries li {
    _height: 1px;
    padding: 0;
}
div#leftcolumn .widget-recent-entries li a {
    display: block;
    padding: 2px 0 2px 24px;
    background-image: url("http://www.americandream-web.jp/user_data/packages/template01/img/custom_image/arrow_black.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
div#leftcolumn .widget-recent-entries li a:hover {
    color: #f00;
    text-decoration: underline;
    background-image: url("http://www.americandream-web.jp/user_data/packages/template01/img/custom_image/arrow_gray.gif");
}
div#leftcolumn .widget-recent-entries li ul {
    margin: 0 0 0 10px;
}

/* 最近のコメント
--------------------- */
div#leftcolumn .widget-recent-comments li {
    _height: 1px;
    padding: 0;
}
div#leftcolumn .widget-recent-comments li a {
    display: block;
    padding: 2px 0 2px 24px;
    background-image: url("http://www.americandream-web.jp/user_data/packages/template01/img/custom_image/arrow_black.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
div#leftcolumn .widget-recent-comments li a:hover {
    color: #f00;
    text-decoration: underline;
    background-image: url("http://www.americandream-web.jp/user_data/packages/template01/img/custom_image/arrow_gray.gif");
}
div#leftcolumn .widget-recent-comments li ul {
    margin: 0 0 0 10px;
}

/* カテゴリ
--------------------- */
div#leftcolumn .widget-archive-category li {
    _height: 1px;
    padding: 0;
}
div#leftcolumn .widget-archive-category li a {
    display: block;
    padding: 2px 0 2px 24px;
    background-image: url("http://www.americandream-web.jp/user_data/packages/template01/img/custom_image/arrow_black.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
div#leftcolumn .widget-archive-category li a:hover {
    color: #f00;
    text-decoration: underline;
    background-image: url("http://www.americandream-web.jp/user_data/packages/template01/img/custom_image/arrow_gray.gif");
}
div#leftcolumn .widget-archive-category li ul {
    margin: 0 0 0 10px;
}

/* 最近のアイテム
--------------------- */
div#leftcolumn div.widget-recent-assets ul {
    width: 100%;
    padding: 0;
    margin: 0;
}
div#leftcolumn div.widget-recent-assets ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div#leftcolumn div.widget-recent-assets li {
    display: inline;
    float: left;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0 0 6px;
}
div#leftcolumn div.widget-recent-assets li.odd {
    margin-right: 6px;
}
div#leftcolumn div.widget-recent-assets li.even {
}
div#leftcolumn div.widget-recent-assets li a {
    overflow: hidden;
    display: block;
    width: 78px;
    height: 78px;
    padding: 0;
    margin: 0;
    border: 2px solid #555;
}
div#leftcolumn div.widget-recent-assets li a:hover {
    border-color: #eee;
}


/* .entry
--------------------------------------------- */
div.entry {
    clear: both;
    margin: 25px 0 0;
    padding: 0 0 10px;
    border-bottom: 8px solid #f0f0f0;
}
body.mt-individual div.entry {
    margin: 0 0 25px;
}
div.entry hr {
    clear: both;
}

/* .asset-header
--------------------------------------------- */
div.entry div.asset-header {
    margin-bottom: 1.5em;
}
div.entry div.asset-header h3 {
    font-size: medium;
    font-weight: bold;
    color: #e61688;
    clear: both;
    margin: 1em 0 0;
    padding: 0;
}

div.entry div.asset-header div.asset-meta {
    text-align: right;
    font-size: 95%;
    margin: 0 0 8px;
}

/* .asset-content
--------------------------------------------- */
.asset-content {
    margin: 0 10px;
}

.asset-content em {
    font-weight: bold;
}
.asset-content strong {
    font-weight: bold;
    color: #e82c21;
}
.asset-content h3 {
    font-size: medium;
    color: #e61688;
    clear: both;
    margin: 1em 0;
    padding: 0 0 .25em 10px;
    border-left: 7px solid #e61688;
    border-bottom: 1px dotted #e61688;
}
.asset-content h4 {
    font-size: medium;
    color: #e61688;
    clear: both;
    margin: 1em 0;
    padding: 0 0 0 10px;
    border-left: 7px solid #e61688;
}
.asset-content p {
    margin: 0 0 1em;
    padding: 0;
}
.asset-content ul,
.asset-content ol,
.asset-content dl {
    margin: 0 0 1em;
    padding: 0;
}
.asset-content ul ul,
.asset-content ul ol,
.asset-content ul dl,
.asset-content ol ul,
.asset-content ol ol,
.asset-content ol dl,
.asset-content dl ol,
.asset-content dl dl {
    margin: 0;
}
.asset-content ul li {
    display: list-item;
    list-style-type: disc;
    margin-left: 1em;
}
.asset-content ul li ul li {list-style-type: circle;}
.asset-content ul li ul li ul li {list-style-type: square;}
.asset-content ul li ul li ul li ul li {list-style-type: disc;}
.asset-content ul li ul li ul li ul li ul li {list-style-type: circle;}
.asset-content ul li ul li ul li ul li ul li ul li {list-style-type: square;}
.asset-content ol li {
    display: list-item;
    list-style-type: decimal;
    margin-left: 1em;
}
.asset-content ol li ol li {list-style-type: lower-latin;}
.asset-content ol li ol li ol li {list-style-type: decimal;}
.asset-content ol li ol li ol li ol li {list-style-type: lower-latin;}

.asset-content dt {
    font-weight: bold;
}
.asset-content dd {
    margin: 0 0 1em 1em;
    padding: .6em 0 0 2em;
}

.asset-content table {
    margin: 0 0 1em;
}
.asset-content table ul,
.asset-content table ol {
    margin: 0;
}


/* .asset-(body|more)
--------------------------------------------- */
.asset-body,
.asset-more {
    overflow: hidden;
    width: 100%;
}

/* .asset-footer
--------------------------------------------- */
.asset-footer {clear: both;}
.asset-footer .entry-categories ul li {display: inline;}

/* トラックバック
--------------------------------------------- */
div#trackbacks {margin-bottom: 15px;}
div#trackbacks h2 {
    line-height: 1.2;
    font-weight: normal;
    padding: 0 0 0 10px;
    margin: 15px 0;
    border-left: 3px double #340000;
}
div#trackbacks div.trackbacks-info {
    overflow: auto;
    padding: 8px;
    margin: 0 10px;
    background-color: #f5f5f5;
    border: 1px dashed #555;
}


/* コメント
--------------------------------------------- */
div#comments {}
div#comments h2 {
    line-height: 1.2;
    font-weight: normal;
    padding: 0 0 0 10px;
    margin: 15px 0;
    border-left: 3px double #340000;
}

div#comments .comments-open-header {display: none;}
div#comments div.comments-content {margin: 10px;}
div#comments div.asset-meta span.author {
    font-weight: bold;
    padding-right: 8px;
}
div#comments div.comment-content {
    padding: 4px 0 0 8px;
    margin-bottom: 1em;
    border-left: 5px solid #ededed;
}

div#comments-open {
    overflow: hidden;
    padding: 10px;
    margin: 35px 10px;
    background-color: #fafafa;
    border: 1px solid #ededed;
}

div#comments-open-data {
    float: left;
    width: 150px;
    margin: 0;
}

div#comments-open-data div {padding: 2px 0;}

div#comment-form-name label,
div#comment-form-email label,
div#comment-form-url label {display: block;}

div#comment-form-name input,
div#comment-form-email input,
div#comment-form-url input {width: 150px;}

div#comments-open-text {
    overflow: hidden;
    float: right;
    width: 370px;
}
textarea#comment-text {
    width: 358px;
    height: 190px;
}

div#comments-open-footer {
    text-align: right;
    padding: 5px;
    clear: both;
}


/* --------------------------------------------------
 * ec-cubeのcssでの記述を上書き
-------------------------------------------------- */
div#detailtitle h2 {margin-bottom: 0;}
