@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
body nav ul li a[href="index.html"] {
border-bottom: 5px solid #039;
}

/* メイン画像・Topics  position: relative;
-----------------------------------------*/
section#topics {
width: 100%;
height: 430px;
position: center;
z-index: 10;
margin-bottom: 30px;
background: url(../img/index_main.png) no-repeat left top;
}
img[src*="index01.jpg"] {
position: absolute;
top: 0;
left: 21px;
border: none;
}
section#topics > h1 {
background: none;
font-size: 12px;
text-indent: 0;
width: 100px;
height: 36px;
line-height: 36px;
margin: 0 0 0 655px;
position: relative;
z-index: 100;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
color: #FFF;
}
section#topics article {
font-size: 12px;
line-height: 1.2;
width: 215px;
margin-bottom: 0;
position: relative;
margin: 18px 0 0 660px;
z-index: 100;
}
section#topics a article {
margin: 0;
}
section#topics article img {
display: block;
margin-bottom: 5px;
}
section#topics a {
text-decoration: none;
color: #333;
display: block;
width: 215px;
margin: 18px 0 0 660px;
}
section#topics a:hover {
text-decoration: underline;
}

/* information
-----------------------------------------*/
section#information a {
text-decoration: none;
}
section#information article {
position: relative;
margin: 0 0 1em 15px;
height: 1em;
overflow: hidden;
background: url(../img/icon1.gif) no-repeat 0 5px;
}
section#information a article h2,
section#information article h2 {
display: inline;
font-size: 14px;
color: #039;
margin-left: 80px
}
section#information a:hover article h2 {
text-decoration: underline;
}
section#information a article p,
section#information article p {
display: inline;
color: #333;
}
section#information a:hover article p {
text-decoration: underline;
}
section#information a article time,
section#information article time {
position: absolute;
top: 3px;
left: 13px;
font-size: 10px;
color: #666;
}
section#information a:hover article time {
text-decoration: underline;
}


/* Pick Up!!
-----------------------------------------*/
section#pickup article {
float: left;
width: 132px;
margin: 0 9px;
}
section#pickup article img {
border: 1px solid #999;
display: block;
margin-bottom: 5px;
}
section#pickup article p {
font-size: 12px;
}
section#pickup a article p {
color: #333;
text-decoration: none;
}
section#pickup a:hover article p {
text-decoration: underline;
}








