@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: ラザールダイヤモンド
	Description: カラム等レイアウト用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================


	1: div#mainContents メインコンテンツ
	

==============================================================
*/


/*
1: div#mainContents メインコンテンツ
=========================================================*/
div#mainContents {
	margin-bottom: 50px;
}

div#mainContents ul {
	margin: 0 0 30px -20px;
	_margin-left: -40px;	
	overflow: hidden;
	display: inline-block;
}

div#mainContents ul li {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 5px 12px;
	width: 274px;
	_width: 300px;
	height: 35px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	cursor: pointer; 
}

div#mainContents ul li a {
	display: block;
	height: 35px;
}

.content {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	top: 50px;
	padding: 10px;
	background: #222;
	width: 290px;
}

.bottom {
	width: 290px;
	height: 14px;
	background: url(../img/notch.gif) top center no-repeat;
	text-align: center;
}
