@charset "utf-8";

body {
	font: normal normal 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4c4c4c;
}
#wrapper { padding: 70px 0 40px; }
#container {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}
h1 { margin-bottom: 35px; }
#txtRenew { margin-bottom: 35px;}
#linkRenew {
	width: 394px;
	margin: 0 auto 70px;
}
#linkRenew a {
	height: 28px;
	background: url(../img/txt_link_renew.gif) no-repeat 0 0;
	font-size: 1px;
	text-indent: -9999em;
	display: block;
}
#linkRenew a:hover { background-position: 0 -28px; }
h2 { margin-bottom: 25px; }
#youtubeBox {
	width: 280px;
	float: left;
}
#txtYoutube { margin-bottom: 18px; }
#linkYoutube { margin: 0 auto 50px; }
#linkYoutube a {
	height: 18px;
	background: url(../img/txt_link_youtube_130624.gif) no-repeat 0 0;
	font-size: 1px;
	text-indent: -9999em;
	display: block;
}
#linkYoutube a:hover { background-position: 0 -18px; }
#blogBox {
	width: 282px;
	float: right;
}
#txtBlog { margin-bottom: 18px; }
#linkBlog { margin: 0 auto 50px; }
#linkBlog a {
	height: 18px;
	background: url(../img/txt_link_blog.gif) no-repeat 0 0;
	font-size: 1px;
	text-indent: -9999em;
	display: block;
}
#linkBlog a:hover { background-position: 0 -18px; }
#refresh { margin-bottom: 64px; }

.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { zoom: 1; }