p#timg1 {
    position : absolute;
    width : 750px;
    top : 160px;
    right : 0;
}

p#timg1 img {
    border-radius : 10px;
}

#container {
    position : relative;
    width : 1250px;
    margin : 320px 0 20px 0;
    padding-top : 140px;
}

#data {
	width : 750px;
    margin : 0 0 60px 500px;
	border-top : solid 1px #c8c8c8;
}

#data th {
	width : 106px !important;
	width /**/: 140px;
	padding : 14px 17px 15px 17px;
	border-bottom : solid 1px #c8c8c8;
	background : #e6ebeb;
	text-align : left;
	font-weight : 400;
}

#data td {
	padding : 14px 0 15px 17px;
	border-bottom : solid 1px #c8c8c8;
	line-height : 1.6em;
}

#data td a {
	color : #005ab4;
	text-decoration : underline;
}

#data td a:hover {
	color : #005ab4;
	text-decoration : none;
}

#container dl {
    position : absolute;
    width : 450px;
    top : 0;
    left : 0;
}

#container dl dt {
    margin-bottom : 30px;
    color : #0f75bd;
    font-size : 140%;
    font-weight : 600;
}

#container dl dd {
    line-height : 1.7em;
}

#container dl dd p {
    margin-bottom : 25px;
    padding : 15px;
    border : solid 1px #c8c8c8;
    border-radius : 12px;
    line-height : 1.6em;
}

iframe {
    width : 100%;
    height : 550px;
    vertical-align : bottom;
    border-radius : 12px;
}