body {
	margin: 0px;
	background-image: url(../img/bg2.gif);
}
.content {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.midashi {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.txt_style {
	line-height: 150%;
	font-size: 13px;
	color: #666666;
}
.menu_area {
	background-image: url(../img/bar.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 13px;
	line-height: 200%;
	color: #FF6600;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
}
