/* CSS Document */
body {
	background-color: #FBF7F0;
}

#wrapper{
	width:964px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FBF7F0;
}


#wrapper2{
	width:964px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FBF7F0;
	background-image: url(images/back_img.jpg);
}

#wrapper_live{
	width:964px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FBF7F0;
	background-image: url(images/back_img.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #916A17;
}

#contents_top{
	width:964px;
}

#contents{
	width:964;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.live_title_t1 {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
.live_title_t2 {
	font-weight: bold;
	font-size: 13px;
	background-color: #EBE4D4;
	line-height: 20px;
}
a.title:link {
	text-decoration: none;
	color: #916A17;
}
a.title:visited {
	text-decoration: none;
	color: #916A17;
}
a.title:hover {
	text-decoration: underline;
	color: #916A17;
}
a.title:active {
	text-decoration: none;
	color: #916A17;
}





a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
