* {
	margin: 0px;
	padding: 0px;
	font: 12px "Hiragino Kaku Gothic Pro",Meiryo,"Lucida Grande",Arial,Helvetica,sans-serif;
	text-align: center;
	color: #999;
}

body {
	background: #ffffff;
}

a {
	text-decoration: none;
}

a:hover {
	color: #333;
}

h1, h2 {
	font-weight: normal;
	letter-spacing: .2em;
}

h1 {
	padding: 60px 0 20px 0;
	font-size: 16px;
}

h2 {
	padding: 10px 0 20px 0;
	font-size: 14px;
}

#card {
	display: table;
	border-spacing: 20px;
	width: 320px;
	margin: auto;
	background: #ffffff url(./bkgd-card.jpg) 50% 50% no-repeat;
}

#strategy {
	display: table-cell;
	height: 250px;
	vertical-align: middle;
}

* html #card, * html #strategy, * html #strategy a { /* win IE hack */
	display: block;
}

* html #strategy a {
	margin: 110px 20px 0 20px;
}

#strategy a {
	line-height: 2em;
	font-weight: bold;
	letter-spacing: .4em;
	color: #666;
}

#editions {
	padding: 20px 0 30px 0;
}

#editions ul li {
	display: inline;
	padding: 0 .5em;
}

#editions ul li.selected a {
	border-bottom: 1px solid #ccc;
}

#footer {
	margin-top: 20px;
}

#footer p {
	padding: 0 0 .2em 0;
}