body {
	margin: 0;
	padding: 0;
	background-color: #EBECF1;
	color: #000000;
	font-size: 12px;
}

/* 印刷時非表示エリア */
@media print {
.nonprint {
	display: none;
}
}

/* 行間　デフォルト */
td,th {
	font-size: 12px;
	line-height: 1.4em;
}

/* 段落　下余白あり */
p {
	display: block;
	margin: 0 0 1em;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
}

p.textMargin0 {
	margin: 0;
}

/* 見出し用　余白なし */
p.headText {
	margin: 0;
}

/* 見出し用　上余白あり */
p.headText2 {
	margin: 1em 0 0;
}

/* 見出し用　社員が語る */
p.headText3 {
	margin: 2em 0 0.5em;
}

/* 見出し用　医療関連機器 */
p.headText4 {
	margin: 2em 0 1em;
}

/* コントロールケーブル　詳細ページ　テキスト見出し1 */
p.detailHead {
	margin: 0 0 0.5em;
	font-size: 14px;
	font-weight: bold;
}

/* コントロールケーブル　詳細ページ　テキスト見出し2 */
p.detailHead2 {
	margin: 2em 0 0.5em;
	font-size: 14px;
	font-weight: bold;
}

/* コントロールケーブル　詳細ページ　画像見出し */
p.detailHead3 {
	margin: 2em 0 1em;
	line-height: 1em;
}

/* コントロールケーブル　詳細ページ　テキストカラー */
.cable01 {
	color: #6633CC;
}
.cable02 {
	color: #3333CC;
}
.cable03 {
	color: #009999;
}
.cable04 {
	color: #CC6633;
}



/* コメント　上下余白あり */
p.comment {
	margin: 0.5em 0;
	line-height: normal;
}


/* リスト */
ul,
ol {
	margin: 0 0 1em;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}

ul li {
	margin: 0 0 0 1.4em;
	padding: 0;
}

ol li {
	margin: 0 0 0 2em;
	padding: 0;
}


/* イメージ */
img {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

p.image {
	margin: 0;
	padding: 0;
}

/* テキストカラー */
.textBlue {
	color: #003399;
}

.textBlue2 {
	color: #61ABF6;
}

.textWhite {
	color: #FFFFFF;
}

.textRed {
	color: #FF6666;
}

p.textSmallRed {
	color: #FF6666;
	font-size: 10px;
}

.textGreen {
	color: #68AB58;
}

.textSmallGray {
	color: #666666;
	font-size: 10px;
}



/* テキストサイズ */
td.textLarge {
	font-size: 14px;
}
p.textLarge {
	font-size: 14px;
	margin-bottom: 0.5em;
}

.textMidium {
	font-size: 12px;
}

p.textMidium2 {
	margin-bottom: 0;
	font-size: 12px;
}

.textSmall,
p.textSmall {
	font-size: 10px;
}

span.textSmall {
	font-size: 10px;
}

span.textNormalSmall {
	font-size: 10px;
	font-weight: normal;
}

/* テキスト配置 */
.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}


/* 財務ハイライト　グラフ */
table.graphData td {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	font-size: 10px;
}


/* リンク */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
	text-decoration: underline;
}
a:active {
	color: #FF6666;
	text-decoration: none;
}



/* パンくずナビ */
#topicPath {
	font-size: 10px;
}

p.pagetop {
	clear: both;
	margin-top: 1.5em;
	font-size: 11px;
	text-align: right;
}

/* フッタ ナビ */
#fotterNavi {
	color: #0066FF;
	font-size: 10px;
}
#fotterNavi a:hover {
	color: #333333;
	text-decoration: none;
}


/* 著作権表示 */
#fotterCopyright {
	font-size: 10px;
}


/* フォーム */
form {
	display: block;
	margin: 0;
	padding: 0;
}


/* What's new , IR News */
td.newsArea {
	font-size: 12px;
	line-height: 1.3em;
}

td.newsArea a {
	color: #0066CC;
}

img.iconNews {
	margin-top: 0.2em;
}


/* 企業情報　製品開発史 */
#historyScroll {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


/* 企業情報　３つの力 */
.tabFrame {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 15px 14px;
}


/* 詳細ボタン */
.btnDetail {
	margin: 1em 0 0;
	text-align: right;
}


/* 戻るボタン */
.btnBack {
	margin: 1em 0 0;
	text-align: right;
}
.btnBack2 {
	margin: 1em 0 0;
	text-align: left;
}
.btnBack3 {
	margin: 1em 0 0;
	text-align: center;
}


/* コントロールケーブル　トップメニュー */
.cableMenu td {
	font-size: 12px;
	line-height: normal;
}

.cableMenu a:link,
.cableMenu a:visited {
	color: #000000;
	text-decoration: none;
}

.cableMenu a:hover,
.cableMenu a:active {
	color: #FF6666;
	text-decoration: underline;
}
