@charset "UTF-8";
@import url("../base/default.css");

	#main ol, #main ul
	{
		margin-top : 0.75em;
		margin-bottom : 0.75em;
	}

	div.left
	{
		width : 170px;
		float : left;
	}

	div.right
	{
		float : right;
	}

	#main h3.product
	{
		margin-top : 1.25em;
	}

	#main h3 a:link
	{
		color : #bf8d56;
		color : #c07070;
		text-decoration : none;
	}

	#main h3 a:active
	{
		color : #bf8d56;
		color : #c07070;
		text-decoration : none;
	}

	#main h3 a:visited
	{
		color : #bf8d56;
		color : #c07070;
		text-decoration : none;
	}

	#main h3 a:hover
	{
		color : #bf8d56;
		color : #c07070;
		color : #b06080;
		text-decoration : underline;
	}

	table
	{
		margin-bottom : 0;
		width : 485px;
	}

	col
	{
		padding : 0.20em 0;
	}

	.point
	{
		color : #6aa651;
		color : #c07070;
		color : #bf8d56;
		font-weight : bold;
	}

