h1 {
    font-size: 140%;
    color: #005CB0;
    margin: 10px 0 20px 0;
}

h2 {
    font-size: 120%;
    margin: 1em 0 0.5em 0;
    border-left: 5px solid #081c66;
    padding: 2px 5px 2px 7px;
    color: #4c4948;
}

h3 {
    font-size: 110%;
    margin: 8px 0 4px 0;
}

div#container-right ul{
    line-height:1.5em;
    list-style-image:url(../images/bullet.gif);
    list-style-type:square;
    margin:0.1em 0 0 1.5em;
    padding:0;
}

div#container-right ul li{
    list-style-image:url(../images/bullet.gif);
    margin-bottom:0;
    display:list-item;
}

div#container-right blockquote{
    margin:1em 40px;
}

body {
    color:#727272;
}


table.month {
    table-layout: fixed;
    width: 560px;
    border: 1px #aaa solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}
table.eventcontent, table.eventcontent td{
    border:0 !important;
}


table.month td.monthnavigation, table.month td.monthname{
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

table.month td.dayname {
    width: 80px;
    padding: 5px;
    border: #aaa solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.month td {
    padding: 5px;
    border: 1px #aaa solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    height: 4em;
    vertical-align: top;
}
table.eventcontent td{
    height: 1.5em !important;
}

table.month td.dayname {
    height: 1.5em !important;
}
table.weekly {
    table-layout: fixed;
    width: 580px;
    border: 1px #aaa solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

table.weekly th {
    padding: 5px;
    border: #aaa solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.weekly th.kamoku{
    width:150px;
}
table.weekly th.ampm{
    width:60px;
}
table.weekly td {
    padding: 5px;
    border: 1px #aaa solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
table.weekly th{
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
table.weekly tr.am td{
    border-bottom: 1px #aaa dotted;
}
table.weekly tr.am td.kamoku{
    border-bottom: 1px #aaa solid;
}

dl{
    width:590px;
}
dl.gaiyou dt{
    float:left;
    clear: both;
    width: 160px;
}
dl.gaiyou dd{
    margin-left: 200px;
    width: 380px;
}
/* for TinyMCE*/
.floatright {
    display:block;
    float:right;
}
.floatleft{
    display:block;
    float:left;
}
.clearboth{
    display:block;
    clear:both;
}

.gray{
    color:#4c4948;
}
.alignright{
    text-align:right;
    font-size: 70%;
}

.nindent{
}
span.nindent{
    display:block;
    margin-left:7em;
    text-indent:-6em;
}
.space{
    margin-left: 22px;
    margin-top: 6px;
}
p.nindent{
    margin-left:7em;
    text-indent:-6em;
}
