@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

body {
	font-family:Verdana, sans-serif;
	font-size: 14px;
	color: #888;
	line-height: 140%;
	width: 100%;
	height: 100%;
}

img {
	width: 320px;
        height: 327px;
	float: left;
	margin: 90px 50px 0 60px;
}

dl {
	float: left;
	margin-top: 90px;
	color: #333;
}

dt {
	color: #666;
	width: 5em;
	float: left;
	text-align: left;
}

dd {
	color: #333;
	margin-left: 6.5em;
	margin-bottom: 20px;
	text-align: left;
	_height: 1%;
}

dd.ts {
	color: #333;
	margin-left: 0em;
	margin-bottom: 0px;
	text-align: left;
	_height: 1%;
}

dd.no-bm {
	margin-bottom: 0;	
}

#wrap {
	position: absolute;
	background: #fff;
	z-index: 2;
	width: 860px;
	height: 340px;
	top: 38%;
	left: 50%;
	margin-left: -430px;
	margin-top: -180px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box;  
    -ms-box-sizing: border-box;  
    box-sizing: border-box;
}

#footer {
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
	bottom: 10%;	
}

font.blue {
	color: #005B99;	
}

a:link{color:#333;text-decoration:underline}
a:visited{color:#333;text-decoration:underline}
a:hover{color:#333;text-decoration:underline}
a:active{color:#333;text-decoration:underline}
a.n:link{color:#333;text-decoration:underline}
a.n:visited{color:#333;text-decoration:underline}
a.n:hover{color:#333;text-decoration:underline}
a.n:active{color:#333;text-decoration:underline}

@media only screen and (max-device-width: 640px) {
	#wrap {
		position: static;
		top: 0;
		left: 0;
		margin: 0;
		width: auto;
		height: auto;
		text-align: center;	
	}

	img {
		width: 250px;
		height: 255px;
		margin: 20px 0 20px 0;
		float: none;
	}
	
	dl {
		margin-top: 0;
		padding: 0 0 0 10px;
		float: none;	
	}
	
	dd {
		margin-bottom: 10px;	
	}
	
	#footer {
		position: static;
		left : 0;
		bottom: 0;
		margin: 10px 0 0 0;

	}
}