@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: ラザールダイヤモンド
	Description: カラム等レイアウト用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================


	1: div#mainContents メインコンテンツ

	2: div#recommend レコメンド
	

==============================================================
*/


/*
1: div#mainContents メインコンテンツ
=========================================================*/
div#mainContents {
	display: inline;
	float: left;
	margin-top: 0;
	width: 410px;
}

div#mainContents ul#portfolio {
	width: 400px;
}

*html body div#mainContents ul#portfolio {
	margin: 0;
}



/*
1: div#mainContents メインコンテンツ
=========================================================*/

p.title {
	margin-bottom: 25px !important;
	text-align: center;
}

h2.midashi03 {
	margin-bottom: 15px;
	padding: 0 0 10px;
	background: url(../common/img/dotted_x_red.gif) left bottom repeat-x;
	text-align: center;
}

#textArea p.midashi {
	text-align: center;
}

#textArea p.center {
	font-size: 92%;
}

div#textArea {
	float: right; 
	width: 500px;
	margin-top: 25px;
}

div#textArea p {
	margin-bottom: 15px;
}

div#textArea .midashi02 {
	margin-bottom: 15px;
	padding: 0 0 10px 0.3em;
	background: url(../common/img/dotted_x_red.gif) left bottom repeat-x;
}

div#textArea .midashi02 b {
	padding-left: 1.2em;
	background: url(../common/img/icon_square.gif) left center no-repeat;
}



/*
2: div#recommend レコメンド
=========================================================*/

div#recommend {
	position: relative;
	width: 500px !important;
	overflow: hidden;
}

div#topics {
	display: inline;
	float: left;
	width: 360px;
}

div#topics .midashi {
	margin-bottom: 6px;
	width: 360px;
	height: 11px;
}

a.imgTip {
	margin-top: 6px;
	padding: 5px; 
	width: 340px;
	_width: 350px;
	background: #111;
	border: 1px solid #333;
	text-align: center;
}

div#topics .imgLeft {
	float: left;
}

div#topics span.more {
	float: right;
	width: 51px;
}

div#topics a {
	display: inline-block;
}

div#topics dl {
	margin-bottom: 3px;
	padding-bottom: 3px;
	background: url(../common/img/dotted_x.gif) left bottom repeat-x;
	width: 355px;
	_width: 360px;
	overflow: hidden;
	display: inline-block;
}

div#topics dl.lastChild {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

div#topics dt {	
    clear: left;
    float: left;
    width: 30px;
    padding:5px;
}

div#topics dd {
	padding:5px 0 5px 45px;
}

div#topics dt img {
	margin-top: 3px;
	border: 1px solid #333;
	margin-bottom: 2px;
	vertical-align: top;
}

div#topics dd span {
	display: block;
	font-size: 84%;
}


ul#solicitation {
	position: absolute;
	float: right;
	right: 0;
	bottom: 0;
	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;
}

