﻿@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
body nav ul li a[href="index.html"] {
color: #000;
background: url(../img/menu1.gif) no-repeat center bottom;
}


/* 共通
-----------------------------------------*/
section {
margin: 20px 0 30px 0;
width: 665px;
position: relative;
}
section > h1 {
width: 655px;
}

/* pickUp
-----------------------------------------*/
section#pickUp article {
float: left;
width: 320px;
min-height: 135px;
margin: 0 10px 10px 0;
}
section#pickUp article img {
margin: 0 0 5px 0;
float: left;
}
section#pickUp article h2,
section#pickUp a article h2 {
font-size: 12px;
line-height: 1.4;
color: #333;
text-decoration: none;
}
section#pickUp a:hover article h2 {
text-decoration: underline;
}



/* お知らせ
-----------------------------------------*/
section#information > h1 {
background-image: url(../img/midashi2.png);
}
section#information a {
text-decoration: none;
}
section#information article {
position: relative;
margin: 0 15px 1em 0;
padding: 0 0 3px 90px;
line-height: 1.2;
border-bottom: 1px dotted #959595;
}
section#information a article h2,
section#information article h2 {
font-size: 14px;
color: #333;
font-weight: bold;
display: inline;
}
section#information a article p,
section#information article p {
display: inline;
color: #333;
}
section#information a:hover article h2 {
text-decoration: underline;
}
section#information a article time,
section#information article time {
position: absolute;
top: -1px;
left: 5px;
font-size: 10px;
line-height: 1;
color: #666;
}
section#information a article time:before ,
section#information article time:before {
content: "・ ";
font-size: 14px;
color: #000;
}
section#information a:hover article time {
text-decoration: underline;
}

/*
 追加-----------------------------------*/
.button {
   	width: 200px;
	font-size: 20px;
 	font-weight: bold;
 	text-decoration: none;
 	display: block;
 	text-align: center;
 	padding: 4px 0 6px;
 	color: #333;
  	background-color: #dcdcdc;
	border-radius: 25px; 
	margin: 0 auto;	}

--------------------------------------