@charset "utf-8";
/* CSS Document */

#contents header {
	border:none;
	padding:20px 0 0;
	width:740px;
	height:340px;
	background:url(../images/top/top_mainimage.jpg) no-repeat;
	margin:0 0 0 -30px;
	text-align:left;
}
#contents header #bizinfo {
	width:230px;
	padding:10px;
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#CCffffff, EndColorStr=#CCffffff);
	background-color: rgba(255, 255, 255, 0.7);
	margin:0px 0 0 470px;
}
#contents header #bizinfo .bizcafe {
	padding:15px;
}
#news-list {
	width:680px;
	margin:0 0 0 -20px;
	overflow:hidden;
}
#news-list article {
	width:325px;
	float:left;
}
#news-list article:first-child {
	margin:0 30px 0 -40px;
}
#news-list h2 {
	background:url(../images/top/list_h2-line.jpg) no-repeat;
	background-position:0 100%;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	margin:25px 0 10px 0;
	color:#000000;
}
#news-list article dl dt, #news-list article dl dd {
	padding:5px 20px;
}
#news-list article dl dt {
	color:#336600;
}
#news-list article dl dd {
	padding-top:0;
	border-bottom:1px #999 dotted;
}
#news-list article dl dd a {
	color:#00F;
}
#news-list article .goto-prev {
	float:right;
	margin:15px 0 0 0;
}
#top-about {
	overflow:hidden;
}
#top-about .text {
	width:320px;
	float:left;
}
#top-about .photo {
	float:right;
}
article.content {
	margin:0 0 60px;
}
#type-description {
	padding:20px;
	width:640px;
	margin:0 0 15px -20px;
	overflow:hidden;
	border: solid 2px #DD2900;
}
#type-description li {
	width:200px;
	float:left;
	margin:0 20px 0 0;
}
#type-description li:nth-child(3n) {
	margin:0px;
}
#type-description li p {
	margin:10px 0 0;
}
