@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(../img/page_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: 800px;
	background-image: url(../img/main_back.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 20px;
}
#con_box01 {
	font-size: 1.2em;
	height: auto;
}
#box01 {
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-size: 1em;
	line-height: 2em;
}
#box02 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-size: 1em;
}

#free_tel {
	font-size: 30px;
	line-height: 2.5em;
	padding-left: 100px;
	background-image: url(../img/tel_mark.png);
	background-repeat: no-repeat;
}
#mail {
	font-size: 30px;
	line-height: 2em;
	padding-left: 100px;
	background-image: url(../img/mail_mark.png);
	background-repeat: no-repeat;
}
.tx_style01 {
	font-weight: 700;
	font-size: 1.5em;
}
