* {
	margin: 0;
	padding: 0;
}
html {
	background: url(../img/index-bg01.png) repeat-x #fff;
	font-family: arial, sans-serif;
}
#container {
	width: 1000px;
	height: 600px;
	position: relative;
	margin: 0 auto;
	background: ;
	
}
#name {
	position: absolute;
	top: 120px;
	left: 520px;
	width: 460px;
	height: 36px;
	color: #f08d43;
	font-size: 25px;
	font-weight: bold;
	background: url(../img/index-name.png) no-repeat;
}
#address1 {
	position: absolute;
	top: 156px;
	left: 524px;
	color: #082D3B;
	font-size: 19px;
	word-spacing: 3px;
}
#address2 {
	position: absolute;
	top: 177px;
	left: 524px;
	color: #082D3B;
	font-size: 19px;
	word-spacing: 3px;
}
#address3 {
	position: absolute;
	top: 196px;
	left: 526px;
	color: #082D3B;
	font-size: 19px;
}
#text01 {
	position: absolute;
	top: 283px;
	left: 540px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#link01 {
	position: absolute;
	top: 330px;
	left: 560px;
}
#link02 {
	position: absolute;
	top: 370px;
	left: 560px;
}
#link01, #link02 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
#link01 a, #link02 a {
	font-size: 26px;
	font-weight: bold;
	color: #01465F;
	text-decoration: none;
}
#link01 a:hover, #link02 a:hover {
	color: #F3F3F3;
	text-decoration: none;
}
#logo01 {
	position: absolute;
	top: 217px;
	left: 252px;
	width: 295px;
	height: 296px;
	background: url(../img/index-logo01.png) no-repeat;
}
#logo02 {
	position: absolute;
	top: 14px;
	left: 16px;
	width: 510px;
	height: 562px;
	background: url(../img/index-logo02.png) no-repeat;
}
