@charset "Shift-Jis";


/* -------------------- BaseLayout -------------------- */

/* Body */
html, body{
	background-color: #e0e6d6;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size:10pt;
	height: 99%;
	line-height:14pt;
	text-align: center;
}

.contents{
	margin-bottom: 0px;
	margin-top: -15px;
	margin-right: 0px;
	padding-top: 6px;
	padding-right: 30px;
	width: 1024px;
	text-align: center;
	margin: 0 auto; /* FireFox用 */
	height: 99%;
}

.text{
	
}

iframe.twitter-share-button {
	width: 90px!important;
}


a{
	color: #999999;
	text-decoration: none;
}

.subtitle{
	text-align: center;
	width: 100%;
	padding: 3px;
	margin: 3px;
	color: #999999;
}

