@charset "utf-8";
/* CSS Document */



div.topics_txt{
	width: 650px;
	border: 1px solid #E7E7E7;
	position: relative;
}
div.topics_txt h4{
	width: 600px;
	margin: 20px;
	padding-bottom: 10px;
	color: #7d47b3;
	font-weight: bold;
	border-bottom: #e5e5e5 dotted 1px;
}
span.date {
	position: absolute;
	top: 20px;
	right: 30px;
	font-weight: normal;
}
div.tp_content {
	line-height: 180%;
	font-size: 90%;
	margin: 0 20px 20px;
}

dl.news {
	width: 588px;
	margin: 0;
	padding: 2px 0 20px 0;	
	font-size: 90%;
	position: relative;
	text-align: left;
	letter-spacing: 0.05em;
	}

dl.news dt {
	display: inline; /* for IE */
	margin: 6px 0 0 5px;
	padding-left: 20px;
	float: left;
	background: url(http://www.toho.ac.jp/chuko/new_chuko/images/part_01.gif) 4px 3px no-repeat;
	}
	
dl.news dd {
	margin: 0;
	padding: 6px 0 3px 9em;
	text-indent: 47px !important;
	border-bottom: #e5e5e5 dotted 1px;
	}
	
dl.news>dd { text-indent: 0;}

dl.news dd.topics {	background: url(http://www.toho.ac.jp/chuko/new_chuko/images/part_topics.gif) 85px 8px no-repeat;}
dl.news dd.news { background: url(http://www.toho.ac.jp/chuko/new_chuko/images/part_news.gif) 85px 8px no-repeat;}
dl.news dd.info { background: url(http://www.toho.ac.jp/chuko/new_chuko/images/part_info.gif) 85px 8px no-repeat;}

a:link{
	color: #7433B1;
}

a:hover{
	color: #7433B1;
}

ul.rightMenu{
	margin-top: 65px;
}

p.noPosts{
	margin: 50px 15px;
}

/* general */

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* table */
table.topicTable {
	width: 300px;
	border-collapse: collapse;
}

table.topicTable th{
	padding: 3px;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	background-color:#f4f4f4;
	border: #e5e5e5 solid 1px;
	}

table.topicTable td { 
	padding: 3px 5px;
	text-align: center;
	color: #4d4d4d;
	border: #e5e5e5 solid 1px;
	}
	
.topics_txt .tp_content .gokakubtn {
	padding:0;
	margin:15px 0 20px -2px;
	border:0;
}
