@charset "utf-8";
html{
	height: 100%;
	width: 100%;
}
body {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #000;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
p{
	margin: 5px;
	margin-bottom: 10px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff8a00;
}
.img_h_right{
	float: right;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
}

.img_h_text{
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
	text-align: center;
}

.title {
	font-size: 22px;
	font-weight: bold;
	color: #ff8a00;
}
.subtitle {
	font-size: 15px;
	font-weight: bold;
	color: #ff8a00;
}
a.subtitle {
	font-size: 15px;
	font-weight: bold;
	color: #ff8a00;
	text-decoration: none;
}
a.subtitle:hover {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.author {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000;
}
.content {
	font-size: 15px;
	text-align: left;
	color: #000;
}
.copyright {
	background-image: url(../img/index_r5_c1.png);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: bottom;
	height: 75px;
	font-size: 12px;
	color: #999;
}
a.copyright {
	text-decoration: none;
}
a.copyright:hover {
	text-decoration: underline;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	color: #333;
}
a.menu {
	color: #333;
	text-decoration: none;
}
a.menu:hover {
	color: #ff8a00;
}
td img {
	display: block;
}
input, textarea {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #333;
}
hr{
	height: 1px;
	border: 0px;
	border-top: 1px solid #999;
}
.icon{
	border: 0px;
	vertical-align: middle;
}