@charset "UTF-8";


/*左ナヴィゲーション
---------------------------------- */
#news-left {
width:200px;
height:108px;
background:url(../img/news-left.gif) bottom no-repeat;
font-size:80%;
padding:10px 10px 0 10px;
letter-spacing:0.1em;
line-height:170%;
float:left;
}
/* 左ナヴィゲーションボタン 
-----------------------------------*/

.menu a {
display:block;
width:220px;
height:39px;
background-position:top;
}

.menu a:hover { background-position:bottom; }
.menu a.news { background-image: url("../img/news-lnavi-list.gif"); }



/*　ニュース
---------------------------------- */

#topics {
width:670px;
height:auto;
line-height:200%;
letter-spacing:1px;
color: #666;
margin:2px 0 0 0;
float:left;
font-size:90%;
}

#topics ul {
width:650px;
margin:10px 0px 0 5px;
padding:0 0 10px;
list-style-type: none;
}

.date {
color:#333;
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
}

#topics li {
padding-bottom:12px;
background-image : url(../img/arrow.gif);
background-repeat: no-repeat;
background-position: 2px 7px;
padding-left: 14px;
border-bottom:1px dotted #666;
margin:10px 0 5px 0;
}

#topics li a{
color:#666;
display:inline;
text-decoration:none;
padding:8px 0 8px 20px;
}

#topics li a:hover{
color:#8E8A8A;
text-decoration:underline;
}


/*　日毎記事
---------------------------------- */

#article_date {
width:300px;
height:auto;
float:left;
color:#333;
margin:20px 0 0 0;
color:#999;
font-size:12px;
}

#article_text {
width:600px;
height:auto;
float:left;
margin:0 0 0 30px;
}

#article_text a {
color:#FF6600;
text-decoration:underline;
}

#article_text p {
margin:0 0 15px 0;
}

#article_title{
background-image:url(../img/news-title.gif);
background-repeat:no-repeat;
font-weight:bold;
font-size:120%;
color:#666;
border-bottom:1px dotted #333;
width:570px;
height:30px;
padding:15px 0 10px 60px;
margin:0 0 10px 10px;
float:left;
display:inline;
}


.i_back {
margin:50px 0 0 0;
position:relative;
font-size:80%;
color:#666666;
float:right;
line-height:130%;
}

table.contactcount{
border-collapse:collapse;
border:1px solid #AAAAAA;
width:100%;
}
table.contactcount th{
border:1px solid #AAAAAA;
font-weight:normal;
background:#EEEEEE;
padding:3px 0;
}
table.contactcount td{
border:1px solid #AAAAAA;
text-align:center;
padding:3px 0;
}
