@charset "utf-8";

body{
	background: white;
	color: #53534a;
	font-family: Arial, Verdana;
	font-size: 14px;
	line-height:1.4em;
}

a{
	text-decoration:none;
	color: #00adee;

}
.title2{
	font-size: 16px;
	color: #bebebe;
	width:100px;
}
.title2 a{
	text-decoration:none;
	color: #bebebe;
}
.title1{
	font-size: 40px;
	color: #53534A;
}
.small{
	font-size: 10px;
	color: #525252;
}

.left{
	float:left;
	width:33%;
}

.right{
	float:right;
	width:33%;
}

#wrapper{
	width:800px;
	min-height:400px;
	margin:0 auto;
	position:relative;
}

#header{
	margin: 0 auto;
	width:800px;
	height:105px;
	background-image:url('../images/policy.jpg');
	background-repeat:no-repeat;
	padding-bottom:40px;
}

#footer{
	position:absolute;
	bottom:0;
	width:100%;
	margin:0 auto;
	text-align:center;
}

