@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: ラザールダイヤモンド
	Description: カラム等レイアウト用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================


	1: div#mainContents メインコンテンツ

	2: div#recommend レコメンド
	

==============================================================
*/


/*
1: div#mainContents メインコンテンツ
=========================================================*/
div#mainContents ul#portfolio {
	margin: 0 auto;
	width: 410px;
}

*html body div#mainContents ul#portfolio {
	margin: 0;
}



/*
2: div#recommend レコメンド
=========================================================*/
div#topics {
	float: left;
	width: 420px;
}

div#topics .midashi {
	margin-bottom: 15px;
	width: 420px;
	height: 11px;
}

div#topics .imgLeft {
	float: left;
}

div#topics span.more {
	float: right;
	width: 51px;
}

div#topics a {
	display: block;
}

div#topics dl {
	width: 520px;
	overflow: hidden;
	display: inline-block;
}

div#topics dt {
	float: left;
	margin-right: 10px;
	width: 60px;
}

div#topics dt img {
	border: 1px solid #333;
}

div#topics dd {
	float: left;
	width: 448px;
}

div#topics span.day {
	margin-bottom: 8px;
	display: block;
}

div#topics span.textDetails {
	padding: 5px 0;
	background: url(../common/img/solid_x.gif) left top repeat-x;
}

ul#solicitation {
	float: right;
	width: 137px;
}

.content {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 10px;
	background: #222;
	width: 400px;
	overflow: hidden;
	display: inline-block;
}

.imgLeft {
	float: left;
	margin-right: 10px;
}

.bottom {
	width: 400px;
	height: 14px;
	background: url(../img/notch.gif) top center no-repeat;
	text-align: center;
}
