/*--------------------card.css--------------------*/
body	{
	margin:0;
	padding:0;
	}
body,p,td	{
	font-size:12px;
	color:#666666;
	}
p	{
	margin:5px;
	padding:7px;
	text-align:left;
	line-height:1.4em;
	}
em	{
	font-style:normal;
	}

h1,h2,h3	{
	margin:0;
	}
h1	{
	font-size:12px;
	}

div#wrap	{
	width:720px;
 height:97%;
 background-color:#ffffff;
	border-right:1px solid #999999;
	}

td.h1	{
	text-align:right;
 padding-top:20px;
 padding-right:10px;
	background-image:url('../images/title_2.jpg');
	background-repeat:no-repeat;
	}
td.main	{
	padding:12px 10px 20px;
	vertical-align:top;
	}
td.left	{
	padding:0 10px;
 border-right:1px dotted #cccccc;
	vertical-align:top;
	}

div.copy	{
	width:721px;
 padding:2px;
 font-size:11px;
 text-align:center;
 background-color:#cccccc;
 border-bottom:4px solid #3399cc;
 border-right:1px solid #999999;
	}

div.menu	{
	margin-bottom:20px;
	}
.menu a:link	{
	width:160px;
 background-color:#eeeeee;
 border-left:5px solid #cccccc;
 padding:5px;
 margin:1px 0;
	color:#336699;
	text-decoration:none;
	}
.menu a:visited	{
	width:160px;
 background-color:#eeeeee;
 border-left:5px solid #cccccc;
 padding:5px;
 margin:1px 0;
	color:#336699;
	text-decoration:none;
	}
.menu a:hover	{
 background-color:#dddddd;
 border-left:5px solid #bbbbbb;
	color:#006699;
	}
.menu a:active	{
 background-color:#dddddd;
 border-left:5px solid #bbbbbb;
	color:#006699;
	}

/*----------------------LINK-----------------------*/
a:link	{
	color:#336699;
	text-decoration:underline;
	}
a:visited	{
	color:#336699;
	text-decoration:underline;
	}
a:hover	{
	color:#3399cc;
	text-decoration:none;
	}
a:active	{
	color:#3399cc;
	text-decoration:none;
	}

/*----------------------top-----------------------*/
table.search	{
	width:515px;
	}
.search td	{
	background-color:#f3f3f3;
	padding:20px 30px 0 30px;
	text-align:center;
	}
.search p	{
	padding-left:20px;
	}

td.none	{
	background-color:#ffffff;
	}



