@charset "utf-8";
/* CSS Document */

#shape #container #mainBox section table {
	margin:0 auto 20px;
}

#shape #container #mainBox section td {
	padding:5px 10px;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.tth {	
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	padding:10px;
	margin-bottom:50px;
	color:#333;
	font-size:20px;
	font-weight:bold;
}

#shape #main-col h3 {
	background-image:none;
	border-bottom:#ED0000 solid 1px;

	font-size:16px;
}


/*--------------*/
.listSend{
	width:100%;
	text-align:center;

}


.listSend li {
	display:inline;

	margin:0 3px;


}

.listSend li a {
	border:#ccc solid 1px;
	text-align:center;
	text-decoration:none;
	padding:5px 0;
	display:inline-block;
	width:32px;
	text-align:center;


}

.listSend li a:hover {
	background-color:#BF0000;
	color:#fff;

}


.listSend ul .prev a{
	background-image:url(../shape/img/prev.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
}



.listSend ul .next a{
	background-image:url(../shape/img/next.jpg);
		background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
}

.listSend ul .prev a:hover,
.listSend ul .next a:hover{
	opacity:0.8;
}


.listSend ul .current a{
	background-color:#BF0000;
	color:#fff;

}

.listSend ul .nolink a {

	background-image:url(../shape/img/nolink.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
	cursor:default;

}


