@charset "utf-8";
#center .pagelink {
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	border-top: 2px solid #999966;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin: 5px 5px 15px;
	padding-top: 2px;
	clear: both;
}
.story {
	width: 860px;
	padding-top: 30px;
	text-align: center;
	margin-bottom: 15px;
}
.story .hr_hd {
	background-image: url(img/story_hd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 860px;
	margin-bottom: 30px;
}
.story .hr_ft {
	background-image: url(img/story_ft.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 860px;
	margin-top: 30px;
}
.story H4, .story H5, .story P.txt {
	display: none;
}
.story IMG.story_txt {
	margin-top: 10px;
}

.story IMG.story_tit {
	margin-bottom: 0px;
}
.story_navi {
	padding: 5px 30px;
}
.story_navi LI {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	text-align: left;
	text-indent: -9999px;
}
.story_navi LI A {
	background-repeat: no-repeat;
	background-position: 0px -30px;
	height: 30px;
	text-align: left;
	text-indent: -9999px;
	display: block;
}
.story_navi LI A:hover {
	background-position: 0px -60px;
}
.story_navi LI#prev {
	background-image: url(img/btn_prev.png);
	_background-image: url(img/btn_prev.gif);
	width: 90px;
}
.story_navi LI#prev A {
	background-image: url(img/btn_prev.png);
	_background-image: url(img/btn_prev.gif);
	width: 90px;
}
.story_navi LI#list {
	background-image: url(img/btn_home.png);
	_background-image: url(img/btn_home.gif);
	width: 135px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
}
.story_navi LI#list A {
	background-image: url(img/btn_home.png);
	_background-image: url(img/btn_home.gif);
	width: 135px;
}
.story_navi LI#next {
	background-image: url(img/btn_next.png);
	_background-image: url(img/btn_next.gif);
	width: 90px;
	float: right;
	margin-top: -30px;
}
.story_navi LI#next A {
	background-image: url(img/btn_next.png);
	_background-image: url(img/btn_next.gif);
	width: 90px;
}
.story .story_list {
	margin-right: 30px;
	margin-left: 30px;
	width: 800px;
}
.story .story_list .spacer {
	width: 10px;
	border-style: none;
	background-color:none;
}
.story .story_list TH {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #666666;
	background-color: #333333;
	color: #FFFFFF;
}
.story .story_list TD {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
	font-weight: bold;
}
.story .story_list TD.date {
	text-align: center;
}
.story .story_list TD.title {
	padding-left: 15px;
	text-align: left;
}
.story .story_list TH.title {
	width: 255px;
	padding-left: 15px;
	text-align: left;
}
.story .story_list .date SPAN {
	color: #CC0000;
	font-size: 10px;
	margin-right: 10px;
}

