/*
///////////////////////////////////////////////////////////////////////////////
// Ta-kaku.jp
// 内容:共通スタイルシート
*/

/* フォント */
span.stc_point{font-weight: bold;}                      /* ポイント */
span.stc_site{color: #000000;}                          /* サイトのお知らせ */
span.stc_brite{color: #0099ff;}                         /* 明るく強調 */

/* 全体の背景色とフォント */
body {background-color: #ffffff; color: #015096;}

/* 簡易段落 */
div.stc_li
{
    float: left;
}

/* 項目 */
div.stc_item
{
    width: 100%;
    text-align: center;
    background-color: #e5ecf9;
    padding: 2px;
}
div.stc_item2
{
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #015096;
    padding: 2px;
}
div.stc_item_site
{
    width: 100%;
    text-align: center;
    background-color: #eeeeee;
    padding: 2px;
}
div.stc_item_google
{
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}
div.stc_item_google_center
{
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}

/* ディレクトリ */
div.stc_dir
{
    clear: both;
}
div.stc_dir1
{
    float: left;
    width: 100px;
    text-align: center;
}
div.stc_dir2
{
    float: left;
}

/* カレンダー */
table.stc_calendar
{
    border: 1px solid #eeeeee;
    width: 100%;
    border-collapse: collapse;
}
th.stc_calendar
{
    text-align: center;
    background-color: #015096;
    color: #FFFFFF;
}
tr.stc_calendar
{
    text-align: center;
    vertical-align:center;
    background-color: #FFFFFF;
    color: #666666;
}
td.stc_calendar
{
    text-align: center;
    height:18px;
    vertical-align:center;
    color: #666666;
    border: solid 1px #CCCCCC
}
tf.stc_calendar
{
    border: 1px solid #cccccc;
    text-align: center;
}

/* PR */
div.stc_pr
{
    color: #ffffff;
    background-color: #015096;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}

div.stc_google
{
    background-color: #ffffff;
    text-align: center;
    padding: 2px;
}


/* コピーライト */
div.stc_copyright
{
    color: #ffffff;
    width: 980px;
    text-align: center;
    background-color: #015096;
    padding: 2px;
}

/*
///////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2006 i-Tech Co. All rights reserved.
*/
