@charset "Shift_JIS";

body	{
	margin: 0px;
	padding: 0px;
	background: #eed url("images/tx11b.png");
	color: #666;
	text-align: center;
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#area	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h1	{
	margin-top: 16px;
	font-size: large;
	color: #666;
	text-align: left;
}

p	{
	margin: 0px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-align: left;
	font-family: "source-han-sans-japanese",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.note	{
	font-size: small;
	line-height: 1.2em;
	padding: 0.5em;
	border: 1px dashed #999;
	text-align: left;
}

#idx	{
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: left;
}

#obi01,
#obi03,
#obi05,
#obi07,
#obi09,
#obi11,
#obi13	{
	background: #fafad2 url("images/tx11b1.png");
	border-left: 1em solid #bbbb9a;
}
#obi02,
#obi04,
#obi06,
#obi08,
#obi10,
#obi12,
#obi14	{
	background: #fffff0 url("images/tx11b2.png");
	border-left: 1em solid #aead88;
}

#cr	{
	font-size: x-small;
	line-height: 1.5em;
	text-align: right;
}

a:link	{
	color: #600;
}
a:visited	{
	color: #633;
}
a:hover	{
	color: #c00;
	text-decoration: underline;
}

ul	{
	margin: 0em;
	padding: 0em;
}
li	{
	list-style: none;
	font-family: "source-han-sans-japanese",sans-serif;
	font-style: normal;
	font-weight: 300;
}

li a	{
	display: block;
	text-decoration: none;
	padding: 0.25em;
	text-indent: 0.75em;
}
li a:hover	{
	color: #000;
	text-decoration: none;
	background: #dd8;
}
li a .dot	{
	color: #bb9;
	padding: 0 0.5em 0 0.5em;
}
li a:hover .dot	{
	color: #ffc;
}
