html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
}

p a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dashed #555;
}

p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

a img { border: 0 none; }

#switch {
	padding: 3px;
	border: 3px solid #000;
	color: #000;
	width: 100%;
	display: block;
	cursor: pointer;
	font-size: 25px;
	letter-spacing: -3px;
}
#switch div {
	background: #000;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
}

div#center {
	width: 850px;
	margin: 0 auto;
}

#tmslogo {
	cursor: pointer;
}

.slide-out {
	width: 350px;
	padding: 10px;
	border: 3px solid #000;
	background: #FFF;
	min-height: 115px;
}
.take {
	bottom: -61px;
	font-size: 105px;
	left: 4px;
	letter-spacing: -17px;
	position: relative;
}
.me {
	bottom: -62px;
	font-size: 130px;
	left: 4px;
	letter-spacing: -18px;
	position: relative;
}
.somewhere {
	font-size: 80px;
	letter-spacing: -12px;
}

.formbox {
	text-align: center;
}

.formbox a {
	color: #000;
}

input {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -3px;
	padding: 3px;
	width: 100%;
}

#footer {
	bottom: 0;
	color: #AAA;
	font-size: 10px;
	left: 25%;
	position: absolute;
	text-align: center;
	width: 50%;
	clear: both;
}
#footer a {
	color: #AAA;
}
#footer a:hover {
	color: #777;
}
#recent b {
	font-size: 20px;
	letter-spacing: -2px;
}
#recent a {
	border: 3px solid #000;
	color: #000000;
	display: block;
	float: left;
	margin: 2px 0;
	padding: 2px 5px;
	text-decoration: none;
	clear: both;
}
#recent a:hover {
	color: #FFF;
	background: #000;
	border: 3px solid #000;
}
#recent a img {
	margin-left: 3px;
	position: relative;
	top: 3px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

th, td {
	padding: 3px 5px;
}

td {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

th {
	background: #000;
	color: #FFF;
	border-right: 1px solid #CCC;
}

#overlay {
	background: url( '../images/20.pct.png' );
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 9;
}

#explain-tab {
	position: absolute;
	top: 50px;
	right: 0;
}

#explain-box {
	background: #FFF;
	width: 50%;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 25%;
	z-index: 10;
	border: 3px solid #000;
	padding: 5px;
	overflow: auto;
	display: none;
}
#qanda {
	font-size: 30px;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.hover {
	color: #AAA;
}