@charset "utf-8";

/* kagai.css */


	
.eventbox_L {
    margin:auto;
    width:380px;
    border: medium red dotted;
    padding:15px;
    float: left;
	}
	
.eventbox_R {
    margin:auto;
    width:380px;
    border: medium blue dotted;
    padding:15px;
    float: right;
	}

.eventbox_C {
    margin:auto;
    width:600px;
    border: medium red dotted;
    padding:15px;
	}

.koumoku{
    
    font-weight: bold;


	}
	
#copyright {
    clear:both;
           }