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

body,td,th {
	font-family: Verdana, Tahoma, sans-serif;
    font-size: 100%;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 65%;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CC6666;
}
a img {
    border: #FF9900 2px solid;
	}
a:hover img {
    border: #FFFFFF 2px solid;
	}
.page {
	width: 100%;
}
.header {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-image: url(file/bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h1 {
	font-size: 150%;
	letter-spacing: 0.5em;
	line-height: 60px;
}
.header span {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	padding-left: 20px;
}
.menu {
	background-image: url(file/st.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 25px;
}
.ulmenu {
	list-style-type: none;
	padding: 0px 30px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.ulmenu li {
	float: left;
	display: block;
	background-image: url(file/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.ulmenu li a {
	display: block;
	float: left;
	padding-right: 15px;
	letter-spacing: 0.2em;
}
.mainc {
	padding-top: 10px;
	padding-left: 20px
}
.mainc .newsr {
	float: left;
	width: 20%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.mainc .other {
	float: left;
	width: 60%;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.mainc .newsr h2 {
	background-image: url(file/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	letter-spacing: 0.2em;
	margin-top: 18px;
	margin-bottom: 8px;
	font-size: 12px;
}
.mainc .other .t {
	background-image: url(file/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 25px;
	padding-left: 20px;
	letter-spacing: 0.3em;
	font-weight: bold;
	margin-top: 16px;
}
.mainc .other .td {
	letter-spacing: 0.1em;
	line-height: 160%;
	padding-top: 5px;
	padding-bottom: 5px;
}
strong {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF9900;
}
.top {
    margin-top: 30px
	}
textarea,input {
    margin: 0px;
	padding: 2px;
	font-size: 100%;
	font-family: Verdana, Tahoma, sans-serif;
	color: #999;
	background-color: #fff;
	border: 1px solid #eee
	}