@charset"shift-JIS";

/*　ニュース
---------------------------------- */

#news {
width:670px;
height:auto 100%;
line-height:200%;
letter-spacing:1px;
color: #666;
margin:0;
padding:10px 0 0 15px;
float:left;
font-size:90%;
}

#news ul {
width:675px;
margin:10px 0px 0 15px;
padding:0 0 10px;
list-style-type: none;
}

.date {
color:#333;
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
}

#news li {
padding-bottom:7px;
background-image : url(../img/arrow.gif);
background-repeat: no-repeat;
background-position: 2px 7px;
padding-left: 14px;
border-bottom:1px dotted #927670;
margin:10px 0 5px 0;
}

#news li a{
color:#666;
display:inline;
text-decoration:none;
}

#news li a:hover{
color:#83021E;
text-decoration:underline;
}


/*　日毎記事
---------------------------------- */

#article_date {
width:80px;
height:auto;
float:left;
color:#333;
margin:20px 0 0 30px;
padding-left:550px;
_padding-left:520px;
color:#999;
font-size:12px;
}

#article_text {
width:600px;
height:auto;
float:left;
padding:0 0 0 70px;
}

#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:#83021E;
border-bottom:1px dotted #333;
width:570px;
height:30px;
padding:15px 0 10px 60px;
margin:0 0 10px 10px;
float:left;
display:inline;
}



/*　サイドバー
---------------------------------- */
#sidebar {
width:150px;
background-color:#CCCCCC;
margin:0 10px 0 0;
}















