* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
	line-height: 120%;
	text-align:center;
}
a:link {
	color: #999900;
	text-decoration: underline;
}
a:visited {
	color: #999900;
	text-decoration: underline;
}
a:hover {
	color: #999900;
	text-decoration: none;
}
a:active {
	color: #999900;
	text-decoration: none;
}
#wrap {
	width:855px;
	margin:0 auto;
	text-align:center;
}
#inner {
	width:755px;
	margin:0 auto;
	text-align:center;
}
.bottom_text {
	font-size: 10px;
	color:#000000;
	line-height: 120%;
}
.bottom_text a:link {
	color: #000000;
	text-decoration: none;
}
.bottom_text a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.bottom_text a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.bottom_text a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#bg_main {
	background-image: url(../../artisan/images/bg_main.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 356px;
	width: 755px;
}
.title {
	font-weight: bold;
	background-image: url(../../artisan/images/bg_title.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 38px;
	width: 755px;
	padding-top: 4px;
	padding-left: 20px;
}
.table_title {
	margin-bottom: 10px;
	clear: both;
	font-size: 14px;
}
.text_250 {
	line-height: 250%;
	font-size: 12px;
}
.text_170 {
	line-height: 170%;
	font-size: 12px;
}
.text_red {
	font-weight: bold;
	color: #FF0000;
}
.return_top {
	text-align: right;
	clear: both;
	width: 755px;
	padding-top: 10px;
	font-size: 12px;
	background-image: url(../../artisan/images/icon_return-top.jpg);
	background-repeat: no-repeat;
	background-position: 635px 10px;
	padding-bottom: 20px;
}