@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
body nav ul li a[href="index.html"] {
color: #FFF;
background-position: bottom;
border-right: 1px solid #0563B8;
z-index: 2;
background-position: left bottom;
}

/* サブメニューの位置変更 スタイル本体はcommon.css
-----------------------------------------*/
#subMenu {
top: 345px;
}

/* 共通
-----------------------------------------*/
section {
margin: 20px 0 30px 205px;
width: 711px;
}
section > h1 {
background: url(../img/midashi2.png) no-repeat left top;
height: 74px;
line-height: 37px;
font-size: 14px;
text-indent: 30px;
width: 711px;
position: relative;
z-index: 1;
margin-bottom: -15px;
}
section article {
position: relative;
z-index: 2;
}

/* お知らせ系共通
-----------------------------------------*/
section.information a {
text-decoration: none;
}
section.information article {
position: relative;
margin: 0 25px 1em 10px;
padding-bottom: 3px;
line-height: 1.2;
overflow: hidden;
border-bottom: 1px dotted #959595;
}
section.information a article h2,
section.information article h2 {
font-size: 14px;
color: #333;
margin-left: 70px;
}
section.information a:hover article h2 {
text-decoration: underline;
}
section.information a article time,
section.information article time {
position: absolute;
top: 3px;
left: 0;
font-size: 10px;
color: #666;
}
section.information a:hover article time {
text-decoration: underline;
}

/* お知らせ：緊急用
-----------------------------------------*/
section#emergency > h1 {
background: url(../img/midashi1.png) no-repeat left top;
color: #FFF;
}
section#emergency.information a article h2,
section#emergency.information article h2 {
color: #F00;
}
section#emergency.information a article time,
section#emergency.information article time {
color: #F00;
}

/* トピックス
-----------------------------------------*/
section#topics article {
float: left;
width: 335px;
min-height: 135px;
margin: 0 -3px 12px 10px;
border: 1px solid #CACACA;
background: url(../img/back2.png) no-repeat right bottom;
}
section#topics article h2 {
background: #2779C2;
color: #FFF;
font-size: 14px;
font-weight: bold;
padding: 5px 5px 2px;
}

section#topics article h2.hi {
background: #2779C2;
color: #ff9900;
font-size: 14px;
font-weight: bold;
padding: 5px 5px 2px;
}

section#topics article img {
margin: 10px 10px 0 10px;
float: left;
}
section#topics article p {
margin: 10px;
line-height: 1.4;
}
section#topics a,
section#topics a article p {
color: #333;
text-decoration: none;
}
section#topics a:hover article p {
text-decoration: underline;
}


