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

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }

a img {
	border:none;
}
body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	height:100%;
	position:relative;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
}
em {
	width:0;
	height:0;
	position:relative;
	z-index:-1;
	font-size:0.5em;
	text-indent:-9999px;
}
* html em {
	text-indent:-9999px;
	overflow:hidden;
}
a {
	text-decoration:none;
}
/* font */
.white {
	color: #fff;
}
.red {
	color:#f00;
	font-size:0.9em;
	padding:0 0 0 4px;
}
#wrapper #ft-contents #ft-right dd.btn input {
	width:60px;
}
.return_top {
	border-top:1px dashed #ccc;
	text-align:right;
	clear:both;
	font-size:0.7em;
	background-image:url(../img/return_top.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	padding:2px 16px 30px 0;
}
.return_top a{
	color:#666;
}
#logo {
	margin-top: 10px;
	margin-left: 12px;
}
.bn img{
	margin-bottom: 10px;
}
