@charset "utf-8";
/* TOPICS CSS */

/* CONTENTS

	0.html制御
	1.一覧
	
	
	2.詳細
	3.裏画面専用	

-------------------------------------------------------*/




/* 一覧
-------------------------------------------------------*/
/* 年号及び過去ログ */
.year-ttl {
	width: 500px !important;
	margin: 0 auto;
	padding: 5px 5px 8px;
	background: url(../img/topics/bg-tpcslist-y.jpg) left bottom no-repeat;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
}
.year-ttl h3 {
	width: 100px;
	font: normal 17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003333;
	font-weight: bold;
	float: left;
}
.year-log {
	width: 395px;
	float: right;
}
.year-log p {
	width: 100px;
	padding: 5px 0 0;
	font-size: 13px;
	color: #666666;
	float: right;
}
.year-log ul {
	max-width: 290px;
	list-style-type: none;
	float: right;
}
.year-log li {
	width: 40px;
	display: block;
	float: left;
	line-height: 1.4em;
}


/* リスト */
.tpcs-list {
	width: 510px;
	margin: 30px auto 0;
	border-top: 1px solid  #CCCCCC;
	clear: both;
}
.tpcs-list th {
	width: 39px;
	padding: 5px 3px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
.tpcs-date {
	width: 75px;
	padding: 7px 0px 5px 4px;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
.tpcs-ttl {
	width: 377px;
	padding: 5px 0 5px 7px;
	text-align: left;
	line-height: 140%;
	background: url(../img/arrow-grn.gif) 0px 11px no-repeat;
	border-bottom: 1px solid #CCCCCC;
}



/* 詳細
-------------------------------------------------------*/
#tpcs-frame {
	width: 500px;
	margin: 10px auto 30px;
}
/* title & log */
#tpcs-datelog {
	width: 490px;
	padding: 5px 5px 2px;
}
#datelog-date {
	padding-left: 10px;
	background: url(../img/arrow-grn.gif) 0px 3px no-repeat;
	float: left;
}
#datelog-list {
	float: right;
}


/* icon & title */
#tpcs-dttl {
	width: 500px;
	padding: 0 0 3px;
	background: url(../img/topics/bg-tpcs-ttl.gif) left bottom no-repeat;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
#dttl-icon {
	width: 60px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: top;
	border-top: 2px solid #FFFFFF;
	float: left;
}
#dttl-h3 {
	width: 415px;
	padding: 10px 5px 5px;
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 140%;
	float: right;
}
/* maintext */
#tpcs-txt {
	width: 480px;
	padding: 15px 5px;
	line-height: 140%;
	clear: both;
}


/* 裏画面専用
-------------------------------------------------------*/
.backyard-item {
	margin: 10px auto -20px;
	font: bold 13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}