body {
	background: white url(../images/bg.gif) repeat-x center top;
	font: 11px/1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
h1 { color: #004159; font-size: 14pt; line-height: 20px; text-indent: 10px; margin: 10px 0 15px; }
h2 { color: #004159; font-size: 11pt; line-height: 16px; text-indent: 10px; margin: 10px 0 15px; }
h3 { color: #004159; font-size: 8pt; line-height: 12px; text-indent: 10px; margin: 10px 0 15px; }
hr { color: silver; height: 1px; }
p { text-align: justify; text-indent: 15px; }
a { color: #004159; }
a:link { color: #004159; }
a:visited { color: #004159; }
a:hover { color: silver ; }
h1 a { text-decoration: none; }
h1 a:link { text-decoration: none; }
h1 a:visited { text-decoration: none; }
h1 a:hover { text-decoration: underline; }
h2 a { text-decoration: none; }
h2 a:link { text-decoration: none; }
h2 a:visited { text-decoration: none; }
h2 a:hover { text-decoration: underline; }
td { font: 11px/1.3em Arial, Helvetica, sans-serif; text-align: left; margin: 0; }
img { border-width: 0; }

/* -------------------- etc */
#top {
	float: right;
	text-align: right;
	margin-bottom: 10px;
}
#shadow {
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 771px;
	min-height: 709px;
	height: 709px;
	margin: 0 auto;
}
#container {
	background-image: url(../images/container.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	width: 634px;
}
#content {
	text-align: left;
	width: 483px;
	float: right;
}
#footer {
	font-size: xx-small;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	bottom: 0;
	margin: 0 auto;	
	left: 0;
	width: 100%;
	float: left;
}
.float_left { float: left; margin: 10px 10px 10px 0; }
.float_right { float: right; margin: 10px 0 10px 10px; }

/* -------------------- form */
select {
	color: #333333;
	font: xx-small verdana, arial, sans-serif;
	background-color: #eeeeee;
	vertical-align: middle;
	margin: 5px;
	width: 165px;
}

button {
	color: #333333;
	font: xx-small verdana, arial, sans-serif;
	vertical-align: middle;
	margin: 5px;
	border: solid 1px black;
}
input {
	color: #333333;
	font: xx-small verdana, arial, sans-serif;
	background-color: #eeeeee;
	vertical-align: middle;
	margin: 5px;
	border: solid 1px black
}
textarea {
	color: #333333;
	font: xx-small verdana, arial, sans-serif;
	background-color: #eeeeee;
	vertical-align: middle;
	margin: 5px;
	border: solid 1px black
}
.textarea_scroll {
        scrollbar-3dlight-color: black;
        scrollbar-arrow-color: black;
        scrollbar-darkshadow-color: black;
        scrollbar-face-color: #EEEEEE;
        scrollbar-highlight-color: white;
        scrollbar-shadow-color: white;
        scrollbar-track-color: #FAFAFA;
}

/* -------------------- lang */
#flag {
	margin-top: 5px;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	height: 10px;
}
#flag img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#flag a,#flag a:visited,#flag a:active {
	background-image: none;
	text-decoration: none;
	padding: 0;
	line-height: 10px;
	height: 10px;
	font-size: 10px;
	margin: 0 5px 0 0;
	color: black;
}
#flag a:hover {
	color: silver;
}

#flag a.sel {
	color: silver;
}

/* -------------------- menu */
#menu_bg {
	margin-top: 1px;
	width: 622px;
	height: 16px;
	text-align: right;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}
#menu_item {
	margin-right: 18px;
	text-indent: 20px;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
	float: left;
	text-align: left;
}
#menu_item a,#menu_item a:visited,#menu_item a:active  {
	color: black;
	text-decoration: none;
}
#menu_item a:hover  {
	color: silver;
}

/* -------------------- sidemenu */
#side_menu {
	background-image: url(../images/side_menu_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 151px;
	float: left;
}
#side_menu ul {
	padding: 0;
	margin: 0;
	border: 0;
}
#side_menu_title {
	font-weight: 700;
	background-image: url(../images/side_menu_title.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 136px;
	height: 26px;
	padding-top: 7px;
	padding-left: 15px;
}
#side_menu_content {
	text-align: left;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	list-style-image: url(../images/li.gif);
	list-style-position: outside;
}
#side_menu_content a:link {
	color: black;
	text-decoration: none;
}
#side_menu_content a:visited {
	color: black;
	text-decoration: none;
}
#side_menu_content a:hover {
	color: silver;
	text-decoration: none;
}

/* ------------ other */
#box1 {
	border: 1px dashed black;
	padding: 10px;
}

