@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align:center;
	margin: 0px auto;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}


#main{
	margin:0px auto;
	width:800px;
	height:600px;
	padding:10px;
	text-align:center;
	}
#image{
	width:260px;
	height:200px;
	padding:10px;
	text-align: center;
	margin-left: 255px;
	}
.title{
	width:300px;
	height:24px;
	padding:10px;
	text-align:center;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	margin: 10px 240px 10px 240px;
	font-weight: 400;
	}
.pv {
	width:300px;
	height:24px;
	padding:10px;
	text-align:center;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin: 10px 240px 10px 240px;
	font-weight: 400;
	}
.pol {
	width:300px;
	height:24px;
	padding:10px;
	text-align:center;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:24px;
	color:#CCCCCC;
	margin: 10px 240px 10px 240px;
	font-weight: 400;
	}
