@import url('basic.css');

h2 {
	background-image: url(../whatsnew/mgimg/whatsnew_h2.jpg);
}

.page-sent {
	display: inline-block;
	width: 100%;
}

	.page-sent ul {
		float: right;
	}
	
	.page-sent li {
		float: left;
		list-style-type: none;
		display: inline-block;
		margin-left: 20px;
	}
	
	.page-sent li a {
		display: block;
		text-indent: -999em;
		background:left top no-repeat;
	}
	
	.page-sent li a:hover {
		background-position: right top;
	}
	
	.page-sent li.prev a {
		width: 50px;
		height: 13px;
		background-image: url(../whatsnew/mgimg/ic_prev.gif) ;
	}
	.page-sent li.next a {
		width: 50px;
		height: 13px;
		background-image: url(../whatsnew/mgimg/ic_next.gif);
	}
	.page-sent li.list a {
		width: 55px;
		height: 13px;
		background-image: url(../whatsnew/mgimg/ic_list.gif);
	}
	.page-sent li.top a {
		width: 90px;
		height: 13px;
		background-image: url(../whatsnew/mgimg/ic_top.gif);
	}

#entryarea #entryareahead {
	min-height: 50px;
}


.list-table {
	margin-left: 10px;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.6em;
}
	
	.list-table th {
		color: #35a;
		font-weight: bold;
		text-align: center;
		padding: 0 5px;
		background: url(../whatsnew/mgimg/list_th.gif) repeat-x;
	}
	
	.list-table td {
		padding: 0 5px;
		vertical-align: top;
		text-align: left;
/*		background: url(../whatsnew/mgimg/tensen.gif) bottom repeat-x;*/
	}
	
	.list-table td.cent {
		text-align: center;
	}
	
	.list-table td.cent a {
		text-decoration: none;
	}

	.list-table td.date {
		padding-left: 10px;
		border-left: 5px solid #FD6B00;
		width: 15%;
	}

#oubo {
	border: 3px double #ccc;
	padding: 10px;
	margin-top: 20px;
}
#oubo p {
	font-size: 1.3em;
	text-align: center;
}
#oubo p#phone {
	font-size: 1.2em;
	font-weight: bold;
}

.det_date { 
	border-bottom: 1px dotted #9F1400;
	margin-bottom: 20px;
	padding-left: 10px;
}

.det_date .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #9F1400;
}
#det_read {
	min-height: 350px;
}
#det_read p {
	margin: 10px auto;
}

.yoko {
	margin: 10px auto;
	border-collapse: collapse;
	width: 90%;
}
.yoko td, .yoko th {
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-size: 1.2em;
	line-height: 1.7em;
}
.yoko th {
	text-align: left;
	white-space: nowrap;
}
.boshuu p {
	line-height: 1.7em;
	margin: 1em auto 30px auto;
}