@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    border: none;
}
body
{
	color:#fff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#111111; 
    font-size: small;
    padding: 3em;
/*     background-color: #333; */
}

#nav
{
    width: 8em;
    position: absolute;
    top:5.5em;
    right: 6.5em;
    list-style: none;
    margin-bottom: .2em;
}
#nav a
{
    width: 100%;
    display: block;
    background-color: #111111;
    text-decoration: none;
    color: #FFFFFF;
    margin-left: 0;
	font-family: "Times New Roman", Times, serif;
    font-size: 230%;
    font-weight: lighter;
    letter-spacing: .1em;
}

.event
{
    margin-bottom: 7em;
}

#events
{
    width: 100%;
}

.clearfix
{
    clear: both;
}
#events ul
{
    clear: both;
    width: 100%;
    list-style: none;
}
#events ul li
{
    position: relative;
    width: 333px;
    min-height:180px;
    height: auto !important;
    height: 180px;
    float: left;
    margin: 1em 4em 1em 0;
}
#events ul a
{
    width: 100%;
    display: block;
    background-color: #111111;
    text-decoration: none;
    color: #FFFFFF;
    margin-left: 0;
}
#events ul *
{
    margin-left: 88px;
}
#events ul img
{
    position: absolute;
    margin: 0 1em 0 0;
}
#events ul p
{
    color: #DDD;
    font-size: 88%;
}

#events ul p.eventTitle
{
    color: #FFF;
	font-family: "Times New Roman", Times, serif;
    font-size: 150%;
    font-weight: lighter;
    margin-bottom: 1em;
    letter-spacing: .1em;
}
h2
{
    clear: both;
	font-family: "Times New Roman", Times, serif;
    font-size: 333%;
    font-weight: lighter;
    position: relative;
    margin-bottom: .33em;
    letter-spacing: .1em;
}
h1
{
	font-family: "Times New Roman", Times, serif;
    font-size: 280%;
    font-weight: lighter;
    line-height: 1.5em;
}
h1 span.a
{
    font-size: 133%;
    line-height: 1em;
}

h1 span.b
{
    font-size: 180%;
    letter-spacing: .1em;
    line-height: 1.5em;
    position: relative;
    bottom: -.1em;
}

h1 span.c
{
    font-size: 222%;
    letter-spacing: .1em;
}

#header
{
    margin-bottom: 4em;
}
#header div
{
    margin-bottom: 1em;
}

#footer
{
    color: #DDD;
	font-family: "Times New Roman", Times, serif;
    font-size: 90%;
    font-weight: lighter;
    clear: both;
    padding-top: 2em;
}

.done
{
    color :#222 !important;
}
