
/* メニュー */
body			{padding-left:10.4em;}
div#menu		{width:13.5em;	height:100%;	position:fixed;	top:0;	left:0;	overflow:auto;}
div#menu>div	{margin:0;	padding:0.5em;}
div#menu p		{width:100%;	margin:1em 0;}
div#menu form	{font-size:0.8em;}
div#menu form input{padding:0;}
div#menu form input[type="text"]{display:inline-block; width:3em;}
h2				{margin-bottom:0.2em;	text-align:center;}
h3				{margin-bottom:0.2em;}
div.link_button	{line-height:1.5em;}

/* index */
h1	{text-align:center;	font-size:5em;}
p	{width:37.5em;	margin:1em auto;}

/* 絵 */
p#sample{width:37.5em;	min-width:600px;	margin:1em auto 0;}
dl		{width:37.5em;	min-width:600px;	border:#ffffff dashed 0.2em;	background:#000000 url(/common/background-4.gif);	margin:0 auto 2em;}
dl em	{font-style:oblique;	font-weight:normal;}
dl dfn	{font-style:normal;		font-weight:bold;}
dt		{text-align:center;	display:block;	padding-top:0.2em;}
dd		{font-size:0.8em;	margin:0;		padding:0.5em;}
.over-600 {
	display: table;
}

dl.kirby-park_wall	{background:#f5f5f5;}
dl.maro-note_wall	{background:#c7ff92;}


/* メッセージ等 */
div.message	{width:35.5em;	min-width:570px;	border:#ffffff dashed 0.2em;	background:#000000 url(/common/background-4.gif);	padding:1em;	margin:0 auto 2em;}
div.navi	{width:37.5em;	min-width:600px;	height:2em;	position:relative;	margin:0 auto 2em;}
a.prev		{position:absolute;	top:0;		left:0;}
a.prev:hover{position:absolute;	top:1px;	left:1px;}
a.next		{position:absolute;	top:0;		right:0;}
a.next:hover{position:absolute;	top:1px;	right:-1px;	left:auto;}

/* キリ番ゲッター */
table		{table-layout:fixed;	background:#000000 url(/common/background-4.gif);	line-height:1.3em;	margin:0 auto;}
caption		{font-size:3em;	line-height:1.1em;}
col#number	{width:4em;}
col#getter	{width:12em;}
col#picture	{width:9em;}
tbody th	{text-align:right;}
td.myself	{					font-size:0.7em;	color:#707070;}
td.none		{text-align:center;	font-size:0.7em;	color:#707070;}


/* エスパー・イーシアの 簡単なIEバグ修正講座
<span style="color:#ffffa0;">★</span>
IE6ハック【* html span{color:#000000;}】
IE7ハック【*+html span{color:#000000;}】
IE7ハック【*:first-child+html span{color:#000000;}】
*/
