@charset "UTF-8";

/* -------------------------------------------------
   mitsuboshidiamond.com - b2pageStyles.css
   include homeStyles
------------------------------------------------- */

body.information #directoryTitle h2 {
	background: url(../images/ph2_exhibition.jpg) no-repeat;
}

body.information #sidebar h2 {
	background: url(../images/sh2_exhibition.gif) no-repeat;
}

body#home #directoryTitle h2 {
	background: url(../images/ph2_exhibition.jpg) no-repeat;
}

body#home #sidebar h2 {
	background: url(../images/sh2_exhibition.gif) no-repeat;
}

/* ---------------------------------------
   For Test Use Only
--------------------------------------- */



/* ---------------------------------------
   For MT #sideNavi Module overwrite
--------------------------------------- */
body#home #sideNavi dt,
body#individual #sideNavi dt,
body#archive #sideNavi dt　{
	width: 238px;
}

body#home #sideNavi dt,
body#individual #sideNavi dt,
body#archive #sideNavi dt {
	border-bottom: none;
}

/* 
body#home #sideNavi dt.sndtTop,
body#individual #sideNavi dt.sndtTop,
body#archive #sideNavi dt.sndtTop {
	border-bottom: 1px solid #fff;
}
 */

body#home #sideNavi ul,
body#individual #sideNavi ul,
body#archive #sideNavi ul {
	width: 238px;
}

body#home #sideNavi li,
body#individual #sideNavi li,
body#archive #sideNavi li {
	border-bottom: none;
	border-top: 1px solid #fff;
}

body.information #sideNavi {
	margin-bottom: 40px;
}


/* ---------------------------------------
   For MT #contents Module overwrite
--------------------------------------- */

body#individual.information #pageTitle {
	background: url(http://www.mitsuboshidiamond.com/c_s/img_common/h3_bg_plain.gif) top left no-repeat;
}


body#individual.information #pageTitle h3 {
	color: #999;
	background-color: transparent;
	font-size: 13px;
	padding: 8px 0 0 32px;
}

body#individual.information #pageTitle h3 span {
	font-size: 10px;
	display: block;
}

body#archive .content ul {
	list-style: none;
}

body#archive .content li {
	border-bottom: 1px dotted #ccc;
	padding: 0.6em 0 0.4em;
}

body#archive .content li span {
	margin-right: 1em;
	font-weight: bold;
}


.content .postedEntry {
	margin-bottom: 32px;
	margin-right: 10px;
}

.content .postedEntry p {
	text-indent: 0;
}

.content p.postedDate {
	border-top: 1px dashed #ccc;
	padding-top: 4px;
	text-align: right;
	margin-right: 10px;
	padding-right: 10px;
	color: #999;
	background-color: transparent;
}

/* ------------------------
   Clear .postedEntry
------------------------ */
.postedEntry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.postedEntry { display: inline-block; }

/* Hide from IE-mac ＼*/
* html .postedEntry { height: 1%; }
.postedEntry { display: block; }
/* End hide from IE-mac */


/* ---------------------------------------
   For Entry Contents
--------------------------------------- */
body.information .content dl {
	margin-bottom: 24px;
}

body.information .content dt {
	width: 100px;
	float: left;
}

body.information .content dd {
	margin-left: 100px;
}

body.information .content ul {
	list-style: none;
	margin-bottom: 24px;
}

body.information .content dl.entryContact dt {
	width: auto;
	font-weight: bold;
	float: none;
}

body.information .content dl.entryContact dd {
	margin-left: 0;
}

body.information .content dl.entryContact ul {
	margin-bottom: 0;
}

body.information .content p.entrySignature  {
	text-align: right;
	margin-bottom: 24px;
}

.entryNote {
	border: 1px solid #ccc;
	padding: 16px;
	margin-bottom: 32px;
}

body.information .content .entryNote p {
	text-indent: 0;
}

body.newsrelease .content .entryNote p {
	text-indent: 0;
}

body.information .content .entryNote dl {
	margin-bottom: 0;
}

body.information .content .entryNote dt {
	width: auto;
	float: none;
	font-weight: bold;
}

body.information .content .entryNote dd {
	margin-left: 0;
}


/* ---------------------------------------
   For Test Use
--------------------------------------- */
#sidebar #recentlyList h2 {
	width: 156px;
	height: 15px;
	background: url(../images/st_recentlyNews.gif) no-repeat;
	margin-bottom: 16px;
	margin-left: 8px;
}

#recentlyList {
	margin-bottom: 64px;
}

#recentlyList ul {
	list-style: none;
	margin: 0 8px;
	font-size: 11px;
}

.postEntry {
	margin-bottom: 64px;
}

.content .contentNavi p {
	text-indent: 0;
}
/* For Test Use End */


