body {
          text-align:left; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	line-height: 180%;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#outline {
 width:655px;
 text-align:left;
 margin:50px 0px 0px 80px;
}
.outline-margin { margin:20 20px; }
.main { width:435px; float:left; }
.side { width:200px; float:right; }
.c-both { clear:both; }

.name { color: #000000; font-weight: 900;}
.name1 { color: #990000; }
.example2 { font-size: 11px; line-height: 120%;}
.example3  { font-size: 11px;}
.example4   { font-size: 11px; line-height: 120%; font-stretch: condensed }
.bold { font-weight: 900; }

/* 標準のリンク */
A:link {
	color: #990000; /* リンクの色 */
	text-decoration: none; /* 文字装飾 */
	font-weight: bold;
}
/* 訪問済みリンク */
A:visited {
	color: #990000; /* リンクの色 */
	text-decoration: none; /* 文字装飾 */
	font-weight: bold;
}
/* 現在開いているリンク */
A:active {
	color: #990000; /* リンクの色 */
	text-decoration: none; /* 文字装飾 */
	font-weight: bold;
}
/* マウスカーソルが上に来た時のリンク */
A:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

.nav_on {
	font-size: 10px;
}
.nav_off {
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
}
