@charset "UTF-8";


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

div.entry_wrapper {
	width:960px;
	margin-bottom:150px;
}

div.entry_date {
	text-align:center;
	font-weight:bold;
	margin-bottom:30px;
}


div.entry_left {
	text-align:right;
	width:450px;
	margin-right:60px;
	float:left;
}

div.entry_right {
	text-align:left;
	width:450px;
	float:right;
}

img    {margin-bottom:10px;}

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

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