/* ***********************************************/
/*    DATE        : 2005/07/15
    TITLE        : 日本空手道  年間スケジュール
    FILE_NAME    : nenkan.css
    AUTHER        : FOIS / H.Ota                     */
/*************************************************/

h2
    {
        margin            :    0px;
        padding-bottom    :    5px;
    }

/*月リンク  カラムレイアウト*/
.div-month-layout
    {
        width                :    700px;
        border                :    solid 1px #888888;
        background-color    :    #eeeeee;
        text-align            :    center;
        margin-bottom        :    20px;
    }

/*月リンク  カラムレイアウト*/
.tb-month-layout
    {
        width                :    630px;
        margin                :    10px auto;
        text-align            :    left;
    }
    
/*月リンク  カラムレイアウト*/
.month-column
    {
        width                :    105px;
        background-image    :    url("../common_image/ic_common_link01.gif");
        background-repeat    :    no-repeat;
        background-position    :    center；

        text-align            :    left;
    }
    
/*月リンク  文字レイアウト*/
.manth-text
    {
        position            :    relative;
        left                :    30px;
        text-align            :    left;
    }
/*月スケジュール  スクロールエリア*/
.div-scroll-layout
    {    
        width                :    700px;
        height                :    180px;
        border                :    solid 1px #5A3D1B;
        background-color    :    #FFFFFF;
        text-align            :    left;
        overflow            :    auto;
        padding: 8px;
    }

/*月スケジュール  スクロールエリア内テキストレイアウト*/
.div-scroll-text
    {    
        width            :    665px;
        text-align        :    left;
        margin-top        :    10px;
        position        :    relative;
        left            :    10px;
    }
        
/*月スケジュール  クロールエリア内テキスト文章*/
.scroll-writing 
    {    
        padding            :    5px 0px 10px 10px;
        text-align        :    left;
        
    }
	
/*大会行事予定_テーブルレイアウト*/
#tb-taikai{
	width:700px;
	margin:20px auto 20px;
	border:solid 1px #5A3D1B;
}

#tb-taikai th {
	border:solid 1px #5A3D1B;
	background-color:#fffcf3;
}

#tb-taikai td {
	border:solid 1px #5A3D1B;
	padding:3px 5px;
}

.td-taikai-date
	{
		text-align:center;
	}