@charset "UTF-8";
/* 
 * written by 
/*======================================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-image: url(../img/body_bg02.jpg);
	background-repeat: repeat-x;
}
body #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
html {
	overflow-y: scroll;
}
img {
	border: 0;
}
table{
	font-size: 12px;
	border-collapse:collapse;
	border-spacing:0;
}
th {
	font-weight: normal;
	vertical-align: baseline;
}

/*===================================
 *class for layout
 *===================================*/
.mb0em {
	margin-bottom: 0px;
}
.mb05em {
	margin-bottom: 0.5em;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mb10px {
	margin-bottom: 10px;
}
.mb20px {
	margin-bottom: 20px;
}
.ml1em {
	margin-left: 1em;
}
.ml2em {
	margin-left: 2em;
}
.ml10px {
	margin-left: 10px;
}
.ml20px {
	margin-left: 20px;
}
.ti0 {
	text-indent: 0px;
}
.ta-center {
	text-align: center;
}
.ta-right {
	text-align: right;
}
.ta-left {
	text-align: left;
}
.fwb{
	font-weight:bold;
}
.fs100{
	font-size: 100%;
}
.fs90 {
	font-size: 90%;
}
.fs80 {
	font-size: 80%;
}
.fs80 {
	font-size: 80%;
}
.fs90 {
	font-size: 90%;
}
.fs110 {
	font-size: 110%;
}
.fs120 {
	font-size: 120%;
}
.no_border {
	border: none;
}
