﻿@charset "utf-8";
/* CSS Document */


#home {
	width: 800px;
	text-align:center;
	margin: 0 auto;
	background-color: #fff;
	border-color: #cccc80;
	border: 2px;
}

#header {
	text-align: center;
}

h1 {
	font-size:12px;
	font-weight: bold;
	color: black;
	margin:10px 0 10px 0;
	padding-top: 10px;
}

#top {
	position: relative;
	width: 500px;
	height: 300px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#top #enter {
	position: absolute;
	left: 140px;
	top: 155px;
}
#top #leave {
	position: absolute;
	left: 190px;
	top: 260px;
}

table {
	
	margin:10px 0;
}

#twitter_div {
	width: 550px;
	margin: 20px auto 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #595959;
	font-size: 12px;
	text-align:left;
}
.sidebar-title {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-align: left;
}

.copy a:link { 
  text-decoration:none; 
  font-size: 12px;
  color:#555; 
}

.copy a:visited { 
  text-decoration:none; 
  font-size: 12px;
  color:#555; 
}

.copy a:active { 
  text-decoration:none; 
  font-size: 12px;
  color:#555; 
}

.copy a:hover { 
  text-decoration:none; 
  font-size: 12px;
  color:#555; 
}

