/* background */
body{
background:url(bg.jpg);
margin:0;
}

.color{
background-color:#563816;
height:15px;
}

.topcolor{
background-color:#563816;
height:30px;
}

.gra1{
background:url(gra1.jpg) repeat-x top;
}

.gra2{
background:url(gra2.jpg) repeat-x bottom;
}

/*textの設定*/
.txtw12{
	font-size:12px;
	color:#FFFFFF;
	}
	.txtg12{
	font-size:12px;
	color:#333333;
	}

/*about link*/
	a{
	color:#CE2D59;
	}
	a:hover{
	background-color:#EEEECC;
	color:#CE2D59;
	}
	
	
	
	
	/*フッター部分のメニュー*/
		#menu{
		color:#993300;
		font-size:12px;
		}
		#menu a{
		color:#333333;
		text-decoration:none;
		font-weight:normal;
		}
		#menu a:hover{
		color:#333333;
		background:#A39A8F;
		}
	
/*lines*/
	.line{
	background:url(line.gif) repeat-x;
	}
