/* Link */
a:link		{
	text-decoration: none;
	color:#408
}
a:visited	{
	text-decoration: none;
	color:#408
}
a:hover		{
	text-decoration: underline;
	color:#808
}
a:active	{
	text-decoration: none;
	color:#408
}
/* Body */
body		{
	color: #136;
	background-color: #fff;
	font-size: 12pt;
/*	background-image: url("../../back-mochi.jpg");  背景イメージ */
	background-attachment: fixed;			/* 背景イメージスクロール表示設定 */
	background-repeat: no-repeat;			/* 背景イメージ繰り返し設定 */
	background-position: bottom left;		/* 背景イメージ位置 */
}
/* Table */
table.dds	{
	margin-left: 10px;
	margin-top: 10px;
	width: 800px
}
table.link	{
	border-spacing: 0px 10px;
	text-align: left
}
td.category	{
	vertical-align: top;
	width: 150px
}
td.disptitle	{
	text-align: center;
	width: 650px
}
td.comment	{
	width: 300px;
	background-color: #8bf;
	color: #135;
/*	font-weight: 700 */
}
td.clink	{
	background-color: #8bf
}
td.hp		{
	background-color: #acf
}
/* Image */
img.banner	{
	width: 200px;
	height: 40px;
	border-style: none
}

.s1		{
	font-size: 24pt;
	font-weight: 700
}
.s2		{
	font-size: 18pt;
	font-weight: 700
}
.s3		{
	font-size: 15pt;
	font-weight: 700
}
.caution		{
	color: #f00;
	font-weight: 700
}
.hptitle	{
	color: #fff;
	font-weight: 700
}

