@charset "utf-8";
#flash {
	width: 750px;
	margin: auto;
	height: 80px;
}
#contents {
	width: 730px;
	margin: auto;
	overflow: hidden;
}
#menu {
	height: 32px;
	width: 750px;
	margin: auto;
}

#menu li {
	float: left;
}
#pankuzu {
	width: 750px;
	margin: auto;
	text-align: right;
	font-size: 80%;
	margin-top: 5px;
}
#con01 {
	width: 730px;
	height: 268px;
	margin-top: 20px;
	position: relative;
}
#con01 img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#con01 p {
	position: absolute;
	left: 328px;
	top: 0px;
}
#con02 {
	margin-top: 20px;
}
#con02 li {
	font-size: 80%;
}
#con03 {
	width: 730px;
}
#left {
	width: 350px;
	float: left;
	margin-top: 15px;
}
#right {
	float: right;
	width: 350px;
	margin-top: 15px;
}
.box {
	height: 144px;
	width: 350px;
	border-bottom: 1px dotted #CCCCCC;
	position: relative;
	margin-top: 20px;
}
#con03 .box img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#con03 .box p {
	position: absolute;
	left: 198px;
	top: 0px;
}
#con03 .box li {
	background-image: url(../../img/technology/common/loupe.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 80%;
	padding-left: 25px;
	height: 18px;
}
#con03 .box ul {
	position: absolute;
	left: 198px;
	bottom: 20px;
}
#con03 .box span {
	font-size: 80%;
}
