div.menu
{
	margin              : 0;
	padding             : 0;
	width               : 204px;
	margin-bottom       : 12px;
	padding-bottom      : 6px;
	background-image    : url('../img/bg_pnk_b.jpg');
	background-repeat   : no-repeat;
	background-position : 0 100%;
}

div.list
{
	margin              : 0;
	padding             : 0;
	padding-bottom      : 1px;
	width               : 204px;
	background-image    : url('../img/bg_pnk_c.jpg');
	background-repeat   : repeat-y;

}

div.menu h2
{
	margin              : 0;
	width               : 204px;
	height              : 34px;
	background-image    : url('../img/ttl_menu_pnk.jpg');
	background-repeat   : no-repeat;
}

div.menu h3
{
	width               : 188px;
	margin              : 0 4px;
	padding-top         : 16px;
	padding-left        : 8px;
	color               : #666;
	background-color    : trasnsparent;
	font-size           : 90%;
	font-weight         : normal;
	border-top          : 1px dashed #999;
}

div.menu ul
{
	margin              : 4px 4px 16px 4px;
	margin-left         : 0;
	padding             : 0 0 0 2px;
}

div.menu li
{
	list-style-type     : none;
	font-size           : 90%;
	margin-left         : 2px;
}

div.menu ul#gototop
{
	margin-top          : 0;
}

div.menu ul#gototop li
{
	border-top          : 1px dashed #999;
	padding-top         : 16px;
}

div.menu li a
{
	width               : 158px;
	color               : #e4d;
	background-color    : transparent;
	background-image    : url('../img/ico_house_pnk.gif');
	background-repeat   : no-repeat;
	background-position : 6px 2px;
	display             : block;
	line-height         : 120%;
	text-decoration     : none;
	padding-left        : 34px;
	padding-right       : 4px;
	padding-top         : 2px;
	padding-bottom      : 2px;
}

div.menu li a:hover
{
	color               : #e4d;
	background-color    : #fbf;
}