@charset "UTF-8";


/* ---------- コンテンツ ---------- */

div.intro {
	text-align:center;
	margin-bottom:50px;	
}


/* ------- table ------- */

table {
  margin: 0 auto;
  width: 960px;
  margin-bottom:100px;
}
table, th, td {
  border: 0px;
}
th, td {
  padding: 15px 15px;
}
th {
  width:180px;
}
.odd {
  background-color: #FFF;
}
.even {
  background-color: #ededed;
}

/* ---------- ボタン風テキストリンク ---------- */

a.btn1{
	color:#999;
	font-size:14px;
	display:block;
	width:300px;
	height:20px;
	padding:20px 0;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	background:#FFF;
	border:1px #999 solid;
	text-decoration:none;
	float:left;
}

a:hover.btn1{
	color:#CCC;
	font-size:14px;
	display:block;
	width:300px;
	height:20px;
	padding:20px 0;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	background:#FFF;
	border:1px #CCC solid;
	text-decoration:none;
	float:left;
}

a.btn2{
	color:#999;
	font-size:14px;
	display:block;
	width:300px;
	height:20px;
	padding:20px 0;
	text-align:center;
	background:#FFF;
	border:1px #999 solid;
	text-decoration:none;
	float:right;
}

a:hover.btn2{
	color:#CCC;
	font-size:14px;
	display:block;
	width:300px;
	height:20px;
	padding:20px 0;
	text-align:center;
	background:#FFF;
	border:1px #CCC solid;
	text-decoration:none;
	float:right;
}
