@charset "UTF-8";

/* ++++++ トップページ用個別 ++++++ */
/* +++ CONTENTS +++ */
#news {
	width:450px;
	height:400px;
	background-image:url(../images/news.jpg);
	background-repeat:no-repeat;
}
#updatehistory {
	width:450px;
	height:290px;
	background-image:url(../images/update_history.jpg);
	background-repeat:no-repeat;
	background-position:0 7px;
}

#updatehistory p {
	/*
	width:436px;
	height:22px;
	text-align:right;
	padding:9px 15px 0 0;
	margin-bottom:10px;
	*/
	margin: 10px 0 0 ;
	font-weight: bold;
}
#updatehistory p a{
	color:#666;
	font-size: 0.8em;
	font-weight: bold;
}
#update_list{
	width:420px;
	height:265px;
	margin-top: 10px;
	padding-left:30px;
	overflow: auto;
}
#update_list li{
	padding:0;
	margin-left : 15px;
}

#news p {
	width:435px;
	text-align:right;
	padding:10px 0;
	margin-bottom:4px;
}
#news p a {
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}
#news_list{
	width:430px;
	height:350px;
	padding-left:10px;
	padding-right:10px;
	overflow: auto;
}
#news_list .news_icon {
	margin: 2px 0;
	color:blue;
	float:left;
	width:60px;
	text-align:center;
	font: bold italic small-caps 13px Charcoal,Arial,Helvetica,sans-serif;
}
#news_list .news_cont {
	margin: 2px 0;
	float:right;
	font-size: 12px;
	width:350px;
	text-align:left;
	font-size: 12px;
}
#news_list .news_cont a:hover {
	text-decoration: underline;
}
#news_list hr { 
	width:100%;
	margin: 0;
	padding: 0;
	clear:both;
	border-style: dashed none none none; 
	border-top-width: 1px; 
	border-top-color: #bababa; 
	height: 1px; 
} 
/* ++++ SIDEBAR1 ++++ */
#sidebar1 p {
	margin-bottom:6px;
	padding: 0;
}

#banner_mid p {
	font-size:80%;
	line-height:1.2;
	padding:0 10px;
	text-align:left;

}
