body,td {
    line-height: 1.05;
    font-size: x-small;
	color: #663333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
textarea {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	color: #663333;
}

a {
	color: #8C9900;
}
a:visited {
	color: #6c7326;
	text-decoration:none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}
a:active {
	color: #FF9900;
	text-decoration:none;
}
a:link {
	color: #cc6600;
	text-decoration:none;
}

.submitButton {
	background-color:#f0ebdc;
	background-image:url(../css/elements/submitButton.gif);
	background-repeat:repeat-x;

	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 11px;
	font-weight: bold;
	color: #663333;
	text-align: center;

	cursor: hand;
	
	height: 22px;
	
	vertical-align: middle;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;

	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-bottom-style: double;

	border-top-color: #d0cbbc;
	border-right-color: #664422;
	border-left-color: #b0ab9c;
	border-bottom-color: #442200;

	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 3px;
}

textarea {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	color: #440000;
}
.textBox {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	color: #000000;
	height: auto;
	width: auto;
}
.bright_color {
    background-color:#F7FFCC;
}
.standard_color {
    background-color:#e98f26;
}
.dark_color {
    background-color:#5C2200;
}

h1 {
  font-size: x-small;
  font-style:normal;
  font-weight:normal;
}
h2 {
  font-size: x-small;
}


/*-------------------------‹¤’Ê----------------------------*/
.background-no-repeat {
	background-repeat:no-repeat;
}
.background-repeat-x {
	background-repeat:repeat-x;
}
.background-repeat-y {
	background-repeat:repeat-y;
}

.background-position-right {
	background-position:right;
}
.background-position-center {
	background-position:center;
}
.background-position-bottom {
	background-position:bottom;
}

.text_decoration_none {
    text-decoration:none;
}
.text_decoration_none:visited {
	text-decoration:none;
}
.text_decoration_none:hover {
	text-decoration:none;
}
.text_decoration_none:active {
	text-decoration:none;
}
.text_decoration_none:link {
	text-decoration:none;
}

.text_size8 {
	font-size: 8px;
}
.text_size9 {
	font-size: 9px;
}
.text_size10 {
	font-size: 10px;
}
.text_size10_5 {
	font-size: 10.5px;
}
.text_size11 {
	font-size: 11px;
}
.text_size12 {
	font-size: 12px;
}
.text_size14 {
	font-size: 14px;
}
.text_size16 {
	font-size: 16px;
}
.text_size18 {
	font-size: 18px;
}

.font_family_arial {
	font-family: Arial, Helvetica, sans-serif;
}
