/*==========================================================*/
/* 共通設定                                                 */
/*==========================================================*/
/*----------------------------------------------------------*/
/* 全体レイアウト設定                                       */
/*----------------------------------------------------------*/
    body {
        margin:                 0px;
        padding:                10px;
        text-align:             center;
    }

    /* メニュー位置     */
    .sec_menu {
/* for DEBUG 
        border:                 1px solid gray;
*/
        width:                  110px;
        float:                  left;
    }

    /* コンテンツ位置   */
    .sec_contents {
/* for DEBUG 
        border:                 1px solid gray;
*/
        margin-left:            110px;
    }

    /* コピーライト位置 */
    .sec_copyright {
/* for DEBUG 
        border:                 1px solid gray;
*/
        clear:                  both;
    }

/*----------------------------------------------------------*/
/* メニュー                                                 */
/*----------------------------------------------------------*/
    /* 画像 */
    .sec_menu img {
        border-width:           0px;
        margin-top:             5px;
        margin-bottom:          5px;
    }

    /* メニューリスト */
    .sec_menu .menu {
    }

    /* カウンタ */
    .sec_menu .counter {
        margin-top:             10px;
        margin-bottom:          10px;

        color:                  #534aa4;
        font-size:              80%;
    }

    /* 最終更新日 */
    .sec_menu .lastmod {
    }

/*----------------------------------------------------------*/
/* 著作権表示                                               */
/*----------------------------------------------------------*/
    .copyright {
        margin:                 10px 5px;
        text-align:             center;
        line-height:            150%;
        color:                  #660000;
        font-size:              80%;
    }

/*----------------------------------------------------------*/
/* 個展情報                                                 */
/*----------------------------------------------------------*/
    .events {
        margin-top:             10px;
        margin-bottom:          10px;

        text-align:             left;
/* old ver. until 2008/10/31
        text-align:             center;
*/
    }

    /* <<< 開催中 >>>表示 */
    .events span.open_ind {
        font-size:              115%;
        font-weight:            bold;
        color:                  #cc0033;
    }

    /* <<< 次回個展情報 >>>表示 */
    .events span.next_ind {
        font-size:              115%;
        font-weight:            bold;
        color:                  #330099;
    }

    /* 個々の個展情報 */
    .events table {
        margin-top:             10px;
        margin-bottom:          10px;

        margin-left:            auto;
        margin-right:           auto;

	width:			80%;

        border:                 2px solid #cccccc;
    }
    .events td {
        padding:                5px 20px;
    }

    /* 個展タイトルセル */
    .events td.title {
/* old ver. until 2008/10/31
        text-align:             center;
	width:			20%;
*/
    }
    .events td.title .main_title {
        font-size:              130%;
/* old ver. until 2008/10/31
        font-size:              115%;
*/
        font-weight:            bold;
    }

    /* 個展開期セル */
    .events td.term {
        text-align:             center;
	width:			50%;
/* old ver. until 2008/10/31
	width:			40%;
*/
    }
    .events td.term .comment {
        font-size:              80%;
    }

    /* 個展ギャラリーセル */
    .events td.gallery {
	width:			50%;
/* old ver. until 2008/10/31
        text-align:             left;
	width:			30%;
*/
    }
    .events td.gallery .name {
        font-weight:            bold;
    }
    .events td.gallery .zip {
        padding-left:           1em;
        font-size:              80%;
    }
    .events td.gallery .address {
        padding-left:           1em;
        font-size:              80%;
    }
    .events td.gallery .tel {
        padding-left:           1em;
        font-size:              80%;
    }
    .events td.gallery em {
        font-style:             normal;
        font-weight:            bold;
    }

    /* 過去の個展情報 */
    .events table.past {
        background-color:       #aaaaaa;
    }

    /* 開催中個展情報 */
    .events table.present {
        background-color:       #ffdef7;
    }

    /* 開催中個展タイトル */
    .events .present td.title {
        color:                  #330099;
    }

    /* 開催中状態表示 */
    .events .present .state_ind {
        font-size:              115%;
        font-weight:            bold;
        color:                  #009900;
    }

    /* 次回個展情報 */
    .events table.next {
        background-color:       #ccccff;
    }

    /* 次回個展タイトル */
    .events .next td.title {
        color:                  #330099;
    }

    /* 以降個展情報 */
    .events table.future {
        background-color:       #ccccff;
    }

    /* 以降個展タイトル */
    .events .future td.title {
        color:                  #330099;
    }

/*----------------------------------------------------------*/
/* 更新情報                                                 */
/*----------------------------------------------------------*/
    .information {
        margin-top:             10px;
        margin-bottom:          10px;
    }

    .information td.date {
        text-align:             left;
    }

    .information .date {
        color:                  #330099;
    }

    .information .content {
        color:                  #330099;
    }

/*==========================================================*/
/* ページ固有設定                                           */
/*==========================================================*/
/*----------------------------------------------------------*/
/* トップページ                                             */
/*----------------------------------------------------------*/
    #index .greeting {
        margin:                 20px;

        color:                  #2a5faa;
        font-size:              80%;
        line-height:            150%;
    }

    #index .door_image img {
        margin:                  5px 20px;
    }

/*----------------------------------------------------------*/
/* インフォメーションページ                                 */
/*----------------------------------------------------------*/
    /* 個々の個展情報 */
    #infor .events table {
        border-width:           1px;
    }
    #infor .events td {
/* old ver. until 2008/10/31
        padding:                5px 10px;
*/
    }

    /* 個展ギャラリーセル */
    #infor .events td.gallery {
        line-height:            120%;
    }

/*----------------------------------------------------------*/
/* ギャラリーページ                                         */
/*----------------------------------------------------------*/
    .image_table table {
        margin:                 5px auto;
    }

    .image_table table td {
        padding:                8px;
        text-align:             center;
    }

    .image_table img {
        border:                 0px;
    }

    .gallery_title {
        color:                  #2a5faa;
        font-size:              80%;
    }

    .navi ul {
        margin:                 20px;
        padding:                0px;

        color:                  gray;
    }

    .navi li {
        display:                inline;
        padding:                0 1em;
    }
/*----------------------------------------------------------*/
/* プロフィールページ                                       */
/*----------------------------------------------------------*/
    .profile_list {
        margin-top:             40px;
        margin-bottom:          40px;
    }

    .profile_list table {
        margin:                 auto;
        padding:                0px;
        border:                 1px solid gray;
        background-color:       #ffffa0;

        text-align:             center;
    }
    .profile_list td {
        padding:                10px;
    }

    .profile_list .name {
        margin-top:             5px;
        margin-bottom:          5px;

        color:                  #cc0033;
        font-weight:            bold;
    }

    .profile_list ul {
        margin:                 0px;
        padding:                0px;

        font-size:              small;
        line-height:            2em;
    }

    .profile_list li {
        list-style-type:        none;
    }

/*----------------------------------------------------------*/
/* 活動履歴ページ                                           */
/*----------------------------------------------------------*/
    .past_table {
        margin-top:             20px;
        margin-left:            50px;

        text-align:             left;
    }

    .past_table table {
        margin:0px
        padding:0px;
        font-size:              80%;
        border-collapse:        separate;
        border-spacing:         5px;
    }

    .past_table table tr {
        vertical-align:         top;
    }

    .past_table table td {
        padding:                5px;
    }

    .past_table table td.year {
        color:                  #cc0033;
    }

    .past_table table tr.this_year td {
        background-color:       #ffcccc;
    }
    .past_table table tr.past_year td {
        background-color:       #ccccff;
    }
    .past_table table tr.this_year td.acts {
        color:                  purple;
    }

    .past_table ul {
        margin:                 0px;
        padding-left:           1em;

        line-height:            180%;
    }
    .past_table li {
        list-style-type:        none;
        white-space:            nowrap;
    }

/*----------------------------------------------------------*/
/* 個展風景ページ                                           */
/*----------------------------------------------------------*/
    #koten .koten_images img {
        margin:                  5px 20px;
    }

/*----------------------------------------------------------*/
/* ライフスタイルページ                                     */
/*----------------------------------------------------------*/
    #lifestyle .lifestyle_images img {
        margin:                  5px 20px;
    }

