/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(item3/main_bg.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
}
.style1 {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body,td,th {
	color: #FFFFFF;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
.style3 {
	color: #CCCCCC;
	font-size: 12px;
}
.style4 {color: #FFFF00}
.style7 {font-size: 10; color: #FFFFFF; }
.style8 {font-size: 10px; color: #FFFFFF; }
.style9 {font-size: 10px}h1 {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #FFCC00;
	margin: 2px;
	padding: 2px;
	height: 16px;
}
h2 {
	font-size: 10px;
	line-height: 140%;
	color: #9966CC;
	margin: 2px;
	padding: 2px;
	font-weight: lighter;
}
.maintable h3 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}

.maintable {
	border: thin dashed #666666;
}

.scr {
	overflow-y: scroll;   /* スクロール表示 */
	width: 600px;
	height: 80px;
	background-color: #333333;
	font-size: 10px;
	color: #CCCCCC;
}
