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

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 100%/1.4 Tahoma, Geneva, sans-serif;
	color: #333;
	background-color: #ffffff;
	/*background-color: #f2f2f2;*/
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	
}

h2 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

span {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color:#999999;
}

a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 650px;
	background-color: #ffffff;
	/*background-color: #f2f2f2;*/
	margin: 0 auto; 
}

.content {
	
	padding: 10px 0;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#adr {
	width: 100%;
	height: 710px;
	/*width: 30%;*/
	/*border: 1px solid red;*/
	border:1px #666 solid;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
	-webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	width: 93%;
	background-color: #f2f2f2;
	/*background-color: #ffffff;*/
	-moz-box-shadow: 5px 5px 15px #666;
	-webkit-box-shadow: 5px 5px 15px #666;
	box-shadow: 5px 5px 15px #666;
	text-align: center;
	
}

#adr table {
	border: px;
	text-align:left;
	margin: 20px auto;
}