@charset "utf-8";

/* formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #ffffff;
	background-image: none;
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6;
	text-align: center;
	list-style-type: none;
	width: 100%;
}
hr {
	display: none;
}


/* link style
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	border-style: none;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CA0C1A;
	text-decoration: none;
	position: relative;
}
a:active {
	text-decoration: none;
	left: 1px;
	top: 1px;
}
#ALL {
	width: 100%;
}


/* main
-------------------------------*/

#ALL_body {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D90000;
	list-style-type: none;
	text-align: left;
}
#ALL_body #header {
	height: 135px;
	width: 800px;
}

#header #logo {
	float: left;
	position: relative;
	top: 28px;
	left: 14px;
}
#header #head_top {
	height: 110px;
}


#ALL_body #footer {
	height: 80px;
	clear: both;
	float: none;
}
#header li {
	list-style-type: none;
}
#head_top #head_top_tbl {
	top: 28px;
	clear: none;
	float: right;
	right: 14px;
	text-align: right;
	position: relative;
}

#head_top #mini {
	position: relative;
	width: 320px;
	float: right;
}
#head_top #font {
	width: 115px;
	float: right;
	position: relative;
	align: bottom;
	clear: left;
}
#head_top #head_top_tbl #head_log {
	text-decoration: underline;
}
#head_top #head_top_tbl #head_log a {
	text-decoration: underline;
}
#head_top #head_top_tbl #head_log a:hover {
	color: #D90000;
	text-decoration: underline;
}


#minimenu li {
	float: right;
}
#fontsize li {
	float: right;
	top: 42px;
	padding-right: 2px;
}

#menu li {
	float: left;
}
#header #head_menu #menu a {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#search {
	position: relative;
}



#footer li {
	float: left;
	list-style-type: none;
	clear: right;
}
#footer #copylight {
	text-align: right;
	font-size: 75%;
}
#head_top_tbl .search {
   height: 1.2em;
   width: 10em;

}
#footer #footline {
	margin-bottom: 8px;
}
