@charset "shift_jis";

/* 全体の文字色・背景色 */
body {
	font-size: 80%;
	color: #000000;
	background: #FFFFFF;
}
/* リンク */
a:link, a:visited {
	color: #00CED1;
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: underline;
	color: #dd0000 !important;
}

/* メニュー */
div.menu {
	width: 15%;
	float: left;
}
/* 本体 */
div.main {
	width: 85%;
	float: left;
}

/* 写真枠デザイン設定 */
div.photo {
	border: 1px solid #E0FFFF;
	background: #E0FFFF;
	width: 170px;
	height: 170px;
	margin: 6px;
	float:left;
	position:relative;
  	overflow:hidden;
}
div.photo ul {
    position:relative;
    left:50%;
    float:left;
}
div.photo li {
    position:relative;
    left:-50%;
    float:left;
}

/* 写真・キャプション位置 */
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: #000000;
}
/* カテゴリ名タイトル */
div.cat-ttl {
	width: 98%;
	background: #00CED1;
	color: #fff;
	margin: 0 auto;
	padding: 7px;
	font-weight: bold;
}
/* サブタイトル */
p.subttl {
	text-align: center;
}
/* 戻るリンク */
div.back {
	text-align: center;
	width: 40px;
	background-color: #E0FFFF;
	padding: 4px;
}
div.back a {
	color: #000000;
	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 #000000;
}
div.cat-name span {
	color: #000000;
	font-size: 90%;
}
