@charset "iso-8859-1";
/* Reset CSS
==========================================================*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
fieldset,
img{
	border:0;
}
address,
caption,
cite,
em,
strong,
th {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,
th{
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,
acronym {
	border:0;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,
textarea,
select {
	*font-size:100%;
}
img {
	vertical-align:top;
}
hr {
	display:none;
}
/* font size setting
==========================================================*/
body{
	font-size      :small;
	_font-size     :x-small;/* winIE5.x only */
	_fo\nt-size    :small;/* winIE6 only */
	font-family:sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
/* storucture
==========================================================*/
body {
	background: #FEFE9C url(../../images/top/body_bg.png) repeat-x;
}
/* lang menu
==========================================================*/
table#lang_menu {
	position: absolute;
	top: 18px;
	right: 15px;
}

