﻿
    /* info event 概要表示 */
    #site_box       {
        font-size: 0.875em;
        margin-top: 5px;
        width  : 600px;
        height : auto;
        padding: 5px;
        line-height: 2em;
        
    }
    
    #image_box  {
        float : left;
        width : 150px;
        height : auto;
        padding: 10px;
    }
    .image-resize4 {
        max-width  : 150px;
        max-height : 150px;
        width  : expression( this.width >= this.height ? "150px" : "auto" ); 
        height : expression( this.width <= this.height ? "150px" : "auto" ); 
    }

    #msg_box  {
        float : left;
        width : 400px;
        height : auto;
  /*      border: solid 2spx #66aa66; */ 
        text-align: left;
        margin: 10px 0 0 10px;
        padding: 10px;
    }
        /* title */
        .title  {
            font-size: 1.5em;
            font-weight: bold;
            text-align: left;
            color: blue;
            border-left: solid 12px #66aa66; 
            padding-left: 5px;
            margin: 5px;
        }
        /* normal */
        .normal_msg  {
            font-size: 1.25em;
            align: left;
            color: black;
        }
    
        .normal_msg_bold  {
            font-size: 1.25em;
            font-weight: bold;
            align: left;
            color: black;
        }
    
        .seat  {
            font-size: 1.25em;
            align: left;
            color: black;
            margin: 10px 10px 10px 0;
        }
        #clear  {
            clear: left;
        }
        
        #yyyymm  {
        border: solid 2px #66aa66; 
            font-size: 1.725em;
            font-weight: bold;
            align: left;
            color: blue;
            margin: 120px 10px 0px 40px;
            padding: 5px 5px 5px 10px;
            height:20px;
            width: 510px;
        }
    
    

