@charset "UTF-8";
@charset "EUC-JP";
/*index.html専用
-----------------------------------------*/
nav ul li a[href="index.html"] {
color: #000;
background: #C8A94D url(../img/menu1.png) repeat-x left bottom;
}


/* メイン画像サイズが他のページと違うための調整
-----------------------------------------*/
#contents {
margin-top: 320px;
}

/* Information
-----------------------------------------*/
section#information a {
text-decoration: none;
}
section#information article {
position: relative;
margin: 0 0 0 0;
padding: 0 0 1em 75px;
line-height: 1.6;
}
section#information a article h2,
section#information article h2 {
font-size: 14px;
color: #CCC;
font-weight: normal;
}
section#information a:hover article h2 {
text-decoration: underline;
}
section#information a article time,
section#information article time {
margin: 0;
text-align: left;
position: absolute;
top: 2px;
left: 0;
padding: 0 0 0 10px;
line-height: 1;
color: #999;
font-size: 10px;
font-family: Arial,sans-serif;
background: url(../img/icon2.png) no-repeat left .3em;
}

