/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.yuyas.net/mt/mt-static/themes-base/blog.css);
@import url(http://www.yuyas.net/mt/mt-static/support/themes/minimalist-light-blue/minimalist-light-blue.css);
/* end StyleCatcher imports */

/*-------------------------------------
            yuyas-style
-------------------------------------*/
/* base */
body {
    line-height:1.5;
}

/* header */
#header { 
    border-color: #568ea3;
    background: #b0e0f2 url(http://blog.yuyas.net/images/header.gif) repeat-x bottom right; 
}
#header-content {
    width: 905px;
    margin: 30px auto 30px auto;
    padding: 0 0 0 0;
    border-bottom:1px solid #568ea3;
}
#header h1 a,
#header-name a {
	display:block;
	background:url(http://blog.yuyas.net/images/yuyas-logo.jpg) no-repeat;
	width:370px;
	height:60px;
	text-indent:-9999px;
	}
#header h2,
#header-description {
	text-indent:-9999px;
	}

/* 本文 */
.asset-body { font-size: 110%;}

/* 引用 */
blockquote {
    border: 1px dashed #AAA;
    padding: 5px;
    margin: 10px;
}
/* 記事タイトルの下線 */
.asset-meta {
    border-top: 1px dotted #999;
}
/* カテゴリータイトル */
.archive-title {
    border: 1px dotted #999;
    padding: 5px;
}
/* カテゴリータイトル */
.asset-more-link {
    font-size: 100%;
}
/* サイドメニュータイトル */
.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #CCC;
}

/* ソーシャルボタン */
.social-button {
	margin:0; padding:0px;
	}
.social-button li {
	margin:0; padding:0 7px 0 0; float: left; list-style:none;
	}


