@charset "utf-8";
/*

	Top Tour - Soul
	-----------------------

	@file 		site.css
	@version 	1.0.0
	@date 		2009-10-15 15:36:22 +0900 (Thu, 15 Oct 2009)
	@author 	Saya M. <tschabos@gmail.com>

	Copyright (c) 2009 Saya M. <http://www.fruitloops.info/>

*/

/* Basic Settings
--------------------------------------------- */

* {
	margin:0;
	padding:0;
	font-size: 90%;
}

html,
body {
}

body {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #000;
	color: #fff;
	font-size: 93%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Tahoma, Myriad, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	overflow-x: hidden;
}

div {
	margin: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, table, th, td, li, address, em, strong {
	margin: 0;
	padding-bottom: 20px;
	_padding-bottom: 6px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Tahoma, Myriad, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 93%;
	line-height: 1.6;
}

fieldset,
form,
img {
	margin: 0;
	padding: 0;
	border: none;
}

.left {
	float: left;
	margin-bottom: 0.9em;
	margin-right: 0.9em;
}

.right {
	float: right;
	margin-top: 0.9em;
	margin-left: 0.9em;
}

.center {
	margin: auto;
	text-align: center;
}

.clear {
	clear: both;
	margin-top: 6px;
}

/* Default Link Styles */
a:link {
	color: #c93636;
	text-decoration: none;
}

a:visited {
	color: #c93636;
	text-decoration: none;
}

a:active {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: none;
}


/* Page Styles
--------------------------------------------- */

#header {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 24px;
	text-align: center;
}

#wrapper {
	width: 776px;
	margin: 0 auto;
	text-align: center;
}

p,
table {
	margin: auto 12px;
	text-align: left;
}

*:first-child+html h2 { /* Win IE7 Hack */
	margin-top: 8px;
	margin-bottom: 0;
}

*:first-child+html p { /* Win IE7 Hack */
	margin-top: 0;
	margin-bottom: 0;
}

.credit {
	width: 450px;
	margin: auto auto;
	margin-bottom: 48px;
	padding: 24px;
	background: #6b7f7d;
	text-align: center;
}

div.navi {
	margin: auto auto;
	text-align: center;
}

table {
	width: 97%;
	margin-bottom: 24px;
	background: #fff;
	border-collapse:collapse;
}

table th {
	padding: 4px;
	color: #000;
	border: 1px solid #000;
	font-size: 100%;
	background: #d53f2a;
	text-align: center;
	font-weight: normal;
}

table td {
	padding: 4px 10px;
	color: #000;
	border: 1px solid #000;
	font-size: 100%;
	text-align: left;
}

strong {
	color: #d53f2a;
	font-size: 100%;
}

/* Clearfix
--------------------------------------------- */

/* WinIE7 */
*:first-child+html .clearfix{
	height:1%;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearfix {
	_height: 1px;
	min-height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}