@charset "UTF-8";
/* CSS Document */


/* 体験談 */

.storyTitle {
	width:560px;
	margin:0 0 10px;
}

.storyTitleTop{
	background:url(images/bg.gif) no-repeat top left;
	height:7px;
	text-indent: -9000px;
}

.storyTitleBottom{
	background:url(images/bg.gif) no-repeat bottom left;
	height:7px;
	text-indent: -9000px;
}


.storyTitleContents{
	background: #dfedf0;
}
.storyTitleContents h2{
	font-size:medium;
	padding:10px 20px;
	font-weight:normal;
}

.storyNavi {
	width:560px;
	text-align:center;
	border-top: #dfedf0 3px solid;
	margin:20px 0;
}

table.navi {
	margin:5px auto;
}

td.naviLeft {
	background:url(images/left.gif) no-repeat left center;
	padding:0 20px 0 15px;
	font-size:12px;
}

td.naviCenter {
	background:url(images/center.gif) no-repeat left center;
	padding:0 0 0 15px;
	font-size:12px;
}

td.naviRight {
	background:url(images/right.gif) no-repeat right center;
	padding:0 15px 0 20px;
	font-size:12px;
}

