@charset "utf-8";
/* CSS Document */

img.key_iamge {
	z-index: 1;
	position: relative;
}

img.key_btn {
	width: 350px;
	height: 110px;
	z-index: 2;
	position: relative;
	bottom: 130px;
	left: 600px;
}



#content_center h5 {
	margin: 0;
	padding: 0;
	margin-bottom: 28px;
	margin-left: 10px;
}

#content_center {
	width: 652px;
	padding-top: 20px;
	background-color: white;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	margin-left: -8px;
}

#center_col {
	width: 639px;
	margin-left: 10px;
}

#center_col div.col1 {
	background: url(../images/koe_bg01.png) no-repeat;
	width: 620px;
	height: 170px;
	margin-bottom: 20px;
}
#center_col div.col2 {
	background: url(../images/koe_bg02.png) no-repeat;
	width: 620px;
	height: 170px;
	margin-bottom: 20px;
}

div.col1 p.koe_photo {
	width: 108px;
	height: 150px;
	float: left;
	margin: 10px 0 0 10px;
}
div.col1 p.koe_text {
	width: 560px;
	font-size: 13px;
	line-height: 1.5;
	flaot: right;
	padding: 20px 0 0 25px;
}

div.col2 p.koe_text {
	font-size: 13px;
	line-height: 1.5;
	width: 440px;
	float: left;
	padding: 20px 0 0 25px;
}
div.col2 p.koe_photo {
	float: right;
	width: 108px;
	height: 150px;
	margin: 10px 0 0 10px;
}

div.koe_btn {
	height: 36px;
	overflow: hidden;
}
div.koe_btn p {
	text-align: right;
	margin-right: 10px;
}
div.koe_btn p a:hover {
	position: relative;
	bottom: 36px;
}

