/* CSS Document */

#CONTENT{
width:675px;
margin:0 30px;
float:none;
}

/* ニュース一覧 */
.list_title{
width:670px;
}

.list_link{
text-align:center;
margin-top:40px;
}
.list_page_cur{
font-size:110%;
margin-left:5px;
}

.list_page{
margin-left:5px;
}

.newslist{
margin-top:30px;
}

.newslist tr td{
padding:5px 0;
}

.adminlist tr th{
padding:5px;
}

.adminlist tr td{
padding:5px;
}

/* ニュース本文 */

#CONTENT .menu a{
color:#333333;
}

#CONTENT .menu a:hover{
color:#FF0000;
}

#CONTENT .menu ul{
list-style-type:none;
float:left;
}

#CONTENT .menu ul li{
display:inline;
}

.img_r{
float:right;
margin:0 0 8px 8px;
}

.img_l{
float:left;
margin:0 8px 8px 0;
}

.news_date{
margin-bottom:10px;
text-align:right;
}

.news_title{
padding:13px 0 0 25px;
background-image:url(../images/news_subtitle.gif);
background-repeat:no-repeat;
background-position:left bottom;
font-size:130%;
color:#333333;
line-height:20px;
}
