@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
nav ul li a[href="index.html"] {
background: url(../img/here.png) no-repeat;
background-position: -125px bottom;
}


/*メイン画像
-----------------------------------------*/
#mainImg {
	width: 900px;
	height: 320px;
	padding: 20px 20px 0;
	display: block;
	position: relative;
	top: -60px;
	left: -470px;
	z-index: 1;
	margin-left: 50%;
}

/*カラム分け
-----------------------------------------*/
#column {
width: 620px;
float: left;
}

/*リード文
-----------------------------------------*/
#column > p {
line-height: 1.6;
margin-bottom: 1em;
}

/*ニュース
-----------------------------------------*/
#news {
margin-top: 45px;
}
#news h2 {
margin-bottom: 10px;
position: relative;
}
#news h2 small {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	width: 289px;
}
#news article {
padding: 15px 5px 15px 85px;
border-bottom: 1px solid #DDD;
position: relative;
}
#news article time {
font-size: 12px;
position: absolute;
left: 5px;
}
#news article h1,
#news article p {
display: inline;
font-size: 14px;
}

#news article_g img{
margin: 30px 5px 30px 15px;
}

#news a {
color: #000;
text-decoration: none;
}
#news a:hover h1,
#news p a:hover {
color: #000;
text-decoration: underline ;
}
#news > p {
text-align: right;
margin: 1.5em 0;
font-weight: bold;
font-size: 12px;
}
#news > p a {
background: url(../img/icon_news.gif) no-repeat left center;
padding-left: 12px;
}

/*Pick Up情報
-----------------------------------------*/

#pickUp {
width: 240px;
border: 5px solid #DDD;
float: right;
}
#pickUp h2 {
background: #0E632A none;
padding: 5px;
color: #FFF;
margin-bottom: 0;
}
#pickUp li {
border-top: 1px solid #DDD;
padding: 15px;
}
#pickUp li:after {
content: "";
display: block;
clear: both;
}
*+html #pickUp li {
min-height: 1px;
}
#pickUp li img {
float: left;
}
#pickUp li h3,
#pickUp li p {
font-size: 12px;
margin-left: 95px;
}
#pickUp li h3 {
margin-bottom: 3px;
}
#pickUp li a {
text-decoration: none;
}
#pickUp li a:hover {
text-decoration: underline;
}
#pickUp li h3,
#pickUp li a h3 {
color: #242600;
}
#pickUp li p,
#pickUp li a p {
color: #000;
}

#pickUp div.navi h3{
border-left: 4px solid #0E632A;
padding: 5px 0 5px 10px;
line-height: 1.2;
font-size: 14px;
margin: 5px;
color: #242600;
}
#pickUp div.navi a {
text-decoration: none;
}
#pickUp div.navi a:hover {
text-decoration: underline;
}

/*ニュース
-----------------------------------------*/
#news2 {
margin-top: 45px;
}
#news2 h2 {
margin-bottom: 10px;
position: relative;
}
#news2 h2 small {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
#news2 article {
padding: 15px 5px 15px 85px;
border-bottom: 1px solid #DDD;
position: relative;
}
#news2 article time {
font-size: 12px;
position: absolute;
left: 5px;
}
#news2 article h1,
#news2 article p {
display: inline;
font-size: 14px;
}

#news2 article_g img{
margin: 30px 5px 30px 15px;
}

#news2 a {
color: #000;
text-decoration: none;
}
#news2 a:hover h1,
#news2 p a:hover {
color: #000;
text-decoration: underline ;
}
#news2 > p {
text-align: right;
margin: 1.5em 0;
font-weight: bold;
font-size: 12px;
}
#news2 > p a {
background: url(../img/icon_news.gif) no-repeat left center;
padding-left: 12px;
}

/*スライドスタイル上書き
-----------------------------------------*/
.theme-default .nivo-controlNav {
	padding: 0;
	position:absolute;
	right: 20px;
	top: 345px;
}

.map {
float: left;
margin: 10px 25px 0 0;
}

section[id*="menu"]:after {
content: "";
display: block;
clear: both;
}
*+html section[id*="menu"] {
min-height: 1px;
}
section[id*="menu"] article {
width: 150px;
margin: 0 -1px 5px 3px;
padding: 0 0px 0px 0px;
float: left;
}
section[id*="menu"] article a {
text-decoration: none;
}
section[id*="menu"] article a:hover {
text-decoration: underline;
}
section#pickup_menu {
position: relative;
z-index: 100;
}
section#pickup_menu article:before {
content: "";
display: block;
width: 100%;
height: 20px;
position: absolute;
top: 0;
left: 0;
z-index: 101;
}
section#pickup_menu:before {
content: "";
display: block;
width: 100%;
height: 20px;
position: absolute;
bottom: 0;
left: 0;
z-index: 101;
}

/* テーブル一覧
-----------------------------------------*/
table {
border-spacing: 0;
border-collapse: collapse;
margin: 0 0 60px 0;
width: 100%;
}

td, th {
border: 1px #CCC solid;
padding: 8px;
font-size: 12px;
vertical-align: top;
}
th {
text-align:left;
white-space: nowrap;
font-weight:normal;
}
th[scope="col"] {
background: #666;
color: #FFF;
font-size: 14px;
}
th[scope="row"] {
background: #F8F8F8;
}
