﻿html {overflow-x: hidden;}

body {
	margin: 3px;
	padding: 0px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat;
}
.topics_data {
	color:#CC9900;
	padding-left: 5px;
	font-size: 12px;
	width:80px;
	margin-top: 8px;
	margin-left: 1px;
	clear: both;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC9900;
}
.topics_message {
	width:300px;
	font-size: 12px;
	line-height: 125%;
	color: #EBE9D8;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 4px;
	text-align:left;

}

.topics_line {
	clear:both;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3CBA0;

}

body {
/* トップと左の外側ライン  */
scrollbar-3dlight-color:#ffffff;
/* トップと左の内側ライン  */
scrollbar-highlight-color:#efefef;

/* 右と下の外側ライン  */
scrollbar-darkshadow-color:#ffffff;
/* 右と下の内側ライン  */
scrollbar-shadow-color:#999999;


/* 矢印  */
scrollbar-arrow-color:#555555;
/* 反応なし  */
scrollbar-base-color:#003399;

/* べースカラー  */
scrollbar-face-color:#ffffff;

}

/* リンク  */

a:link {
color: #F2B600;
text-decoration:none; 
}

a:visited {
color: #F2B600;
text-decoration:none; 
}
a:hover {
color: #CC9900;
text-decoration:underline; 
}

