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

.wrapper{
	text-align:center;
	padding: 10px;
	margin: 0px;}

body {
	font-size: 14px;
	line-height: 24px;
	font:normal 14px/28px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	letter-spacing: 1px;
}

.name{
	font-size:160%;}
	

a:link {
	color: #004c96;
	text-decoration: none;
}
a:hover {
	color: #14722d;
	text-decoration: none;
}
a:visited {
	color: #A13F00;
	text-decoration: none;
}