/*************************************

	H28中学校英語ウェブマガジンCSS

*************************************/
/* 全体用 */
body{
	margin:10px 0;
	padding:0;
	background-color:#ccc;
	font-family:"メイリオ","Meiryo UI" ;
}
#box{
	margin:0 auto;
	padding:0;
	width:900px;
	background-color:#fff;
	border:1px solid #000;
	background-position:top left;
	background-repeat:no-repeat;
}
#footer {
	height:80px;
	width:100%;
	text-align:right;
	background-image:url(phoenix.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#footer p{
	padding-top:40px;
	padding-right:130px;
	font-size:120%;
}
/* トップページ用 */
#box.top{
	background-image:url(back.jpg);
	padding-top:40px;
}
h1{
	text-align:center;
}
#topm{
	width:600px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:10px auto;
	padding:15px 80px;
	letter-spacing:1px;
}
#topm p{
	line-height:150%;
}
#contents_list{
	margin:auto;
	width:650px;
}
#contents_list td{
	padding:5px 0;
}
#contents_list td.contents_number{
	text-align:right;
	padding-right:20px;
}
/* 各コンテンツ用 */
#box.page{
	background-image:url(contents-back.jpg);
	padding-top:50px;
}
#header a{
	text-indent:-9999px;
	display:block;
	height:50px;
}
h1.page{
	margin-top:40px;
}
#body{
	width:600px;
	margin:auto;
	border-bottom:1px solid #000;
	padding-bottom:40px;
}
h2{
	text-indent:-1.5em;
	padding-left:2em;
	font-size:150%;
	border-left:10px solid #090;
}
span.title_box{
	border:1px solid #000;
	padding: 5px 10px
}
.c{
	text-align:center;
}
.caption {
	text-align:center;
	font-size:90%;
}
#body p{
	letter-spacing:1px;
	line-height:180%;
}
.attention{
	font-weight:bold;
	color:#f00;
}
.attention2{
	font-weight:bold;
}
.fr{
	float:right;
}
table.shokai{
	margin:50px auto;
	width:550px;
	font-size:90%;
	letter-spacing:1px;
}
table.shokai .title{
	font-weight:bold;
	padding:10px 0 10px;
	font-size:120%;
}
#cf{
	border-top:1px solid #000;
	width:700px;
	margin:20px auto;
	padding:30px 0 0 0;
}
table.tb_waku{
	border:1px solid #090;
	width:95%;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
}
table.tb_waku td{
	padding:10px 10px;
	font-size:90%;
}
table.tb_waku td:first-child{
	border-right:1px solid #090;
}
table.tb_waku tr:first-child td{
	padding:30px 10px 10px 10px;
}
table.tb_waku tr:last-child td{
	padding:10px 10px 30px 10px;
}
caption{
	font-weight:bold;
	font-size:150%;
}
.contents-box{
	width:550px;
	border:3px solid #aaa;
	padding:20px 20px;
	letter-spacing:1px;
}
.contents-box p{
	margin:0;
}
.right{
	text-align:right;
}
.right2{
	text-align:right;
	margin:0;
}
.right3{
	float:right;
	font-size:80%;
	margin-left:20px;
}
.wsmall{
	font-size:80%;
}
.indent1{
	text-indent:-1.5em;
	padding-left:1.5em;
	font-size:90%;
	vertical-align:top;
}
.indent2{
	text-indent:-1em;
	padding-left:1em;
	margin:0;
}
.indent4{
	text-indent:-5.5em;
	padding-left:5.5em;
}
.indent7{
	text-indent:-2em;
	padding-left:2em;
}
.indent8{
	text-indent:-2em;
	padding-left:2em;
}
.nm{
	margin:0;
}
.tb2 td{
	vertical-align:top;
	width:50%;
}
.title1{
	text-align:right;
	margin:0;
}
.title2{
	text-align:center;
	font-size:160%;
	clear:both;
	margin:0;
}
.tb3{
	width:100%;
	border:2px solid #000;
	border-bottom:0;
	border-collapse:collapse;
	border-spacing:0;
	font-size:85%;
}
.tb3 td{
	padding:3px;
	border-right:1px solid #000;
	border-bottom:1px dotted #000;
}
.tb3 tr:last-child td{
	border-bottom:none;
}
.tb3 td:first-child{
	padding:3px 5px;
}
.tb3 tr:nth-child(15) td:first-child{
	border-bottom:none;
}
.tb3 td p{
	margin:0;
}
.tb3 tr:nth-child(2) td:nth-child(2){
 	text-align:left;
}
.tb3 td:nth-child(3),.tb3 td:nth-child(4),.tb3 td:nth-child(5){
	width:38px;
	text-align:center;
}
.tb3 td:nth-child(6){
	width:30px;
	text-align:center;
}
.tb3 tr:nth-child(2) td{
	border:1px solid #000;
	font-weight:bold;
	text-align:center;
}
.tb3 tr:nth-child(11) td{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-weight:bold;
}
.tb3 span{
	color:#f00;
}
.nmt{
	margin-top:0;
}
.nmb{
	margin-bottom:0;
}