/* CSS Document */

body{
background-image:url(../common/back_image.gif);
	color:#996633;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:150%;
	scrollbar-base-color: #66CC33;
}
table{
	font-size:12px;
	line-height:150%;
}

a:link{
	color:#FF0000;
}
a:visited{
	color:#FF0000;
}
a:hover{
	color:#008F4C;
}
a:active{
	color:#FF0000;
}

/* パンくず */
td.topicpath{
	color:#008F4C;
}
td.topicpath a:link{
	color:#61C797;
}
td.topicpath a:visited{
	color:#61C797;
}
td.topicpath a:hover{
	color:#FF0000;
}
td.topicpath a:active{
	color:#61C797;
}

/* 付箋タイトル */

table.tagblue{
	margin-left:15px;
	height:70px;
	background:#FFFFFF url(../common/tag_blue.gif) no-repeat top left;
}

table.tagorange{
	margin-left:15px;
	height:70px;
	background:#FFFFFF url(../common/tag_orange.gif) no-repeat top left;
}

table.taggreen{
	margin-left:15px;
	height:70px;
	background:#FFFFFF url(../common/tag_green.gif) no-repeat top left;
}

p.tobbs{
	font-size:11px;
	margin-top:10px;
}

/* 文字の色 */
.green{
	color:#008F4C;
}

/* データ */
table.data{
    margin:0 10px 0 0;
}

/* スレッド */

img.down{
	margin:0 5px 10px 5px;
}
/* フッタ */
table.footer{
    background:#fff;
	color:#000000;
	font-size:10px;
}