@charset "UTF-8";

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


/*メイン画像
-----------------------------------------*/
section > img {
display: block;
position: relative;
z-index: 1;
margin: -38px 0 30px;
}

/*カラム分け
-----------------------------------------*/
#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: 5px;
font-size: 10px;
font-weight: normal;
color: #000;
}
#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 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: #242600 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;
}

