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

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
#wrapper {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
}
#wrapper #head_title {
	background-image: url(../images/bg_head_title.jpg);
	height: 102px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #navi_menu {
	width: 990px;
	background-image: url(../images/bg_navi_menu.jpg);
	height: 49px;
	text-align: left;
	border: 2px none #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#wrapper #navi_menu img a {
	border: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style:none;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
a {
	text-decoration: none;
	border: 0px none 0;
}
#wrapper #navi_menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#wrapper #top_contents {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #666666;
	padding: 10px;
}
#wrapper #footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 990px;
	margin: 0px;
	padding: 0px;
}
#wrapper #footer a {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	margin: 0px;
	line-height: 40px;
}



.NoBorder img {
border-style:none
}
#wrapper img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
