body, html {
	height: 100%;
	background: url(../img/bg.jpg) bottom left repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
body, td {
	font-family: arial;
	font-size: 12px;
}
#wrapper {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url(../img/header.jpg) top left no-repeat;
	width: 1000px;
	height: 129px;
}
#navi {
	background: url(../img/navibg.jpg) top left no-repeat;
	width: 1000px;
	height: 31px;
}
#left {
	background: url(../img/leftbg.jpg) top left no-repeat;
	width: 166px;
	height: 638px;
	float: left;
}
#contentcontainer {
	float: left;
	background: #FFFFFF url(../img/contentbg.jpg) top right repeat-y;
	width: 834px;
	height: 487px;
}
#footer {
	background: url(../img/footer.jpg) top left no-repeat;
	width: 834px;
	height: 149px;
	float: left;
}
#content {
	width: 824px;
	height: 480px;
	overflow: auto;
	overflow-x: hidden;
	border: 0px;
}
#content iframe {
	border: 0px;
	width: 795px;
	height: 460px;
	padding: 0px 0px 0px 20px;
}
#left ul {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
#left ul li {
	list-style-type: none;
	line-height: 30px;
	background: url(../img/leftbutton.jpg) top left no-repeat;
	padding-left: 35px;
	float: left;
	width: 130px;
	height: 30px;
}
#leftspecial ul li, #left ul li.point17 {
	background: url(../img/leftspecialbutton.jpg) top left no-repeat;
}
#left ul ul {
	padding: 0px;
}
#left ul ul li {
	line-height: 15px;
	background: url(../img/submenu.jpg) top left no-repeat;
	margin-left: 2px;
	padding-left: 33px;
}
a {
	color: #003866;
	text-decoration: none;
}
#leftcontent {
	position: relative;
	left: -160px;
	top: -180px;
	width: 166px;
}
#bottomnavi {
	text-align: right;
}
#bottomnavi div.padding {
	padding: 110px 20px 0px 0px;
	height: 10px;
}
h1 {
	font-size: 16px;
	color: #E41B5B;
	vertical-align: bottom;
	padding-bottom: 7px;
}
h2 {
	font-size: 12px;
	color: #003866;
	letter-spacing: 1px;
	border-bottom: 1px solid #003866;
	padding-bottom: 2px;
}
div.subnavi {
	text-align: left;
}
.subnavi ul {
	padding: 0px;
	margin: 0px;
}
.subnavi ul li {
	list-style-type: none;
	background: url(../img/subnavi.gif) top left repeat-x;
	line-height: 28px;
}
.subnavi ul li a {
	display: block;
	line-height: 28px;
	padding: 0px 7px 0px 7px;
}
hr {
	border: 0px;
	border-top: solid #153158 1px;
	height: 1px;
}
#content a {
	text-decoration: underline;
	color: #D42659;
}
#content a:hover {
	text-decoration: none;
}
