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


html {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.head {
	margin: 200px auto;
	padding: 20px 150px;
	width: 200px;
	/* basic */ 
 background-color: #fff;
	text-align: center;
	/* border-radius */
 -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* box-shadow */
 -webkit-box-shadow: #888 1px 1px 10px;
	-moz-box-shadow: #888 1px 1px 10px;
	box-shadow: #888 1px 1px 10px;
}

