/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://atta-atta.sakura.ne.jp/mt/mt-static/themes-base/blog.css);
@import url(http://atta-atta.sakura.ne.jp/mt/mt-static/themes/unstyled/screen.css);
/* end StyleCatcher imports */


body
{
    background-color : #BDE1D7;
    font-family : serif;
}

span.tk-memo
{
    font-weight : bold;
    color : #D00;
}

/*
 * バナーヘッダ
 **********************************/
#header-inner
{
    padding-bottom: 0px;
}
#header-name a
{
    color : #FFF;
    font-weight : bold;
    text-decoration : none;
}
#header-name img
{
    border : none;
    margin-right : 15px;
    vertical-align : middle;
}
.tk-blog-header
{
    padding-left: 20px;
    height: 80px;
}


/*
 * メインページ
 **********************************/
#alpha-inner .main-background
{
    width : 600px;
/*    height : 400px;*/
    background-image : url(images/top_background_trans_300x176.gif);
    background-position : 380px 180px;
    background-repeat : no-repeat;
}
/*
#alpha-inner
{
    background-image : url(images/top_news.gif);
    background-repeat: no-repeat;
    background-position: 30px 300px;
}
*/
#latestnews
{
    padding-top: 350px;
    padding-left: 10px;
}
.latestnews-header
{
    margin: 0px;
    padding: 0px;
}
.news-holder
{
    margin-top:  15px;
    margin-left: 10px;
}
.news-titles a
{
    color: #111;
    font-size: 14px;
    font-family: sans-serif;
}

/*
 * カテゴリのみ（カテゴリリスト）
 **********************************/
.tk-widget-header
{
    color : #222;
    font-size : 18px;
}
li.tk-category-list
{
    padding-left : 38px;
    background-image : url(images/atta_sissors_30x18.gif);
    background-repeat : no-repeat;
    background-position : 5px 1px;
    padding-top : 3px;
    padding-bottom : 3px;
    color : #444;
    font-size : 12px;
}
li.tk-category-list a { color : #444; }


/*
 * バナーフッター
 **********************************/
#footer-inner
{
    background-color : #222;
    padding : 3px;
}
.widget-powered
{
    color : #EEE;
    font-size : 10px;
}
.widget-powered a
{
    color : #EEE;
}
.tk-rights
{
    display : block;
    font-size : 14px;
    margin-top  : 5px;
    margin-left : 15px;
}
.tk-powered
{
    display : block;
    text-align : right;
}


/*
 * カテゴリアーカイブ > ブログ記事のみ
 **********************************/
.tk-entry-asset{
    background-color:#FFF;
    background-image: url(images/flip_lower.gif);
    background-repeat: no-repeat;
    background-position: top right;
}
.tk-entry-title
{
    padding: 10px;
    padding-bottom: 0px;
    color: #222;
    font-size: 24px;
    font-family: serif, Monotype, Verdana;
}
.tk-asset-content
{
    padding:0px;
}
.tk-asset-body
{
    padding: 10px;
    font-size: 14px;
    font-family: serif;
}


/*
 * カテゴリ別ブログ記事リスト
 **********************************/
.tk-content-nav a
{
    color: #333;
    font-size: 12px;
}


