/* CSS Document */
/* 4コマスペシャル用 */

* {
  margin: 0;
  padding: 0;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  }

#main {
	width:760px;
	clear:both;
	margin:0 auto;
	background-color: #0098ca;
	background: url(../../image/comic/tachiyomi_temp/ta_back.gif) repeat-y center top;
	padding-bottom: 30px;
}

#main h2.tachi_title {
	text-indent:0px;
	width:760px;
	height:77px;
	text-indent:-999em;
	background-image: url(../../image/comic/tachiyomi_temp/ta_tb_start.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#tachiyomi {
	width:760px;
	background: url(../../image/comic/tachiyomi_temp/ta_tb_back.gif) repeat-y center top;
	text-align:center;
}
	#tachiyomi .page {
		margin:auto;
	}
	#tachiyomi div {
		margin:auto;
		width:364px;
		height:42px;
		display:block;
		text-align:center;
		margin-top:8px;
		/* background: url(../../image/comic/tachiyomi_temp/end.gif) no-repeat center 7px; → JSで表示・非表示*/
	}
		#tachiyomi .kakudai { /* 画像拡大文言用 */
			width:500px; height:auto; background:#006; color:#FFFFFF; margin:0 auto; padding:0; display:none; /* JSで表示させる */
		}
			#tachiyomi .kakudai a { /* 画像拡大文言用 */
				margin:0; padding:0; height:auto; display:block; color:#FFFFFF; font-size:0.9em;
			}
		
		#tachiyomi a {
			display:block;
			height:42px;
		}
		#tachiyomi .prev {
			width:110px;
			background: url(../../image/comic/tachiyomi_temp/btn_prev.gif) no-repeat center top;
			float:left;
			text-indent:-9999px;
			display:none; /* 最初の1枚 初期設定：JSで書き換えられる */
		}
		#tachiyomi .next {
			width:110px;
			background: url(../../image/comic/tachiyomi_temp/btn_next.gif) no-repeat center top;
			float:right;
			text-indent:-9999px;
		}
#tachiyomi_end {
	width:760px;
	height:19px;
	background: url(../../image/comic/tachiyomi_temp/ta_tb_end.gif) no-repeat center top;
}

#bnr {
	width:760px;
	text-align:center;
	padding:7px 0 17px 0;
}

#link {
	width:760px;
	text-align:center;
}
