/* ---------------------------------------------------------------------- */
html {
overflow-y:scroll;}

body {
	color: #333;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	background: #FFF;}

a:hover {
	color: #F97C00;}

td {
	color: #333;
	font-size: 12px;}

img {
	border: 0;}

.fl_left {
	float: left;}

.fl_right {
	float: right;}

.fl_left2 {
	float: left;
	clear: both;}

.fl_right2 {
	float: right;
	clear: both;}

.clear {
	clear: both;}

/* ---------------------------------------------------------------------- */
#wrapper {
	text-align: left;
	background: #FFF;
	margin: 0 auto;
	width: 820px;}

/* ---------------------------------------------------------------------- */
h1 {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	line-height: 15px;
	background: #479147;
	margin: 0 auto;
	width: 830px;
	height: 15px;}

/* ---------------------------------------------------------------------- */
#menu {
	list-style-type: none;
	width: 740px;
	float: left;}

#menu li {
	text-align: center;
	line-height: 30px;
	background: url('http://u-man.jp/img/menuback.jpg') no-repeat;
	width: 148px;
	height: 30px;
	float: left;}

#menu strong {
	color: #FF0000;}

/* ---------------------------------------------------------------------- */
#description {
	line-height: 180%;
	margin-left: 10px;
	clear: both;}

#description img {
	float: right;}

/* ---------------------------------------------------------------------- */
#footer {
	margin-bottom: 10px;}

/* ---------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;}

/* ---------------------------------------------------------------------- */
