*	{	margin: 0;
		padding: 0;
}

body,h1,h2,h3,p,td	{
		font-size: small;
		_font-size: x-small;
		color: #333333;
}
h1,h2,h3	{
		font-weight: normal;
}
img	{	border: 0;
}
body	{	text-align: center;
}


/**** ヘッダー ****/
#top	{	background: #555555 url(img/back.gif) repeat-x;
		height: 84px;
}
h1	{	color: #ffffff;
		text-align: right;
		height: 20px;
		padding-right: 7px;
}
#top p	{	text-align: left;
		padding-left: 5px;
}


/**** レイアウト ****/
#contents {	width: 760px;
		margin: 30px auto 0;
		text-align: left;
position: relative;
}

#left	{	width: 100%;
		float: left;
		margin-right: -270px;
}
#menu	{	margin-right: 290px;
		margin-top: 120px;
}

#right	{	width: 270px;
		float: left;
}
#list	{	margin: 20px 0 50px;
}

#foot	{	clear: left;
		width: 100%;
		background: #555555 url(img/back1.gif) repeat;
}


/**** 左メニュー ****/
#cat1	{	border-bottom: 1px #888888 dashed;
		padding: 0 0 8px;
}
#cat1 p	{	border-color: #888888;
		border-width: 0 0 1px 5px;
		border-style: solid;
		padding: 4px 1px 2px 3px;
		background: #dddddd;
		font-weight: bold;
}
#cat2	{	border-bottom: 1px #888888 dashed;
		padding: 8px 0;
}
#cat2 p {	margin: 0 0 0 13px;
}
h2	{	background: url(img/menu.gif) no-repeat left;
		margin: 6px 0 0 2px;
		padding: 2px 0 0 9px;
}
h3	{	background: url(img/menu.gif) no-repeat left;
		margin: 0 0 0 14px;
		padding: 4px 0 0 10px;
}

#form	{	position: absolute;
		top: 80px;
		left: 0;
}

#ad1	{	position: absolute;
		top: 0;
		left: 0;
}

#ranking {	padding: 4px 1px 2px 3px;
		background: #dddddd;
		font-weight: bold;
		text-align: center;
}
.img	{	width: 64px;
		text-align: center;
		background: #ffffff;
}
.name	{	width: 401px;
		background: #ffffff;
}
.name div {	padding: 5px 2px 0 5px;
}
.name p {	color: #cc0000;
		text-align: right;
		margin: 2px 2px 2px 0;
}


/**** 右 ****/
#right p {	text-align: center;
}


/**** フッター ****/
#link	{	padding: 10px;
		text-align: center;
		color: #ffffff;
}
#copy	{	padding: 10px;
		text-align: center;
		color: #ffffff;
		line-height: 1.5;
}


/**** リンク ****/
a		{color: #000099; text-decoration: none;}
a:link		{color: #000099; text-decoration: none;}
a:visited	{color: #660066; text-decoration: none;}
a:hover		{color: #990000; text-decoration: underline;}

#box a,		#foot a		{color: #dddddd; text-decoration: none;}
#box a:link,	#foot a:link	{color: #dddddd; text-decoration: none;}
#box a:visited,	#foot a:visited {color: #dddddd; text-decoration: none;}
#box a:hover,	#foot a:hover	{color: #ffcc66; text-decoration: underline;}

