@charset "utf-8";
/* CSS Document */

a:link{
	color: #999;
	text-decoration: none;
	}
a:active{
	color: #CCC;
	text-decoration: none;
	}
a:visited{
	color: #666;
	text-decoration: none;
	}
a:hover{
	color: #960;
	text-decoration: underline;
	}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dcdbdc;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.borderGray {
	background-color: #f0f1f1;
}
.whiteBG {
	background-color: #ffffff;
}
.menuBG {
	background-color: #f9bf15;
	background-image: url(images/bg_menu_dymoke.jpg);
	background-repeat: repeat-x;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #909090;
	letter-spacing: 0.035em;
}
.head1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #484848;
	letter-spacing: 0.035em;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #644a0c;
	line-height: 18px;
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #484848;
	letter-spacing: 0.035em;
}

