@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(../img/index_back.png);
	background-repeat: repeat-x;
	background-color: #E7E9ED;
}
#wrapper {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#top_slide {
	height: 300px;
}
#main {
	height: 1100px;
	background-image: url(../img/main_back.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 20px;
}
#cate1 {
	height: 150px;
	width: 298px;
	float: left;
	background-color: #D9DADC;
}
#wrapper #main #box02 {
	height: 300px;
}
#newsbox {
	float: left;
	height: 270px;
	width: 600px;
	padding-left: 30px;
	padding-top: 30px;
}
#box03 {
	float: right;
	width: 250px;
	height: 250px;
	margin-top: 30px;
	margin-right: 20px;
}
#box04 {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
}
#box01 {
	height: 240px;
	background-image: url(../img/tx01_back.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 400px;
	font-size: 1em;
	padding-left: 30px;
}
#office {
	float: left;
	height: 300px;
	width: 244px;
	background-color: #F0F0F0;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	line-height: normal;
	padding: 15px;

}
#office_img {
	height: 150px;
	background-color: #FFF;
}
#office_name {
	font-size: 24px;
	line-height: 2.5em;
}
#office_tx {
	font-size: 12px;
	line-height: 2em;
}
