@charset "UTF-8";
/* 基本的なレイアウトの設定 */
#container	{
	width: 980px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
	}

#rightsidebar	{
	width: 220px;
	margin: 20px  0 10px 30px;
	float: right;
	}

#topcontents	{
	width: 482px;
	float: left;
	clear: both;
	}

#contents	{
	width: 540px;
	float: left;
	padding-bottom: 20px;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* リンクの設定 */
a	{
	color: #0066CC;
	text-decoration: underline;
	}

a img	{
	border: none;
	}
a:hover {
	color: #A30001;
	text-decoration: none;
	list-style-type: none;
}

/* パンくずリスト */
#breadcrumbs	{
	font-size: 0.75em;
	color: #444444;
	margin: 4px 0 10px;
	}

#breadcrumbs a, #breadcrumbs span	{
	color: #0095b6
	}


/* コンテンツの設定 */
#topcontents, #contents	{
	font-size: 0.75em;
	line-height: 1.4;
	margin-top: 20px;
	}
#rightcontent {
	width: 760px;
	float: right;
}
#rightcontent #center {
	float: left;
}


#contents h3, #contents .comments-open-header	{
	font-size: 1.16em;
	margin: 7px 0;
	clear: both;
	border: none;
	background: none;
	padding: 0;
	}

#archive-title	{
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 20px;
	}


/* 記事の設定 */

.entry-meta, .entry-meta a	{
	color: #444444;
	margin: 4px 0 20px;
	}

.entry-meta img	{
	vertical-align: top;
	margin-right: 2px;
	}

.entry	{
	clear: both;
	}

#more	{
	clear: both;
	}

.entry-tags, .entry-asset	{
	clear: both;
	}

.entry dt	{
	font-weight: bold;
	margin-top: 10px;
	}

.content-nav	{
	text-align: center;
	clear: both;
	}

.content-nav a	{
	margin: 0 10px;
	}



/* 概要の設定 */

.excerpt	{
	background: url(http://www.grams.jp/test/mark01.png) no-repeat 0 2px;
	padding-left: 12px;
	}

.excerpt p	{
	margin-top: 5px;
	}

.excerpt h3	{
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0;
	}


/* トラックバックの設定 */

#trackbacks	{
	border-top: solid 1px #0095b6;
	margin-top: 20px;
	clear: both;
	}

#trackbacks p	{
	margin: 0 0 25px;
	}

.tb	{
	background: url(http://www.grams.jp/test/mark01.png) no-repeat 0 4px;
	margin-bottom: 20px;
	padding-left: 12px;
	}

#trackbacks .tb p	{
	margin: 0;
	}

.tbdate	{
	color: #666666;
	}


/* コメントの設定 */

#comments	{
	border-top: solid 1px #0095b6;
	}

.com	{
	background: url(http://www.grams.jp/test/mark01.png) no-repeat 0 4px;
	margin: 20px 0;
	padding-left: 12px;
	}

.com p	{
	margin: 0 0 3px;
	}

.cominfo	{
	color: #666666;
	}

.cominfo img	{
	vertical-align: middle;
	}

.compost	{
	font-size: 0.75em
	}

.reply	{
	background: url(http://www.grams.jp/test/mark02.png) no-repeat 0 4px;
	margin: 20px;
	padding-left: 12px;
	}

.reply p	{
	margin: 0;
	}

#comment-author, #comment-email, #comment-url, #comment-text	{
	display: block;
	width: 80%;
	}

#comments-open p	{
	margin:0;
	}


/* アイテム */

#itemtable	{
	border-collapse: collapse;
	border: solid 1px skyblue;
	font-size: 12px;
	}

#itemtable td	{
	padding: 10px;
	border: solid 1px skyblue;
	}


/* タグクラウド */

#rightsidebar #tagcloud	{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	}

#tagcloud li	{
	background: none;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	}

#tagcloud .rank-1	{ font-size: 2em; }
#tagcloud .rank-2	{ font-size: 1.75em; }
#tagcloud .rank-3	{ font-size: 1.5em; }
#tagcloud .rank-4	{ font-size: 1.25em; }
#tagcloud .rank-5	{ font-size: 1em; }
#tagcloud .rank-6	{ font-size: 0.75em; }



/* カレンダーの設定 */

#calendar	{
	width: 100%;
	}

#calendar th , #calendar td	{
	text-align: center;
	vertical-align: middle;
	}

#sun, #cell1, #cell8, #cell15, #cell22, #cell29, #cell36	{
	color: red;
	}

.today	{
	background-color: yellow;
	}


/* 検索 */

.entry-tags h4	{
	font-size: 0.75em;
	float:left;
	margin: 0;
	}

.widget-search	{
	margin-bottom: 20px;
	}

.widget-search h2	{
	margin-bottom: 4px;
	}


/* フッターの設定 */
#footer	{
	clear: both;
	margin-top: 20px;
	}
#footer .chuui {
	padding-top: 3px;
	padding-bottom: 10px;
	line-height: 140%;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #AB0002;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#footer .copy .footnavi {
	float: left;
	width: 120px;
	background-image: url(images/img_33.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
}
#rightnavi .try_kinri .title {
	background-color: #AB0002;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#rightnavi .try_kinri .parsent {
	text-align: center;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightnavi .try_kinri {
	margin-bottom: 10px;
	border: 1px solid #999999;
}

#footer .copy {
	padding-top: 10px;
	padding-bottom: 10px;
}
#center .new_entry {
	margin-bottom: 10px;
}
#center .new_entry .title {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	margin-bottom: 5px;
}
#center .new_entry .page {
	background-image: url(images/img_33.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#center .new_entry .title .ichiran {
	float: right;
	background-image: url(images/img_37.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
#center .new_entry .title .ct_title {
	float: left;
}

#footer .copy .sitename {
	text-align: right;
	padding-right: 10px;
}


#footer p	{
	font-size: 0.75em;
	line-height: 5;
	color: white;
	background-color: #0095b6;
	padding: 0 10px;
	}

#footer img	{
	margin: 14px 0 0 10px;
	float: right;
	}

#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/img_41.gif);
	background-repeat: repeat;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FBFBFB;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#head {
	height: 90px;
	background-image: url(images/img_02.gif);
	background-repeat: no-repeat;
}
h1 {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}
.logoside {
	margin-top: 12px;
	width: 750px;
	float: right;
}

.logoside .logotitle {
	float: left;
}
.logoside .headbanner {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
#rightcontent {
	float: right;
}

#maincontent {
	margin-right: 5px;
	margin-left: 5px;
}
#rightcontent #rightnavi {
	width: 180px;
	float: right;
}
.pan {
	padding-bottom: 20px;
	padding-left: 12px;
	height: auto;
	padding-top: 8px;
}

#rightnavi .category .icon {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
#leftnavi .leftcategory .body_in {
	padding: 5px;
}


#center .blogbanner {
         font-weight:bold;
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#center {
	width: 570px;
}
#center .try_miryoku table {
	font-size: 12px;
	line-height: 150%;
}
#center .try_ichiran td {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#center .try_ichiran .name {
	background-color: #F0F0F0;
}

#center .try_miryoku {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#leftnavi .leftcategory {
	width: 198px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#leftnavi .leftcategory .title {
	background-image: url(images/img_29.gif);
	background-repeat: repeat;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#rightnavi .category .title {
	background-image: url(images/img_29.gif);
	background-repeat: repeat;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#rightnavi .category {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
}


#center .try_ichiran {
	margin-top: 5px;
	margin-bottom: 5px;
}
#center .try_ichiran .title {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
#center .try_ichiran table {
	font-size: 12px;
	margin-top: 3px;
	line-height: 130%;
	border-collapse:collapse;
	width: 570px;
}


#leftnavi .leftcategory .page {
	background-image: url(images/img_33.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-right: 3px;
	margin-left: 3px;
}

#center .try_miryoku .miryokutext {
	padding-top: 7px;
	padding-left: 7px;
}



#leftnavi {
	float: left;
	width: 200px;
	clear: both;
}
#rank .ranktitle {
}
#rank .rankbody {
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #448ACA;
	border-left-color: #448ACA;
	padding-top: 2px;
	padding-bottom: 2px;
}

#rank .rankbody table {
	width: 195px;
	font-size: 12px;
	text-align: left;
}
#leftnavi #rank .rankbody td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.pan .navi {
	float: left;
}
.pan .kousin {
	float: right;
	padding-right: 15px;
}

#rank .rankbody .top10 {
	width: 35px;
	text-align: center;
}
#leftnavi #rank {
	margin-bottom: 5px;
}
#rightnavi .kinri_rank {
	margin-bottom: 10px;
}
#rightnavi .kinri_rank table {
	font-size: 12px;
	margin-top: 10px;
	border-collapse:collapse;
	width: 100%;
}
#rightnavi .kinri_rank td {
	border: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 5px;
}
#rightnavi .kinri_rank .ranktitle {
	background-color: #AB0002;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#head .logo {
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}
#rightnavi .kinri_rank .par {
	background-color: #ECF8FE;
}
#center .category_tit {
	background-image: url(images/ct_tit_10.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
}
#center .category_ent .date {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 21%;
	background-image: url(images/img_33.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#center .pager {
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#center .pager1 {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#center .entry_tag {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-color: #CCCCCC;
	margin-top: 8px;
}

#center .blog_title {
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
}
#center .category_ent table {
	width: 100%;
	margin-bottom: 10px;
}
#center .category_ent td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


#center .entry_tit {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}
#center .entry_body {
	line-height: 140%;
	font-size: 14px;
	padding-bottom: 5px;
}

.entry_body h3 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #AB0002;
	padding-left: 5px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#center .entry_info {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 20px;
}
#center .entry_info .icon {
	padding-left: 15px;
	background-image: url(images/img_33.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 100px;
	float: left;
}
#center .blogbanner {
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#center .sarch_k {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EAEAEA;
	margin-bottom: 10px;
}
#center .coment {
	padding-top: 10px;
	padding-bottom: 10px;
}
#center .coment .title {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
	padding-left: 5px;
}
#center .coment .toukou table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
#center .track {
	padding-top: 10px;
	padding-bottom: 10px;
}
#center .track .track_title {
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
#center .track .track_body {
	padding-top: 5px;
	padding-bottom: 5px;
}

#center .coment .toukou .koumoku {
	background-color: #ECF8FE;
	padding: 6px;
	border: 1px solid #CCCCCC;
}
#center .coment .toukou td {
	padding: 6px;
	border: 1px solid #CCCCCC;
}

#center .entry_body table {
	width: 100%;
	border-collapse: collapse;
}
#center .entry_body td {
	border: 1px solid #999999;
	line-height: 140%;
	font-size: 12px;
	padding: 5px;
}

#center .entry_body th {
	border: 1px solid #999999;
	line-height: 140%;
	background-color: #cccccc;
	font-size: 12px;
	padding: 5px;
}

div.web-t
{
	width:auto;
	color:#000000;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #AB0002;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 3px;
}
div.mousikomi
{
	margin:10px 0 10px 0;
	text-align:center;
}
.trackbacks .trackbacks-header {
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
}
.trackbacks {
	width: 100%;
	height: auto;
}
.coment .comments {
	width: auto;
}
.coment .comments #comments-open {
	padding-right: 5px;
	padding-left: 5px;
}
.comments-open-header {
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
}
#comment-form-email {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#comment-form-name {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
#comment-author {
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#comment-form-url {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#comment-url {
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#comment-form-remember-me {
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#comments-open-text {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#comment-text {
	margin-top: 3px;
	margin-bottom: 8px;
}

#comment-email {
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* ----- サイト内検索 ----- */

div.search-form h3
{
	height:32px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/search_tit.gif) no-repeat 0 0;
	margin:0;
}



#leftnavi .leftcategory .body_in .search-form
{
	margin:0 0 0px 0;
}

#leftnavi .leftcategory .body_in .search-form form
{
	padding:5px;
}

#leftnavi .leftcategory .body_in .search-form fieldset
{
	border:none;
}

#leftnavi .leftcategory .body_in .search-form legend
{
	font-size:70%;
	color:#666666;
	background:inherit;
	margin:0 0 0px 0;
}

#leftnavi .leftcategory .body_in .search-form input.search-input
{
	width:160px;
	font-size:80%;
	margin:0 0 5px 0;
}
/* ----- RSSリンク ----- */

div.syndicate
{
	margin:0 0 20px 0;
}

div.syndicate ul
{
	list-style:none;
}

div.syndicate ul li a
{
	display:block;
	height:34px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/rss.gif) no-repeat 0 0;
}

div.syndicate ul li a:hover
{
	background:url(images/rss.gif) no-repeat 0 -34px;
}
#center .entry_title {
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
	font-size: 14px;
	font-weight: bold;
}
#search-form .search-option li {
	list-style-type: none;
}
#center .search-results-header {
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AB0002;
}

#search-form .search-result li {
	list-style-type: none;
}
#rank .foot {
	text-align: center;
}
#center .pickup td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#center .pickup table {
	width: 100%;
	font-size: 14px;
}
#center .new_entry li {
	background-image: url(images/img_33.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
}

#category_rank {
	width: 570px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#category_rank .set {
	width: 185px;
	float: left;
	margin-right: 3px;
	border: 1px solid #999999;
}
#category_rank .set .title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #f53dae;
	color: #FFFFFF;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#category_rank .set .list_body {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#category_rank .set .list_body ul {
	margin: 0px;
	padding: 0px;
}
#category_rank .set .list_body li {
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: none;
	padding-left: 20px;
}
#category_rank .set .list_body .rank2 {
	background-image: url(http://www.gkforex.com/zar/images/rank_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#category_rank .set .list_body .rank3 {
	background-image: url(http://www.gkforex.com/zar/images/rank_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#category_rank .set .list_body .rank1 {
	background-image: url(http://www.gkforex.com/zar/images/rank_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}