@charset "shift_jis";

/* 全体の文字色・背景色 */
BODY{
	font-size: 80%;
	color : #ffffff;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box black;
}
/* リンク */
A:link, A:visited{
	color : #ffe097;
	text-decoration: none;
	display: inline-block;
}
a:hover{
	text-decoration: underline;
	color: #dd0000 !important;
}

/* メニュー */
div.menu{
	width: 22%;
	float: left;
}
/* 本体 */
div.main{
	width: 78%;
	float: left;
}

/* 写真枠デザイン設定 */
DIV.photo{
	border: 1px solid #2b0000;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #cc6315;
	width: 170px;
	height: 170px;
	float: left;
	margin: 6px;
}
/* 写真・キャプション位置 */
p.image, p.caption{
	text-align: center;
	margin: 6px;
}

/* 段組終了 */
div.clear{
	clear: both;
}
/* ページ繰越ボタン位置/サイズ/文字フォント */
p.page{
	text-align: center;
	font-family: verdana,century,osaka;
}
/* 本文タイトル */
h1{
	font-size: 200%;
	color: #2b0000;
}
/* カテゴリ名タイトル */
div.cat-ttl{
	width: 70%;
	background: #964b4b;
	color: #fff;
	margin: 0 auto;
	padding: 7px;
	font-weight: bold;
}
/* サブタイトル */
p.subttl{
	text-align: center;
}
/* 戻るリンク */
div.back{
	text-align: center;
	width: 40px;
	background-color: #ca9662;
	padding: 4px;
}
div.back a{
	color: #330000;
	font-weight: bold;
}
/* エラー文字色 */
p.red{
	color:red;
}
/* 中央寄せ */
div.ta-c{
	text-align:center;
}
/* カテゴリ */
div.cat-list{
	margin: 1em 4px;
}
div.cat-name{
	padding: 6px;
	border-bottom: 1px dashed #964b4b;
}
div.cat-name span{
	color: #804000;
	font-size: 90%;
}
