@charset "shift_jis";

/* 用語集設定
------------------------------------------------------------ */

/*
用語集のページのみで使用するCSSを作成する場合。

例）
#yohgo .midashi {
	width:100px;
	height:100px;
}

各class、id名の前に「#yohgo」を入れて作成してください。
*/

#yohgo {
}

#yohgo h4.sListh4 {
	font-weight: bold;
	background-image: none;
	color: #0066CC;
	padding: 0px;
	margin: 0px 0px 5px;
	border-style: none;
}
#yohgo .sListArea {
	margin: 0 20px;
	font-weight: bold;
}

/* リスト------------------------------------------------------------ */
#yohgo .sListArea ul, #yohgo .sListArea ol, #yohgo .sListArea p {
	font-weight: normal;
}
#yohgo .sListArea ol {
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 0px;
}
#yohgo .sListArea ul li {
	padding:0px;
	border-bottom:none;
	background-image: none;
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 5px;
}

/* リスト------------------------------------------------------------ */

#yohgo .sListArea ol ul.yohgoList {
	margin-left: 20px;
}
#yohgo .sListArea ol ul.yohgoList li {
	list-style-type:lower-alpha;
	list-style-position: outside;
}

/* テーブル（写真入）------------------------------------------------------------ */
#yohgo table.yohgoPh {
	padding: 0px;
}
#yohgo table.yohgoPh tr td {
	vertical-align: top;
	text-align: center;
	padding: 2px;
}

/* テーブルA------------------------------------------------------------ */
#yohgo table.yohgoTableA {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#yohgo table.yohgoTableA tr th, #yohgo table.yohgoTableA tr td {
	vertical-align: top;
	padding: 3px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#yohgo table.yohgoTableA tr th, #yohgo table.yohgoTableB tr th {
	background-color: #F3EFE2;
}
#yohgo table.yohgoTableA tr th {
	text-align: center;
	vertical-align: middle;	
}


/* テーブルB（線なし）------------------------------------------------------------ */
#yohgo table.yohgoTableB {
	border: 1px solid #999999;
}
#yohgo table.yohgoTableB tr th, #yohgo table.yohgoTableB tr td {
	padding: 5px;
	text-align: left;
}
#yohgo table.yohgoTableB tr th {
	border-right: 1px solid #999999;
}

/* テーブルC------------------------------------------------------------ */
#yohgo table.yohgoTableC {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: right;
}
#yohgo table.yohgoTableC tr th, #yohgo table.yohgoTableC tr td {
	vertical-align: top;
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#yohgo table.yohgoTableC tr th {
	text-align: center;
	vertical-align: middle;
	background-color: #F3EFE2;
}
#yohgo table.yohgoTableC tr td.txleft {
	text-align: left;
}
#yohgo table.yohgoTableC tr.gray {
	background-color: #efefef;
}


#yohgo table.yohgoTableA td.nobd {
	border-bottom: none;
}

#yohgo p.note {
	text-align: right;
	margin-top: 5px;
	padding: 0px;
}