@charset "UTF-8";

/*

	物流用語辞典 - 十和運送株式会社：物流用語辞典

	[* html] = IE6
	[*:first-child+html] = IE7
	[Hides from IE5-mac ～ End hide from IE5-mac] = Mac IE5

*/

/*Hides from IE5-mac \*/



/* メインカラム
================================================== */



/* カテゴリ一覧
-------------------------------------------------- */
#dictionaryCategory {
	margin: 0 0 1.7em;
}
#dictionaryCategory ul {
	margin: 0;
}
#dictionaryCategory li {
	margin: 0 5px 5px 0;
	display: inline-block;
	list-style-type: none;
	text-align: center;
}
* html #dictionaryCategory li {
	display: inline;
}
*:first-child+html #dictionaryCategory li {
	display: inline;
}
#dictionaryCategory a {
	display: block;
	width: 2em;
}
#dictionaryCategory a:link, #dictionaryCategory a:visited {
	border: 1px solid #CCC;
	text-decoration: none;
}
#dictionaryCategory a:active, #dictionaryCategory a:hover {
	color: #FFF;
	border: 1px solid #D9530A;
	background: #D9530A;
	text-decoration: none;
}



/* カテゴリ内記事一覧
-------------------------------------------------- */
#archivesEntry ul {
	margin: 0;
}
#archivesEntry li {
	margin-right: 10px;
	display: inline;
	list-style-type: none;
}




/* サイドカラム
================================================== */



/* コンテンツ
-------------------------------------------------- */
#pageList ul.dictionaryPageList {
	background: url(../../images/dictionary/pagedictionary_bg.png);
}



/*End hide from IE5-mac */
