@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #333333;
	background: #ffffff url(../images/index/bg.jpg) no-repeat center 35%;
}
img {
	border: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#all {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
	text-align: center;
}
#main {
	margin: 0px;
	margin-top: 19%;
	padding: 0px;
	text-align: center;
}
.idx_title img {
	width: 222px;
	height: 70px;
}
.idx_menu {
	margin-top: 30px;
	padding: 0px;
	width: auto;
	height: 16px;
}
.idx_menu img {
	padding-right: 25px;
}
.idx_news {
	margin-top: 310px;
	width: auto;
	height: 35px;
}
.news_title {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}
.idx_news p {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	font-size: 80%;
}

#footer {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	width: 100%;
	height: 20px;
	color: #ffffff;
	text-align: center;
	background: #000000;
}
#footer img {
	margin: 4px;
}