@charset "utf-8";

body {
	font: 13px Helvetica, Arial, Geneva, Verdana, "Hiragino Kaku Gothic Pro", sans-serif;
	*font-size: small;
	*font: x-small;
	
	*font-size: 12px;
	}

/* Anchor */

a {
	
	}

a:link {
	color: #71A6F0;
	color: #00f;
	}

a:visited {
	color: #71A6F0;
	}

a:hover {
	color: #19197b;
	text-decoration: none;
	}

/* TopicPath */

div#topicPath ul li,
div#topicPath ul li:before,
div#toPageTop p {
	font-size: 86% !important;
	color: #666 !important;
	}

div#topicPath ul li a {
	color: #666 !important;
	}

/* Icons */

a.word {
	margin: 0 1px;
	}

a.word img {
	width: 17px;
	height: 12px;
	_padding-top: 12px;
	_height: 0;
	margin: 1px 1px 1px 2px;
	vertical-align: top;
	_vertical-align: top;
  line-height: 1.0;
  background: transparent url(../img/common/icon_word.gif) no-repeat left top;
	}

a.word:hover img {
	background-image: url(../img/common/icon_word_o.gif);
	}

a.external img {
	width: 10px;
	height: 9px;
	_padding-top: 9px;
	_height: 0;
	margin: 1px 1px 1px 3px;
	vertical-align: top;
	_vertical-align: bottom;
	background: transparent url(../img/common/icon_external.gif) no-repeat left top;
	}

a.external:hover img {
	background-image: url(../img/common/icon_external_o.gif);
	}

/* Elements */

div#content {
	color: #4A4A4A;
	}

div#content p {
	line-height: 1.6;
	_line-height: 1.8;
	margin: 0 0 1em 0;
	}

div#footer span,
div#footer a {
	font-size: 86% !important;
	color: #666 !important;
	line-height: 1.0;
	}

/*
div#ghNav span,
div#ghNav a,
div#gfNav span,
div#gfNav a,
div#siteNav span,
div#siteNav a {
	font-size: 80% !important;
	color: #666 !important;
	line-height: 1.0;
	}
*/