@charset "Shift_JIS";

/*==========*/
/* 基本設定 */
/*==========*/
body {
	text-align: center;
}
p,td {
	font-size: 12px;
	line-height: 18px;
}
p {
	margin: 10px 0px;
	padding: 0px;
}

/* 業種ブロック */
#gyoshu-block {
	margin: 0px auto;
	padding: 0px;
	width: 740px;
	text-align: left;
}

/* 企業タイトルブロック */
#kigyotitle-block {
	margin: 0px auto;
	padding: 0px;
	width: 740px;
	text-align: left;
}

/* 企業コードブロック */
#kigyo-block {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	text-align: left;
}

/* 中央ぞろえ */
.center {
	text-align: center;
}

/* 大見出し */
.text {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #FF6600;
	background: #FFCC00;

}

/* テキスト10px */
.text2 {
	font-size: 10px;
}

/* 強調：太字・赤字 */
.note {
	font-weight: bold;
	color: #FF0000;
}
