﻿@charset "utf-8";
@import url("common.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}

/* #
--------- --------- --------- --------- --------- */
.topics_mtitle {
	background: url(../images/topics/topics_mtitle.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 64px 0 0 0;
	width: 699px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:64px;/* for ie5.x */
	}
	
.topics_stitle {
	background: url(../images/topics/topics_icon1.jpg) no-repeat;
	background-position: 6px 5px;
	background-color: #E6E6E4;
	margin:0 0 5px 0;
	padding:4px 0 2px 25px;
	font-size:1.6em;
	color:#4D4D4D;
	font-weight: bold;
	line-height:1.1;
	}
	
.topics_stitle2 {
	background: url(../images/topics/topics_icon1.jpg) no-repeat;
	background-position: 6px 5px;
	background-color: #E6E6E4;
	margin:0 0 15px 0;
	padding:4px 0 2px 25px;
	font-size:1.6em;
	color:#4D4D4D;
	font-weight: bold;
	line-height:1.1;
	}
	
.entry_date {
	margin:0 0 15px 0;
	font-size:1.2em;
	text-align: right;
	}
	
.entry_listbody {
	margin:0 0 15px 0;
	padding:0 0 20px 0;
	width:700px;
	font-size:1.4em;
	line-height:1.4;
	position: relative;
	}
	
.entry_listbody p {
	margin:0 0 10px 0;
	}
	
.entry_listbody a {
	color: #990100;
	}
	
.entry_listbody a:hover {
	color: #990100;
	text-decoration: underline;
	}
	
.entry_listbody .more {
	position: absolute;
	right:0;
	bottom:0;
	width:117px;
	height:18px;
	}
	
.entry_listbody .more a {
	background: url(../images/topics/topics_more.gif) no-repeat;
	margin: 0;
	padding: 18px 0 0 0;
	width: 117px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:18px;/* for ie5.x */
	}
	
.entry_listbody .more a:hover {
	background-position: 0 -18px;
	}
	
.paging {
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	border-top:1px solid #4D4D4D;
	height: 15px;
	width:700px;
	font-size:1.4em;
	text-align: center;
	position: relative;
	}

.prev {
	background: url(../images/topics/topics_icon2.jpg) no-repeat;
	background-position: 0 1px;
	position: absolute;
	top:10px;
	left:0;
	padding:0 0 0 15px;
	height:13px;
	}
	
.list {
	background: url(../images/topics/topics_icon3.jpg) no-repeat;
	background-position: 0 2px;
	margin:0;
	padding:1px 0 1px 15px;
	height:12px;
	color:#4D4D4D;
	font-weight: bold;
	line-height:1.1;
	}
	
.next {
	background: url(../images/topics/topics_icon4.jpg) no-repeat;
	background-position: 0 1px;
	position: absolute;
	top:10px;
	right:0;
	padding:0 0 0 15px;
	height:13px;
	}
	
	
.prev a,
.next a {
	color:#4D4D4D;
	font-weight: bold;
	line-height:1.1;
	}