@charset "utf-8";
/*
 * 表紙用スタイルシート
 * 
 * 
 */

/***** 共通 *****/
h1{
	position: absolute;
	left: 440px;
	top: 80px;
	line-height: 25px;
	color:#ffffff;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 14pt;
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
	text-align:center;
}

h2{
	position: absolute;
	left: 440px;
	top: 140px;
	line-height: 25px;
	color:#008;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 12pt;
}

/***** ブロック領域 *****/
/* トップ画像領域 */
.topimg_area{
	clear: both;
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 380px;
	border-top:solid 1px #000;
}

/* 背景画像1 */
.bkgrdimg1{
	position: absolute;
	display: block;
	left: 10px;
	top: 50px;
	width: 400px;
	height: 400px;
	background-image: url("hpimg/pagebkgrd1.png");
}

/* 投票ボタン */
.votebtn{
	position: absolute;
	display: block;
	left: 250px;
	top: 25px;
	width: 154px;
	height: 154px;
	background-image: url("hpimg/votebtn.png");
}

/* トップタイトル画像 */
.toptitle{
	position: absolute;
	display: block;
	left: 25px;
	top: 30px;
	width: 360px;
	height: 360px;
}

/* アドセンス背景(上1) */
.adsbk_hyoushiTop1{
	width: 836px;
	height: 200px;
	margin: 0px 10px 40px 70px;
	padding: 0px;
	color: #a0a0a0;
	text-align: center;
	background-color: rgba(243,243,243,1);
	border-style: solid;
	border-width: 2px;
	border-color: #f3f3f3;
	border-radius:18px;
}
