.tech {
	clear : both;
	overflow : hidden;
	width : 660px;
	margin-bottom : 25px;
	padding-bottom : 26px;
	background : url(../../common/dl.gif) left bottom repeat-x;
}

.techl1 {
	float : left;
	width : 250px;
}

.techl2 {
	float : left;
	width : 380px;
}

.techr1 {
	float : right;
	width : 380px;
}

.techr2 {
	float : right;
	width : 250px;
}

h3 {
	clear : both;
	margin-bottom : 14px;
	padding-bottom : 10px;
	background : url(../../common/h3line.gif) left bottom no-repeat;
	font-size : 120%;
}

p.text {
	margin-bottom : 10px;
	line-height : 1.65em;
}

ul.techimg {
	list-style : none;
	width : 380px;
}

ul.techimg li.type1 {
	float : left;
	margin-right : 20px;
}

ul.techimg li.type2 {
	float : left;
	margin : 0;
}

p.button a {
	display : block;
	width : 240px !important;
	width /**/: 250px;
	padding : 5px;
	background : #c3504b;
	color : #ffffff;
	text-decoration : underline;
	-moz-border-radius : 30px;
	-webkit-border-radius : 30px;
	border-radius : 30px;
	text-align : center;
	font-size : 100%;
}

p.button a:hover {
	display : block;
	width : 240px !important;
	width /**/: 250px;
	padding : 5px;
	background : #fe4b3f;
	color : #ffffff;
	text-decoration : none;
	-moz-border-radius : 30px;
	-webkit-border-radius : 30px;
	border-radius : 30px;
	text-align : center;
	font-size : 100%;
}