/* CSS Document */
#news-innder {
	padding: 0 0 0 15px;
}

p.date {
	font-size:14px;
	color: #0087C7;
	font-weight: bold;
	clear: both;
	text-align:left;
	width: 530px;
	margin: 11px 0 3px 5px;
	border-bottom: 1px dotted #0087C7;
	padding-bottom: 2px;
}
dl#news1 {
	clear: both;
	margin: 2px 2px 0px 15px;
	padding: 0 0 2px 0;
}
#news1 dt {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	width:54px;
	height:16px;
	float:left;
	color:#FF6600;
	margin: 2px;
}
#news1 dt#event {
	text-indent: -9999px;
	background: url(../img2/news/news-event.gif) no-repeat;
}
#news1 dt#newgirl {
	text-indent: -9999px;
	background: url(../img2/news/news-newface.gif) no-repeat;
}
#news1 dt#news {
	text-indent: -9999px;
	background: url(../img2/news/news-news.gif) no-repeat;
}
#news1 dt#other {
	text-indent: -9999px;
	background: url(../img2/news/news-update.gif) no-repeat;
}
#news1 dd#area {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
#news1 dd {
	float:left;
	margin: 2px;
}
#news1 dd a {
	color: #0087C7;
	text-decoration: none;
}
#news1 dd a:hover{
	font-weight: bold;
}
#news1 dd#coment a {
	color: #E72D9C;
	text-decoration: none;
}
#news1 dd#coment a:hover{
	font-weight: bold;
}

/* 一覧はこちら
------------------*/
#news #middle .link {
	float: right;
	margin:0 20px 0 0;
	padding: 0 12px 0 0;
}
#news #middle .link a{
	color: #0087C7;
}
#news #middle .link a:hover{
	color: #FF9900;
	text-decoration:underline;
}
