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

table#sidenavi {
}

.sidenavi th {
	width :180px;
	height: 55px;
	background-image: url(../img/detail/rn_top.gif);
	background-repeat: no-repeat;
	color:#333333;
	text-align: left;
	padding-left: 20px;
	line-height: 55px;
}

.sidenavi td {
	font-size: 86%;
}

#topic-path {
	font-size: 78%;
}

td.contents{
	background-image:url(../img/detail/contents.gif);
	background-repeat:repeat-y;
	background-position:center;
}

/*画像のみテーブル*/
table.pic {

}

/*文章のみテーブル*/
table.writer {
}

/*画像・文章テーブル*/
table.both img {
	padding: 5px;
}


table.title {

}

table.writer td a,
table.both td a {
	font-weight: bold;
	color: #FF3333;
}

span.red {
	font-size: 140%;
	font-weight: bold;
	color: #FF3333;
}

span.yellow {
	font-size: 140%;
	font-weight: bold;
	color: #FF9900;
}

span.no {
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 5px 10px;
}

guide {
	padding-left: 20px;
}