*	{
	font-size	:small;
	font-weight	:normal;
	color		:#404040;
	margin		:0;
	padding		:0;
	scrollbar-3d-light-color	:#503020;
	scrollbar-arrow-color		:#503020;
	scrollbar-shadow-color		:#503020;
	scrollbar-base-color		:#503020;
	scrollbar-face-color		:#fef8de;
	scrollbar-darkshadow-color	:#fef8de;
	scrollbar-highlight-color 	:#fef8de;
}

body	{
	background	:#fef8de url(img/bg00.gif) repeat-y;
	margin-top	:30px;
	margin-left	:150px;
	font-family	:"MS UI Gothic",sans-serif;
}

h1	{
	position		:absolute;
	z-index			:1;
	width			:60%;
	margin-left		:-125px;
	padding-left	:200px;
	font-size		:large;
	font-weight		:bold;
	border-bottom	:solid 3px #503020;
}

em	{
	line-height	:1.5;
}

strong	{
	font-size	:medium;
	font-weight	:bold;
	margin-left	:-10px;
}

a:link	{
	color		:#503020;
}

a:visited	{
	color		:#503020;
}

a:hover	{
	color		:#503020;
}

a:active	{
	color		:#503020;
}

p	{
	padding		:25px 25px 25px 50px;
}

table	{
	position	:absolute;
	top			:950px;
	width		:600px;
	margin		:0px 100px 50px;
	padding		:10px;
}
th	{
	height	:50px;
	color	:#ffffff;
	border	:solid 1px #503020;
}

td	{
	padding	:1em;
}

/* クラス*/

.option	{
	margin-left	:50px;
}

.title	{
	width		:200px;
	text-align	:center;
	padding		:0;
}

/* メニュ関係ＩＤ */

#menu	{
	position	:absolute;
	top			:75px;
	left		:100px;
	width		:600px;
	float		:left;
}

#menu li	{
	list-style	:none;
	float	:left;
	width	:100px;
}

#menu li a	{
	display			:block;
	padding			:5px 0;
	text-align		:center;
	text-decoration	:none;
	color			:#fff;
	background		:#503020;
}

#menu li a:hover	{
	color		:#503020;
	background	:#fc0;
}

/* ボックス関係ＩＤ */

#ss	{
	position	:absolute;
	z-index		:1;
	margin-top	:75px;
	margin-left	:-100px;
	width		:400px;
	height		:375px;
	background	:#f0e0a0;
	overflow	:auto;
	scrollbar-3d-light-color	:#503020;
	scrollbar-arrow-color		:#503020;
	scrollbar-shadow-color		:#503020;
	scrollbar-base-color		:#503020;
	scrollbar-face-color		:#f0e0a0;
	scrollbar-darkshadow-color	:#f0e0a0;
	scrollbar-highlight-color 	:#f0e0a0;
}

#next	{
	position	:absolute;
	z-index		:1;
	top			:500px;
	left		:450px;
	width		:400px;
	overflow	:auto;
	background	:#e0d0a0;
}

#footer	{
	position	:absolute;
	top			:700px;
	width		:60%;
	border-top	:solid 1px #503020;
	padding-left:100px;
}

#main	{
	position	:absolute;
	z-index		:0;
	top			:50px;
	width		:500px;
	height		:540px;
	margin-left	:300px;
	padding		:0;
	background	:url(img/top.jpg) no-repeat
}

#poster	{
	position	:absolute;
	z-index		:-1;	
	top			:50px;
	width		:836px;
	height		:600px;
	margin-left	:200px;
	padding		:0;
	background	:url(img/next.jpg) no-repeat;
}

/* その他ＩＤ */

