@charset "utf-8";

body {
	font-family: 'Shadows Into Light', cursive,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*全体枠*/
#layout {
	width: 1280px;
	margin: 0 auto;
}

/*タイトル*/
#layout .title {
	text-align: center;
	font-size: 48px;
	margin-top: 0;
}

/*すべてのテーブル*/
#layout table {
	width: 390px;
	height: 300px;
	table-layout: fixed;
	font-size: 14px;
	text-align: center;
}

#layout table a:hover {
	text-decoration: none;
}

/*テーブルレフト*/
.tableLeft {
	float: left;
}

/*URL*/
#layout .contents .urlLink {
	position: fixed;
	bottom: 0;
}

/*スライダー*/
#slider1 {
	float: left;
}

/*テーブルライト*/
.tableRight {
	float: right;
}