@charset "UTF-8";


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

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


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

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;
}
