@charset "utf-8";
/* CSS Document */

/*Index Content*/
#index_table1 {
	background-image: url(/images/content/index/couplepng.png);
	background-repeat: no-repeat;
	width:349px;
}
#index_table2 {
	background-image: url(/images/content/index/watchpng.png);
	background-repeat: no-repeat;
	width:349px;
}
.index_table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #395077;
	text-align:left;
	line-height: 150%;
	font-weight: bold;
	
}
.index_table1 a:link, .index_table1 a:visited {
	color: #cc5832;
	text-decoration:none;

}
.index_table1 a:hover {
	color: #7de242;
	text-decoration:none;
	
}

.index_table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #395077;
	text-align:left;
	line-height: 150%;
	font-weight: bold;
}
.index_table2 a:link, .index_table2 a:visited {
	text-decoration: none;
	color: #cc5832;
	
}
.index_table2 a:hover {
	text-decoration: none;
	color: #7de242;
	
}
