/* Default Layout:  *
/*
@import url(http://womj.jp/mt/mt-static/themes-base/blog.css);
@import url(http://womj.jp/mt/mt-static/themes/minimalist-red/screen.css);
*/

/*************************************************************************
WOM Japanホームページのスタイルを参照
*************************************************************************/
@import url(./css/womj.css);

/*************************************************************************
以下独自スタイル
*************************************************************************/

/* Content ---------------------------------------------------------------- */

.asset-header {
    margin-top: 27px;
}  

.asset-header,
.asset-content,
.asset-footer {
    margin-top: 27px;
    margin-right: 27px;
}

.asset-name,
.asset-name a,
.archive-title {
   text-decoration: none;
   font-weight: bold;
   font-size:16px;
   color: #1D67A4;
}
.asset-name,
.archive-title {
   border-top: 1px solid #1D67A4;
   border-bottom: 1px solid #1D67A4;
}

.asset-footer {
    border-top: 1px dashed #1D67A4;}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #1D67A4;
}

.comment,
.trackback {
    border-color: #d4e5f2;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

#content .widget {
    border-bottom: 1px solid #d4e5f2;
}

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header {
    margin-top: 10px;
}

.widget-header,
.widget-header a {
    color: #1D67A4;
    font-weight: bold;
}

.widget-content {
    margin-bottom: 15px;
}

.widget-content a {
    color: #999;
}

.widget-about .widget-header {
    margin-bottom: 10px;
}

#content .widget-powered .widget-content {
    margin: 0;
    background-color: #f0f6fa;
}

.widget-email .widget-content,
.widget-subscribe .widget-content,
.widget-syndicate .widget-content {
    margin-top: 15px;
} 

.widget-header {
    font-size: 12px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


