/* hookPage */

body{
	text-align: center;
	font-size: medium;
	margin: 0;
	padding: 0;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 760px ! important;
	width: 762px;
	border: 1px solid #000000;
}

/* head */
#head {
	clear: both;
	width: 720px ! important;
	width: 760px;
	padding: 20px;
}
.logo {
	float: left;
	width: 400px;
	text-align: left;
}
.tel {
	float: right;
	width: 320px;
	text-align: right;
}
/* end head */

#mainimage {
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#intro01 {
	padding: 20px;
}

#intro02 {
	padding: 20px;
	background: url(../images/bkgimg.gif) no-repeat right bottom;
}

/* 7merits */
#merit {
	padding: 20px;
}
span.word1 {
	padding: 3px 5px;
	margin-right: 10px;
	border: 3px double #666666;
	background-color: #ffcc66;
}
span.word2 {

}
p.meritp {
	padding-left: 15px;
}
/* end 7merits */

/* case */
#case {
	padding: 20px;
	margin: 20px;
	border: 1px solid #000000;
}
.caseimg {
	text-align: right;
}
/* end case */



#contact {
	padding: 20px;
	margin: 20px;
	border: 1px solid #000000;
}
.contactimg {
	float: left;
	margin: 0 20px 0 0;
}

#navi {
	text-align: right;
	padding: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#foot{
	text-align: center;
	padding: 20px;
}

/* color */
.clred {
	color: #ff0000;
}
/* end color */

/* button */
.button {
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
}

.buttonbox {
	float: left;
	width: 440px;
}
.button .button01 a {
	float: left;
	width: 196px;
	position: relative;
	margin: 0;
	padding: 51px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/button01.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:51px;/* for ie5.x */
}
.button .button01 a:hover {
	background-position: 0px -51px;
}

.button .button02 a {
	float: right;
	width: 196px;
	position: relative;
	margin: 0;
	padding: 51px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/button02.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:51px;/* for ie5.x */
}
.button .button02 a:hover {
	background-position: 0px -51px;
}

.buttonbox02 {
	float: right;
	width: 200px;
}

.button .button03 a {
	width: 196px;
	position: relative;
	margin: 0;
	padding: 51px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/button03.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:51px;/* for ie5.x */
}
.button .button03 a:hover {
	background-position: 0px -51px;
}
.hiddentext {
	color: ffffff;
}
/* end button */