/* 奥三河名山八選外部スタイルシート、ファイル名：8peaks.css */
/* ページ背景色設定 */
body{
	color: #666666;
	background-color: white;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/* リンク定義 */
a{
	color: #658622;
	text-decoration: none;
	border-color: #9999CC;
	border-style: solid;
	border-width: 0 0 1px 0;
}
a:visited{
	color: gray;
	text-decoration: none;
	border-color: gray;
	border-style: dotted;
	border-width: 0 0 1px 0;
}
a:active{
	color: #FF6600;
	text-decoration: none;
	border-style: none;
}
a:hover{
	color: #FF6600;
	text-decoration: none;
	border-style: none;
}
a.pct,a.anchor{
	text-decoration: none;
	border-style: none;
}
/* 枠設定 */
.waku_4{
	border-color: black;
	border-style: solid;
	border-width: 1px;
}
.waku_3r{
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 1px 0;
}
.waku_3{
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}
.waku_2{
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 0 0;
}
/* PDF関連定義 */
.pdf_txt{
	color: white;
	font-size: 80%;
	border-style: solid;
	border-color: white;
	border-width: 1px;
}
.pdf_bg{
	background-color: #658622;
}
/* Acrobat Reader設定 */
.acrobat{
	background-color: #658622;
	border-color: white;
	border-style: solid;
}
.acrobat_txt{
	color: white;
	font-size: 80%;
	background-color: #658622;
	border-color: white;
	border-style: solid;
}
/* その他設定 */
.double_4{
	border-color: black;
	border-style: double;
	border-width: 3px;
}
.white_bg{
	background-color: white;
}
.indent{
	text-indent: 1em;
}
.sat{
	color: blue;
}
.sun{
	color: red;
}
.bold{
	font-weight: bold;
}
.little{
	font-size: 80%;
}
