@charset "utf-8";
/* ****************************************************
Since : 2008-03-31
******************************************************/

/* font settings [ font.css ]
==========================================
1: content navigations
2: headings
3: general elements
4: other
==========================================*/

/* common settings
==========================================*/
body {
	line-height: 1.4;
	color: #444444;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 83%;
}

/* link
------------------------------------ */
a:link {
	color: #366db6;
}
a:visited {
	color: #660099;
}
a:hover {
	color: #cc0033;
	text-decoration: none;
}
a:active {
	color: #cc0033;
	text-decoration: none;
}

/* topic path
==========================================*/
#contentsHeader #topicPath {
	font-size: 80%;
}
#contentsHeader #topicPath strong {
	font-weight: bold;
}

/* general elements
==========================================*/
#contents .pagination li a {
	color:#FFFFFF;
}

#contents p.normal {
	text-indent: 1em;
}

#contents .normalTable thead th {
	font-weight: bold;
}
#contents .normalTable thead .lv1 {
	color: #FFFFFF;
}

#contents .highlight {
	font-weight: bold;
}

/* search
==========================================*/
#contents #searchSettings #viewItems dt,
#contents #searchSettings #viewItems label {
	line-height: 1;
}
#contents #searchResults #resultInfo {
	line-height: 1;
}
#contents #searchResults #resultInfo .keyword,
#contents #searchResults #resultInfo .hitItems {
	font-weight: bold;
}
#contents #searchResults #resultInfo .hitItems {
	font-size: 120%;
}
#contents #searchResults .description .highlight {
	font-weight: normal;
}

#contents #footPagination .firstRow,
#contents #footPagination .secondRow {
	line-height: 1;
}
#contents #footPagination .secondRow {
	font-size: 110%;
}
#contents #footPagination .secondRow .pageLink a {
	color: #004EFF;
	text-decoration: none;
}