@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
   newsletter
---------------------------------------------------------------------------------------------------- */
#newsletter	{
	padding-bottom: 30px;
}

/* ----------------------------------------------------------------------------------------------------
   legal
---------------------------------------------------------------------------------------------------- */
#legal table	{
	width: 533px;
	margin-bottom: 10px;
}

#legal table tr th	{
	width: 150px;
	padding: 10px 0 10px 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #e5dacc;
}

#legal table tr td	{
	width: 383px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ffffff;
	background-color: #f8f2eb;
}


/* ----------------------------------------------------------------------------------------------------
   sitemap
---------------------------------------------------------------------------------------------------- */
#sitemap dl dt	{
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	font-weight: bold;
}

#sitemap dl dd	{
	padding: 5px 0 15px;
}

#sitemap dl dd table	{
	width: 535px;
}

#sitemap dl dd table tr td	{
	padding: 3px 0;
	vertical-align: top;
}

.sitemap_line	{
	background: url(../common/contents_line001.gif) no-repeat;
}


/* ----------------------------------------------------------------------------------------------------
   update
---------------------------------------------------------------------------------------------------- */
.update	{
	width: 535px;
	margin-bottom: 10px;
	background: url(../common/contents_line001.gif) no-repeat;
}

.update tr	{
	background: url(../common/contents_line001.gif) no-repeat;
	background-position: left bottom;
}

.update tr th	{
	width: 70px;
	padding: 10px 10px 10px 0;
	white-space: nowrap;
	vertical-align: top;
}

.update tr td	{
	width: 455px;
	padding: 10px 0;
}

