/* index

	creative.css

	- navigations
	- pages
	- layout
	
----------------------------------------------- */


/* navigations
----------------------------------------------- */
#navigations li#creative a {
	display: block;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 60px;
	background: url(../../shared/img/navi.jpg) no-repeat -704px 0px;
}


/* pages
----------------------------------------------- */
.pages-clause h4 strong {
	color: #fa0032;
}

.pages-related h5 {
	display: block;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 150px;
	background: url(../../shared/img/creative_h5.jpg) no-repeat;
	text-indent: -9999px;
	clear: both;
}


/* layout
----------------------------------------------- */
.category-post-a h4 a:hover strong,
.category-post-b h4 a:hover strong {
	color: #fa0032;
}

.category-post-a h4 a.selected strong,
.category-post-b h4 a.selected strong {
	color: #fa0032;
}

.cms-paragrph h4 a {
	color: #fa0032;
}


/* loacl
----------------------------------------------- */
#local-containe li a:hover {
	color: #fa0032;
}

