@charset "utf-8";


/* ================================================================
   サイトHOME #home
================================================================ */
#home{}

/* .unit
------------------------------------------------- */
#home #content .unit{
	margin-bottom: 8px;
}


/* #newsInfo
------------------------------------------------- */
#home #newsInfo{
	background: url(../img/dot02.gif) repeat-y center top;
	border-top: 3px solid #a7a7a7;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

#home #newsInfo dl{
	width: 218px;
	line-height: 1.2;
	font-size: 90%;
}
#home #newsInfo dl dt{}
#home #newsInfo dl dd{
	clear: both;
	margin-top: 5px;
	padding-left: 8px;
	background: url(../img/arr03.gif) no-repeat 0px 0.4em;
}
#home #newsInfo dl dd.more{
	background-image: none;
}
#home #newsInfo dl span.date{
	padding-left: 3px;
	font-size: 90%;
	color: #666;
}

#home #newsInfo dl.left{
	float: left;
	padding: 12px 0px 8px 8px;
}
#home #newsInfo dl.left dd.topnews{
	width: 218px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
	border-bottom: 1px solid #c0c0c0;
	zoom:1;
} 
#home #newsInfo dl.left dd.topnews:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}
#home #newsInfo dl.left dd.topnews img.clipping{
	float: left;
	padding-right: 8px;
	background-image: none;
}

#home #newsInfo dl.right{
	float: right;
	padding: 12px 8px 8px 0px;
}
#home #newsInfo dl.right dd{
	margin-top: 5px;
}


/* .newsList
------------------------------------------------- */
#home .newsList{
	padding: 12px 8px 8px 8px;
	border-top: 3px solid #a7a7a7;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

#home .newsList dl.newsListNext{
	margin-top: 2px;
	padding-top: 12px;
	background: url(../img/dot01.gif) repeat-x left top;
}
#home .newsList dt{	margin-bottom: 3px;}
#home .newsList dd.clipping{
	float: left;
	width: 60px;
}

#home .newsList dd.right{
	float: right;
	width: 385px;
	line-height: 1.5;
	font-size: 90%;
}
#home .newsList dd.right h3{
	margin-top: 3px;
	margin-bottom: 10px;
}

#home .newsList dd.right .txt .btn{
	display: block;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
}
#home .newsList dd.right .txt .btn a:link,
#home .newsList dd.right .txt .btn a:visited{
	display: block;
	padding: 2px;
	background: url(../img/_bk_01.jpg) repeat-x left bottom;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	font-weight: bold;
	color: #036;
}
#home .newsList dd.right .txt .btn a:hover,
#home .newsList dd.right .txt a:active{
	background-image: none;
	color: #f30;
}




/**/
