﻿@charset "utf-8";


#contents{
        width:470px;
        margin:0px auto;
}

#news_log{
	border-bottom:#aaaaaa 1px solid;
        margin-top:30px;
	padding-bottom:5px; 
        
}


dl#lists{
        clear:both;
	display:block;
	width:470px;
        padding-left:0px; 
}

dl#lists dt{
	display:block;
	width:85px;
	float:left;
        clear:left;
}

dl#lists dd{
	display:block;
        float:left;
	width:385px;
        
}




/* ページトップ 
---------------------------*/
#pagetop_box{
	clear:both;
	width:470px;
        padding:10px 0px;
        text-align:right;
}

#pagetop_box .pagetop a{
	padding:5px;
	background:#e6e6e6;
	font-size:83%;
	color:#666;
	text-decoration:none;
}

.pagetop a:hover{
	text-decoration:underline;
}




