body{
	font-family: "ＭＳ Ｐゴシック", Osaka;/* ベースとなる文字色 */
	font-size:12px;/* ベースとなる文字サイズ */
	line-height: 120%;
	scrollbar-face-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
	td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC99CC;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	#shar  {
		background:#FFFFFF;/* 背景の透かし色 */
		}
	#txt	{
		color: #333333;/* 本文の文字サイズ */
		font-family: "ＭＳ Ｐゴシック", Osaka;
		}
	.desp  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC66CC;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
		}
	.border{
		background-color:white;
		color:#909090;
		border-top: 1px solid #a0a0a0;
		border-right: 1px solid #a0a0a0;
		border-left: 1px solid #a0a0a0;
		border-bottom: 1px solid #a0a0a0;
	}
.main_box {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	margin: 10px;
	width: 210px;
}
.txt_box {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 120%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

a:link {
	text-decoration: underline;
	color: #9933CC;
}
a:visited {
	text-decoration: underline;
	color: #9933CC;
}
a:hover {
	color: #672288;
	text-decoration: none;
}
a:active {
	color: #672288;
	text-decoration: none;
}

