@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////
  Color Travel Guide CSS
  2010.04.10: lastup
//////////////////////////////////////////////////////////////////// */

/* ////////////////////// reset /// */
html, body, div,
p, h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd, th, td,
pre, blockquote, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, abbr, acronym, img {
	border: 0;
}
address, caption, cite, code,
dfn, em, strong,
th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
table {
	ont-size: inherit;
	font: 100%; /* for IE6 */
}
select, input, textarea {
	font: 99%; /* for IE6 */
}
code {
	font-family: monospace;
	font-size: 115%;
	*font-size: 100%; /* for IE7 */
}

/* ////////////////////// top /// */
body {
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}
div#top {
	margin: 0 auto;
	width: 360px;
	text-align: center;
}
div#top h1 {
	margin: 0 auto;
	padding: 303px 0 0;
}

