/* 基本設定 */


body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color:#333333;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#666666;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color:#000000;
	scrollbar-3d-light-color:#000000;
}





/* 背景設定 */


#bg_base_top {
	background-image: url(img/bg_base_top.jpg);
	background-repeat: repeat-x;
}

#bg_base_bottom {
	background-image: url(img/bg_base_bottom.jpg);
	background-repeat: repeat-x;
}

#bg_banner {
	background-image: url(img/bg_banner.gif);
	background-repeat: no-repeat;
}





/* リンク設定 */


a:link {
	color: #CCCCCC;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}





/* テキスト設定 */


.txt {
	font-size: 10px;
	color: #666666;
	line-height: 140%;
}