@charset "Shift_JIS";

/* 基本
------------------------------------------------------------ */
body  { 
	color: #000000; 
	background-color: #f0f0f0; 
	margin: 0; 
	padding: 0;
}

#container {
	width:770px;
	height: auto;
	margin:0;
	padding: 0;
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

img	{
	border: 0;
}

/* リンク */
a:link, a:visited, a:active {
	text-decoration: none;
	display: block;
	color: #000000;
}
a:hover {
	color: #b68bb4;
}

/*h1*/
#container h1 {
	margin:0;
	padding:0;
}

/* フッター部
------------------------------------------------------------ */
.footer  { 
	background-color: #7497bd; 
	text-align: center; 
	margin: 0; 
	padding: 13px 0 10px;
	width: 770px; 
	height: auto; 
	color: #ffffff; 
	line-height: 1.3em;
}

.footer { 
	font-size:small;
}
*html .footer {
	font-size:x-small;
}

/* ヘッダーナビ
------------------------------------------------------------ */
td.h-navi  { 
	color: #999999; 
	font-stretch: condensed; 
	background-color: #eaeaea; 
	margin: 0; 
	padding: 0; 
	width: 410px; 
	height: 19px;
}

td.h-navi  { 
	font-size: small;
}
*html td.h-navi  { 
	font-size: x-small;
}

td.h-navi ul   { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}

td.h-navi li { 
	margin: 0; 
	padding: 0; 
	position: absolute;
	height: 12px;
	border-right: 1px dotted #666666; 
}

td.h-navi li.rules	{ left: 400px; top: 82px; width: 103px; }
td.h-navi li.company	{ left: 510px; top: 82px; width: 56px; }
td.h-navi li.sitemap	{ left: 573px; top: 82px; width: 75px; }
td.h-navi li.contact	{ left: 658px; top: 82px; width: 80px; }

td.h-navi li a:link, td.h-navi li a:visited, td.h-navi li  a:active {
	text-decoration: none;
	display: block;
	color: #111111;
}

td.h-navi li a:hover {
	color: #b68bb4; 
	text-decoration: underline;
}

/* 会員限定
------------------------------------------------------------ */
.member	{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 630px;
	top: 50px;
}

/* 画像部分
------------------------------------------------------------ */
img.left {
	border:0px none;
	margin: 2px 10px  5px  0px;
	float:left;
}

img.right {
	border:0px none;
	margin: 2px  10px  5px 10px;
	float:right;
}

img.next {
	border:0px none;
	margin: 0;
	float: left;
}