@charset "utf-8";

/* omotenashi only
---------------------------------------*/
body { background:url(../img/otoiawase/bgBody.jpg) 960px 0 no-repeat #f2f2ee; 
}

div#topMain {
	width:960px;
	height:560px;
	overflow:hidden;
	background:url(../img/top/bgTopMain.jpg) left top no-repeat;
	position:relative;
}

h1 {
	display:block;
	width:200px;
	height:117px;
	margin: 17px 0 2px 12px;
}

div#newsList {
	width:328px;
	height:82px;
	overflow:auto;
	position:absolute;
	bottom:21px;
	right:31px;
}
	
div#newsList dl#feed { line-height: 1.3; }

div#newsList dl#feed dt {
	display: block;
	padding-left: 18px;
	float: left;
	clear: left;
	padding-top: 0.5em;
}

div#newsList dl#feed dd {
	display: block;
	padding-left: 80px;
	padding-top: 0.5em;
}

.clearfix{
	display: block;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}