@charset "utf-8";

@import url("common.css");

/* ============================================================
	investor.css
		Last Update : 2006/12/21(Thu)
		Written By : KOKUBO,Mugi
		「松井建設株式会社」サイト「投資家の皆様へ」カテゴリ
============================================================ */

/* ==== HeadLine ===== */

#main h2#hl-index { background-image: url('../investor/images/index_title.gif'); }
#main h2#hl-pressrelease { background-image: url('../investor/images/pressrelease_title.gif'); }
#main h2#hl-public_notice { background-image: url('../investor/images/public_notice_title.gif'); }
#main h2#hl-short { background-image: url('../investor/images/short_title.gif'); }
#main h2#hl-quarter { background-image: url('../investor/images/quarter_title.gif'); }
#main h2#hl-business { background-image: url('../investor/images/business_title.gif'); }
#main h2#hl-results { background-image: url('../investor/images/results_title.gif'); }

/* ====================================================================== */
/* ==== Main ===== */

#main dl.pdf { margin: 1em 0; }

#main dl.pdf dt {
	float: left;
	margin: 0 8px 0 0;
}

#main dl.pdf dd {
	display: block;
	padding-left: 120px;
	padding-bottom: 0.5em;
	margin: -5px 0 0;
}

#main table {
	border-collapse: collapse;
	margin: 0.5em 0 1em;
	width: 100%;
}

#main table th,
#main table td {
	border: 1px solid #AAAAAA;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding: 0.2em 0.5em;
}

#main table th { background-color: #ccccff; }

#main table tbody th { width: 20%; }
#main table tbody td { width: 16%; }

/* ====================================================================== */
/* ==== Menu ===== */

#menu h4 a,
#menu ul li a { background-image: url('../investor/images/menu.gif'); }

#menu ul li a { height: 20px; }

#menu ul li a#lm-pressrelease {
	height: 21px;
	margin-top: -8px;
	_margin-top: -6px;
}

#menu ul li a#lm-pressrelease { background-position: 0px -30px; }
#menu ul li a#lm-pressrelease:hover { background-position: -165px -30px; }
#menu ul li a#lm-public_notice { background-position: 0px -51px; }
#menu ul li a#lm-public_notice:hover { background-position: -165px -51px; }
#menu ul li a#lm-short { background-position: 0px -71px; }
#menu ul li a#lm-short:hover { background-position: -165px -71px; }
#menu ul li a#lm-quarter { background-position: 0px -91px; }
#menu ul li a#lm-quarter:hover { background-position: -165px -91px; }
#menu ul li a#lm-business { background-position: 0px -111px; }
#menu ul li a#lm-business:hover { background-position: -165px -111px; }
#menu ul li a#lm-results { background-position: 0px -131px; height: 21px; }
#menu ul li a#lm-results:hover { background-position: -165px -131px; }
