@charset "UTF-8";


/* pages */
body{
font-size: 85%;
background: #fafad2;
color: #333;
line-height: 1.6;
font-family: Arial, sans-selif;
}
#container{
width: 800px;
position: relative;
text-align: left;
background-color: #fff;
border-right: 1px solid #9acd32;
}
#header{
padding: 0 12px;
background: url(../img/header_bg.gif) repeat-x center center;
border-bottom: 1px solid #9acd32;
}
#main{
padding-bottom: 60px;
}
#footer{
clear: both;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
#footer address{
padding: 6px;
border-top: 1px solid #ccc;
background: #55682f;
color: #fff;
}
html,
body,
#container{
height: 100%;
}
html>body #container{
height: auto;
min-height: 100%;
}

hr{
clear: both;
width: 0;
height: 0.1px;
margin: 0;
padding: 0;
visibility: hidden;
}

/* common */
a{
color: #990;
text-decoration: none;
}
a:hover{
color: #e1e163;
text-decoration: underline;
}
img{
border: none;
vertical-align: bottom;
}


/* hx */
h1{
padding: 24px 36px 0;
margin-bottom: 12px;
font-size: 250%;
color: #07a707;
}
h2{
margin: 36px 24px 0;
padding-left: 12px;
font-size: 130%;
border-bottom: 1px dashed #ccc;
border-left: 6px solid #e1e163;
}
.button a:hover{
position: relative;
top: 1px;
}



/* block */
.cntnt{
margin: 36px;
}
dl{
margin: 12px 36px;
}
dt{
position: absolute;
width: 6em;
padding-left: 12px;
padding-bottom: 6px;
}
dd{
padding-left: 7em;
padding-bottom: 6px;
padding-right: 12px;
}


/* inline */
em{
letter-spacing: 0.5em;
}

.ended{
margin-left: 1em;
color: #c30;
font-weight: bold;
}
