@charset "shift_jis";

/* 写真枠デザイン設定 */
div.photo {
	border: 1px solid #333;
	background: #000;
	width: 170px;
	height: 190px;
	float: left;
	margin: 6px;
	color: #CDB193;
	text-align:left;
}
/* 写真・キャプション位置 */
p.image {
	text-align: center;
	margin: 4px;

}
p.caption 
{
	text-align: left;
	padding: 0 4px;
	line-height:1.3;
}


/* 段組終了 */
div.clear {
	clear: both;
}
/* ページ繰越ボタン位置/サイズ/文字フォント */
p.page {
	text-align: center;
	font-family: verdana,century,osaka;
}

/* カテゴリ名タイトル */
div.cat-ttl {
	width: 100%;
	background: #aa0000;
	color: #fff;
	margin: 0 auto;
	padding: 7px;
	font-weight: bold;
}
/* サブタイトル */
p.subttl {
	text-align: center;
}

/* エラー文字色 */
p.red {
	color:red;
}

/* カテゴリ */
div.cat-list {
	margin: 1em 15px;
	text-align:left;
}
div.cat-name {
	padding: 6px;
	border-bottom: 1px dashed #964b4b;
}
div.cat-name span {
	color: #804000;
	font-size: 90%;
}
