@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
body nav ul li a[href="index.html"] {
color: #666;
background-position: left bottom;
}

/* サブメニューの位置変更 スタイル本体はcommon.css
-----------------------------------------*/
#subMenu {
top: 345px;
}

/* 共通
-----------------------------------------*/
section {
margin: 20px 0 30px 205px;
width: 700px;
position: relative;
}
section > h1 {
background: url(../img/midashi1.png) no-repeat left top;
width: 700px;
}

/* 
-----------------------------------------*/
/* スライドショー用 */

#slideshow {
   position: relative;
   width:  900px; /* 画像の横幅に合わせて記述 */
   height: 300px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}


/* 
-----------------------------------------*/
/* タイムテーブルはcommon.css */

#timeTable h2,
#timeTable p {
font-size: 14px;
line-height: 1.4;
}
#timeTable p.tel {
font-size: 30px;
color: #1AA6C4;
font-weight: bold;
}
#timeTable p.tel img {
margin-right: 3px;
}
#timeTable p.navLink {
text-align: right;
margin: 1em 10px 0 0;
}

/* お知らせ
-----------------------------------------*/
section.information a {
text-decoration: none;
}
section.information article {
position: relative;
margin: 0 25px 1em 10px;
padding-bottom: 3px;
line-height: 1.2;
background: url(../img/icon1.png) no-repeat 0 .2em;
}
section.information a article h2,
section.information article h2 {
font-size: 14px;
color: #333;
margin-left: 80px;
}
section.information a:hover article h2 {
text-decoration: underline;
}
section.information a article time,
section.information article time {
position: absolute;
top: 2px;
left: 15px;
font-size: 10px;
color: #666;
}
section.information a:hover article time {
text-decoration: underline;
}


/* メインコンテンツ
-----------------------------------------*/
section#topics article {
	float: left;
	width: 650px;
	min-height: 135px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0;
}
section#topics hr{
margin-bottom: 20px;
}
section#topics article h2 {
background: url(../img/icon1.png) no-repeat 0 .2em;
color: #0991B3;
font-size: 14px;
font-weight: bold;
padding: 0 5px 2px 15px;
}
section#topics article img {
margin: 10px 10px 0 10px;
float: left;
border: 1px solid #666;
}
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;
}
