/* 全体の文字色・背景色 */
body {
background-color:#FFFFFF; 
font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color: #333333;
a:link        { text-decoration: none; color: #de87aa; }
a:visited     { text-decoration: none; color: #333333; }
a:hover       { text-decoration: none; color: #de87aa; }
}
/* 写真枠デザイン設定 */
div.photo {
	width: 180px;
	height: 300px;
	float: left;
	margin: 40px 30px 60px 40px;
}
/* 写真およびキャプション位置 */
p.image, p.caption {
	text-align: center;
	margin: 10px;
	font-size: 80%;
}
/* 写真表示終了 */
div.clear {
	clear: both;
}
/* ページ繰越ボタン位置/サイズ/文字フォント */
p.page {
	text-align: center;
	font-size: 80%;
	font-family: verdana,century,osaka;
}
/* ページタイトル文字装飾 */
p.title {
	text-align: center;
	font-weight: bold;
	font-size: 160%;
	font-family: verdana,century,osaka;
	color: #333333;
}
/* サブタイトル */
p.subttl {
	font-size: 85%;
	text-align: center;
}
/* 戻るリンク */
div.back {
	color: #000;
	text-align: center;
	width: 40px;
	font-size: 80%;
	background-color: #cacaca;
	float: left;
	padding: 4px;
}
/* エラー文字色 */
p.red {
	color:red;
}
/* 中央寄せ */
div.ta-c {
	text-align:center;
}
