@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* CSS Document */

/* ---------- globalNav ---------- */

#globalNav ul li#navi-seo a{
	width: 125px;
	margin-left: 10px;
	background: url(../../images/common/globalNav.gif) no-repeat -87px -46px;
}


/* ---------- left menu ---------- */

#menu-title-seo {
	background: url(../../images/common/menu-seo.gif) no-repeat -180px;
}

/* CSSハック Start */
/* Safari以外適用 */
#menu-seo-powerseo a:visited{
	color: #663300;
	background-image: url(../../images/common/menu-list-mark.gif);
	background-repeat: no-repeat;
	background-position: -216px 3px;
}

/* Safariのみ適用 */
html:\66irst-child #menu-seo-powerseo a:visited{
	color: #FFFF66;
	background-image: url(../../images/common/menu-list-mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
/* CSSハック End */


/* ---------- index ---------- */

#powerseo_logo{
	padding-right: 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 12px;
}

/* IE7のみ適用 */
*+html #powerseo_logo{
	margin-bottom: 2px;
}

/* IE6以下のみ適用 */
* html #powerseo_logo{
	margin-bottom: 2px;
}
