@charset "UTF-8";

/*
Skin Name: Vega Skin - Core Style
Author: vicuna.jp
*/

/* Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
- Font size Adjustment.
 http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
*/ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*========================================

  Elements

========================================*/

body {
	color: #333;
	background-color: #666;
}

/* IE6以下でpadding指定 */
* html body {
padding-left: 1px;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}


/* Link
---------------*/

a:link {
	color: #007184;
}

a:visited {
	color: #007184;
}

a:hover {
	color: #2698AC;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #2698AC;
}

a img {
	border: none;
}

a img.size-medium {
	border: 4px solid #ccc;
}

a:hover img.size-medium {
	border: 4px solid #999;
}


/* Text
---------------*/

h1 {
	margin: 0;
	padding: 15px 15px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 1.5;
	font-size: 167%;
	color: #666;
	background-color: #EFF4F6;
}

body.mainIndex h1 {
	display: none;
}

h2 {
	margin: 1em 0;
	font-size: 116%;
}

h3 {
	color: #666;
	background-color: #EFF4F6;
	border-left: 8px double #426E95;
	font-size: 116%;
	padding: 5px 7px;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 8px 10px 5px 40px;
	border: 1px solid #eee;
	color: #95561b;
	background-image: url(images/icon/quote.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

blockquote  p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

pre {
	padding: 15px 20px;
	border-top: 1px solid #cfe4e8;
	border-left: 1px solid #cfe4e8;
	color: #086dac;
	background-color: #ebf1f2;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	color: #FF3200;
}

/* List
---------------*/

ul,
ol {
	margin: 1em 15px;
	padding: 0;
	list-style-position: outside;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}

/* form
---------------*/

form {
	margin: 1em 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #EFF4F6;

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

fieldset {
	padding: 1px 0;
	border: none;
}

legend {
	padding: 0 10px;
	background-color: #fff;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border-color: #2698AC;
}

textarea {
	padding: 0.5em 10px;
}

input.submit {
	padding: 4px 6px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #007184;
}

input.submit:hover {
	background-color: #2698AC;
}

input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

div#utilities .search form {
	border: none;
	background-color: transparent;
}
div#utilities .search form legend {
	display: none;
}

div#utilities .search form input.submit {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* Table
---------------*/

table {
	margin: 1em 0;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #ccc #ccc #ddd;
	background-color: #fff;
}

caption {
	padding-bottom: 0.3em;
}

th,
td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

/* Others
---------------*/

hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #ccc;
}

/*========================================

  div#header

========================================*/

div#header {
	padding: 1px 0;
}

div#header-area {
	background-image: url(images/parts/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Website Title
---------------*/

div#header p.siteName {
	margin: 110px 15px 30px 25px;
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
}

div#header p.siteName a {
	text-decoration: none;
	color: #417698;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 90px;
	width: 255px;
}

div#header p.siteName a:hover {
	color: #000;
}

div#header p.description {
	margin: 0 15px 4px;
	/margin-bottom: 5px; /* for IE6 & IE7 */
	font-size: 92%;
	color: #999999;

}

/* ul#globalNavi
---------------*/

ul#globalNavi {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(images/parts/g-navi.jpg);
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 184px;
}

ul#globalNavi li a {
	display: block;
	position: relative; /* for IE6 */
	height: 41px;
	width: 160px;
	margin-left: 14px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

ul#globalNavi li.page-item-home a {
	background-image: url(images/parts/g-navi01.jpg);
}

ul#globalNavi li.page-item-18 a {
	background-image: url(images/parts/g-navi03.jpg);
}

ul#globalNavi li.page-item-127 a {
	background-image: url(images/parts/g-navi02.jpg);
}

ul#globalNavi li.page-item-682 a {
	background-image: url(images/parts/g-navi04.jpg);
}

ul#globalNavi li.page-item-907 a {
	background-image: url(images/parts/g-navi05.jpg);
}

ul#globalNavi li a:hover,
ul#globalNavi li.current a {
	background-position: -160px top;
}

ul#globalNavi li a:focus {
	background-position: -160px top;
}

/*========================================

  div#content

========================================*/

div#content {
	padding-bottom: 1px;
	border-top: 1px solid #fff;
}

div#content-area {
	background-image: url(images/parts/content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

p.topicPath {
	margin: 0 15px 10px;
	padding-top: 8px;
	line-height: 1.6;
}

p.topicPath a {
	text-decoration: none;
}

p.topicPath span.current {
	padding: 1px 10px;
	border: 1px solid #ddd;
	color: #000;
	background-color: #f5f5f5;
}

/*=========================
 > div#main
=========================*/

/* > div.entry
---------------*/

div.entry {
	margin: 0 15px 1em 15px;
	padding: 1px 0;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
}

/* body.archives */

body.category div.entry,
body.dateBasedArchive div.entry  {
	margin-top: 15px;
}

/* Entry Title
---------------*/

div.entry h2 {
	margin-bottom: 0;
	padding: 0.2em 5px 0.4em;
	color: #333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #426E95;
}

div.entry h2 a {
	text-decoration: none;
}

div.entry h2 a:link {
	color: #333;
}

div.entry h2 a:visited {
	color: #333;
}

div.entry h2 a:hover {
	color: #2698AC;
	text-decoration: underline;
}

/* ul.info
---------------*/

div.entry ul.info {
	margin: 0 0 1em 0;
	padding: 0.3em 0;
	border-left: 5px solid #ccc;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	background-color: #f5f5f5;
}

div.entry ul.info li {
	margin: 0.3em 0;
	padding: 0 15px;
	border-right: 1px solid #ddd;
	color: #444;
	float: left;
	font-size: 85%;
}

div.entry ul.info li a {
	text-decoration: none;
}

/*body.individual ul.info */

body.individual div.entry ul.info,
body.archives div.entry ul.info {
	margin: 0 -15px 1.5em;
	padding: 0.3em 15px;
	border-bottom: 1px solid #ddd;
	position: relative;
	top: -1px;
	background-color: #eee;
}

body.individual div.entry ul.info li,
body.archives div.entry ul.info li{
	border-right: none;
	border-left: 1px solid #ccc;
}

/* Text Style
---------------*/

div.textBody p {
	line-height: 1.7;
}

div.textBody h2 {
}

div.textBody ul,
div.textBody ol {
	line-height: 1.8;
}

div.textBody dl {
	padding: 0.5em 20px;
	border: 1px solid #eee;
/*
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
*/
}

div.textBody dt {
	margin: 0.7em 0;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #3E668A;
}

div.textBody dd {
	margin: 0.5em 0;
}

/* ul.reaction
---------------*/

div.entry ul.reaction {
	margin: 1em 0;
	border-top: 1px solid #eee;
	list-style-type: none;
}

div.entry ul.reaction li {
	margin: 0 10px 0 0;
	padding: 5px 10px 0 0;
	border-right: 1px solid #eee;
	float: left;
}

/* page navi
---------------*/

p.archives {
	margin: 1em 15px;
}

p.return {
	margin: 0 122px 0 0;
	padding: 0.7em 0;
	text-align: right;
	clear: both;
}

p.return a {
	background-image: url(images/parts/return.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
}

/* Newer | Older */

ul#flip1 {
	margin: 0 0 0 15px;
	list-style-type: none;
	position: relative;
	top: 1px;
}

ul#flip1 li {
	float: left;
	width: 60px;
	font-size: 92%;
	text-align: center;
	line-height: 1;
}

ul#flip1 li a {
	margin-right: 2px;
	padding: 4px 0 3px;
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: none;
	display: block;
	text-decoration: none;
	color: #666;
	background-color: #f5f5f5;
}

ul#flip1 li a:hover {
	color: #333;
	background-color: #fff;
}

ul#flip2 {
}

/*=========================
  div#Comments, 
  div#Trackbacks
=========================*/

div#comments,
div#trackback {
	margin: 2em 0;
	_height: 1px; /* for IE6 */
}

div#comments h2,
div#trackback h2 {
	padding: 0.3em 15px;
	font-size: 116%;
	color: #426E95;
	background-color: #efefef;
	border-top-width: 6px;
	border-top-style: double;
	border-top-color: #426E95;
	border-bottom: none;
}

div#comments dl.log dt,
div#trackback dl.log dt {
	margin: 0.8em 0 0;
	font-weight: bold;
}

div#comments dl.log dt span.name,
div#trackback dl.log dt span.name {
	color: #3E668A;
}

div#comments dl.log dt span.date,
div#trackback dl.log dt span.date {
	margin-left: 10px;
	color: #666;
	font-weight: normal;
}

div#comments dl.log dd,
div#trackback dl.log dd {
	margin: 0;
	padding: 0.8em 0 1em;
	border-bottom: 1px dotted #ddd;
}

div#comments dl.log dd p,
div#trackback dl.log dd p {
	margin: 0;
}

/* Comment form
---------------*/

form.post dl {
	margin: 0.5em 20px;
}

form.post p {
	margin: 1em 20px;
}

form.post dl dt {
	margin: 0.5em 0;
}

form.post dl dd {
	margin: 0;
}

form.post div.action {
	margin: 0.5em 20px 1em;
}

form.post div.action input {
	margin: 0 5px 0 0;
}

form.post textarea {
	width: 80%;
	max-width: 85%;
}

/* Trackback info
---------------*/

div#trackback dl.info {
	padding: 0.8em 15px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #EFF4F6;
}

div#trackback dl.info dd {
	margin: 0.3em 20px;
}

div#trackback dl.info dd.URL {
	margin: 0.5em 0;
	padding: 0.5em 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
	color: #3E668A;
}

/*=========================
  div#utilities
=========================*/

div#utilities {
	_margin-left: -2px; /* for IE6 */
}

div#utilities p {
	margin: 0.2em 10px;
}

div#utilities dl {
	margin: 5px 0;
	padding-bottom: 5px;
}

div#utilities dl dt {
	margin: 5px 0 0 5px;
	text-indent: -9999px;
	height: 30px;
	width: 130px;
	background-repeat: no-repeat;
}

div#utilities dl.others dt {
	height: 30px;
	width: 250px;
}

div#utilities dl dt.pages {
	background-image: url(images/parts/dt-pages.jpg);
}

div#utilities dl dt.recentEntries {
	background-image: url(images/parts/dt-recentEntries.jpg);
}

div#utilities dl dt.categoryArchives {
	background-image: url(images/parts/dt-categoryArchives.jpg);
}

div#utilities dl dt.monthlyArchives {
	background-image: url(images/parts/dt-monthlyArchives.jpg);
}

div#utilities dl dt.okiniiri {
	background-image: url(images/parts/dt-okiniiri.jpg);
}

div#utilities dl dt.g-ad03 {
	background-image: url(images/parts/dt-g-ad.jpg);
}

div#utilities dl.others dt.okiniiri {
	background-image: url(images/parts/dt-okiniiri.jpg);
}

div#utilities dl.others dt.osusume {
	background-image: url(images/parts/dt-osusume.jpg);
}

div#utilities dl.others dt.side-rank {
	background-image: url(images/parts/dt-side-rank.jpg);
}

div#utilities dl.others dt.tagCloud {
	background-image: url(images/parts/dt-tagcloud.jpg);
}

div#utilities dl.others dt.feed {
	background-image: url(images/parts/dt-feed.jpg);
}

div#utilities dl dd {
	margin: 0 5px 0;
	margin-bottom: 10px;
	padding: 1px 0;
	background-color: #EFF4F6;
}

div#utilities dl.others dd {
	border: 1px solid #dddddd;
	border-top: none;
}


div#utilities dl dd ul {
	margin: 0;
}

div#utilities dl dd ul li {
	margin: 0;
	list-style-type: none;
}

div#utilities dl dd ul li a {
	text-decoration: none;
	padding: 5px;
	border: 1px solid #dddddd;
	border-top: none;
}

div#utilities dl.navi dd ul li a {
	display: block;
	_width: 100%; /* for IE6 */
}

div#utilities dl.navi dd ul li.pr a {
	background-image: url(images/parts/pr.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

div#utilities dl.navi dd ul li a:hover {
	color: #333333;
	background-color: #B2D4DA;
}


/* ブックマーク・更新情報
---------------*/

div#utilities dl.others dd.okiniiri {
	padding: 5px;
	color: #666666;
}
div#utilities dl.others dd.okiniiri a img {
	border: none;
}
div#utilities dl.others dd.okiniiri ul {
	padding-top: 10px;
}
div#utilities dl.others dd.okiniiri li {
	padding-bottom: 5px;
}
div#utilities dl.others dd.okiniiri li a {
	display: inline;
	border: none;
	background-color: transparent;
}


/* おすすめFX業者
---------------*/

div#utilities dl.others dd.osusume {
	border: none;
	padding: 0;
}
div#utilities dl.others dd.osusume {
	background-color: #FFFFFF;
	border: none;
}
div#utilities dl.others dd.osusume ul {
	margin: 0;
	padding: 0;
}
div#utilities dl.others dd.osusume ul li {
	margin: 0;
	padding: 0;
}
div#utilities dl.others dd.osusume ul li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 35px;
	width: 250px;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	border-bottom: solid 1px #cccccc;
	background-repeat: no-repeat;
}
div#utilities dd.osusume ul li a:hover {
	background-position: -250px 0;
}
div#utilities dd.osusume ul li a.scalping {
	background-image: url(images/parts/osusume-scalping.jpg);
}
div#utilities dd.osusume ul li a.day {
	background-image: url(images/parts/osusume-day.jpg);
}
div#utilities dd.osusume ul li a.swap {
	background-image: url(images/parts/osusume-swap.jpg);
}
div#utilities dd.osusume ul li a.system {
	background-image: url(images/parts/osusume-system.jpg);
}
div#utilities dd.osusume ul li a.omakase {
	background-image: url(images/parts/osusume-omakase.jpg);
}


/* サイドバー 総合人気ランキング
---------------*/

div#utilities dd.side-rank {
	margin-bottom: 0;
}

div#utilities dd.side-rank a {
	text-decoration: none;
	overflow: hidden;
}

div#utilities dd.side-rank p.side-rank-01,
div#utilities dd.side-rank p.side-rank-02,
div#utilities dd.side-rank p.side-rank-03,
div#utilities dd.side-rank p.side-rank-04,
div#utilities dd.side-rank p.side-rank-05 {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 116%;
	text-decoration: none;
}

div#utilities dd.side-rank p.side-rank-01 {
	background-image: url(images/parts/side-rank-01.gif);
}

div#utilities dd.side-rank p.side-rank-02 {
	background-image: url(images/parts/side-rank-02.gif);
}

div#utilities dd.side-rank p.side-rank-03 {
	background-image: url(images/parts/side-rank-03.gif);
}

div#utilities dd.side-rank p.side-rank-04 {
	background-image: url(images/parts/side-rank-04.gif);
}

div#utilities dd.side-rank p.side-rank-05 {
	background-image: url(images/parts/side-rank-05.gif);
}

div#utilities dd.side-rank p.side-rank-button {
	margin: 0px;
	padding: 0 0 5px 10px;
	overflow: hidden;
	/zoom: 1;
}
div#utilities dd.side-rank p.side-rank-button a {
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 110px;
	float: left;
	background-repeat: no-repeat;
}
div#utilities dd.side-rank p.side-rank-button a:hover {
	background-position: 0px 1px;
}
div#utilities dd.side-rank p.side-rank-button a.koushiki {
	background-image: url(images/parts/side-koushiki.jpg);
	margin-right: 10px;
}
div#utilities dd.side-rank p.side-rank-button a.shousai {
	background-image: url(images/parts/side-shousai.jpg);
}


/* サイドバー キャッシュバックキャンペーンバナー
---------------*/

div#utilities dl.others dt.cashback {
	display: none;
}
div#utilities dl.others dd.cashback {
	background-color: #FFFFFF;
	border: none;
}

div#utilities dl.others dd.cashback {
	margin-top: 5px;
}
div#utilities dl.others dd.cashback a {
	text-indent: -9999px;
	display: block;
	height: 54px;
	width: 250px;
	overflow: hidden;
	background-image: url(images/parts/cashback-bn.jpg);
}
div#utilities dl.others dd.cashback a:hover {
	background-position: -250px 0px;
}


/* Feeds
---------------*/

div#utilities dl dd ul.feed {
	margin-left: 10px;
	list-style-type: none;
	list-style-position: outside;
}

div#utilities dl dd ul.feed li {
	margin-left: 0;
}

div#utilities dl dd ul.feed li a {
	padding-left: 20px;
	background: url(images/icon/icon_feed.gif) no-repeat;
}

/* div#utilities dl dd >  
---------------*/

div#utilities dl dd ul ul {
	margin-left: 15px;
}

div#utilities dl dd dl dt {
	background-color: #ddd!important;
}

div#utilities dl dd form {
	margin: 0;
	padding: 1px 5px;
	border: none;
}

div#utilities dl dd form legend {
	display: none;
}

div#utilities dl dd form input.inputField {
	width: 45%;
}

div#utilities dl dd form input.submit {
	padding: 0.2em 2px;
	font-size: 10px;
}

/*========================================

  div#footer

========================================*/

div#footer {
	padding: 21px 0px 80px 0;
}

div#footer-area {
	background-image: url(images/parts/fotter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#footer a {
	color: #555;
	text-decoration: none;
}

div#footer a:hover {
	color: #888;
}

div#footer ul {
	margin: 0.7em 15px 0 0;
	text-align: right;
	color: #000;
	font-size: 85%;
}

div#footer ul li {
	margin-left: 5px;
	display: inline;
}

div#footer address {
	margin: 0.7em 15px 0 0;
	text-align: right;
	font-style: normal;
	color: #777;
}

/*========================================

  Class

========================================*/

/* Headline
---------------*/

dl.headline {
	margin: 0.5em 0;
}

dl.headline dt span.date {
	font-size: 85%;
}

dl.headline dd {
	margin: 0.5em 0 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 3px solid #eee;
}

dl.headline dd ul {
	margin: 0;
	list-style-type: none;
}

dl.headline dd ul li {
	margin: 0.3em 5px 0.3em 0;
	display: inline;
	font-size: 92%;
}

dl.headline dd ul li.textBody {
	display: block;
	font-size: 100%;
}

/* ul.thumb
---------------*/

ul.thumb,
div#utilities ul.thumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.thumb li {
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
	overflow: hidden;
	font-size: 0;
}

ul.thumb li a img {
	border: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.thumb li a:hover img {
	border-bottom: 1px solid #01b0f0;
}

/*--------------------------------------
	Tag Cloud
---------------------------------------*/

div#utilities dl dd ul.tagCloud {
	margin: 0;
	padding: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#utilities dl dd ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
}

div#utilities dl dd ul.tagCloud li a {
	padding: 3px;
	position: relative;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #999;
	color: #999;
	display: inline;
}

div#utilities dl dd ul.tagCloud li.level1 a {
	z-index: 6;
	font-size: 136%;
}

div#utilities dl dd ul.tagCloud li.level2 a {
	top: 5px;
	z-index: 5;
	font-size: 136%;
}

div#utilities dl dd ul.tagCloud li.level3 a {
	font-size: 114%;
	z-index: 4;
}

div#utilities dl dd ul.tagCloud li.level4 a {
	top: 5px;
	z-index: 3;
	font-size: 100%;
}

div#utilities dl dd ul.tagCloud li.level5 a {
	font-size: 85%;
	z-index: 2;
}

div#utilities dl dd ul.tagCloud li.level6 a {
	z-index: 1;
	font-size: 70%;
}

/* オンマウス */
div#utilities dl dd ul.tagCloud li a:hover {
	border-color: #666;
	z-index: 10;
	color: #000;
	background-color: #eee;
}

/* Calendar
---------------*/

table.calendar {
	margin: 0 auto 5px;
	width: 95%;
}

table.calendar th,
table.calendar td {
	padding: 0;
	line-height: 1.8;
	font-size: 85%;
	text-align: center;
}

table.calendar th {
	line-height: 2;
	font-weight: normal;
}

table.calendar th.sat {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar th.sun {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar td {
	color: #888;
	padding: 0;
	width: 14%;
}

table.calendar td a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #2799d1;
}

table.calendar td a:visited {
	color: #333;
	background-color: #eee;
}

table.calendar td a:hover {
	border-color: #84dafe;
	color: #fff;
	background-color: #2799d1;
}

/* Option
---------------*/

.option {
	margin: 1em 15px;
	padding: 1px 10px;
	border: 1px solid #eee;
}

/* Clearfix
---------------*/

ul#globalNavi,
div#content,
div.entry ul.info,
div.entry div.textBody,
ul.reaction,
ul.thumb,
ul.flip,
body.multi2 div#utilities,
body.multi2-l div#utilities {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#globalNavi:after,
div#content:after,
div.entry ul.info:after,
div.entry div.textBody:after,
div.entry ul.reaction:after,
ul.thumb:after,
ul.flip:after,
body.multi2 div#utilities:after,
body.multi2-l div#utilities:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}

/* IE6 - なにがあってもカラム落ちを防ぐ
---------------*/

div#main,
div#utilities dl.navi,
div#utilities dl.others {
	_overflow: hidden;
}

/*--------------------------------------
	画像 float
---------------------------------------*/

/*--------------------▽左に画像、右に文章*/

.alignleft {
	float: left;
	margin: 0 15px 15px 0!important;
}

.img_L {
	float: left;
	margin: 0 15px 15px 0!important;
}


/*--------------------▽右に画像、左に文章*/

.alignright {
	float: right;
	margin: 0 0 15px 15px!important;
}

.img_R {
	float: right;
	margin: 0 0 15px 15px!important;
}

/*--------------------------------------
	タイトル日付表示
---------------------------------------*/

.entry-date {
	float: left;
	width: 43px;
	line-height: 0.8;
	text-align: center;
	background-image: url(images/parts/entry-date.jpg);
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #007184;
	background-repeat: no-repeat;
}
.entry-month {
	display: block;
	font-size: 11px;
	color: #e0e0e0;
}
.entry-day {
	display: block;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: bold;
}
.entry-year {
	display: block;
	font-size: 10px;
	color: #e0e0e0;
}

div.entry .entry-title {
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

body.multi div#main div.entry .entry-title h1 {
	margin: 5px 5px 7px 53px;
	padding: 0px;
	border: none;
	font-size: 116%;
	background-color: transparent;
	line-height: 1.3;
	color: #333333;
}

div.entry .entry-title h2 {
	margin: 5px 5px 7px 53px;
	padding: 0px;
	border: none;
	line-height: 1.25;
}

div.entry .entry-title ul.info {
	background-color: transparent;
	border: none;
	padding: 0;
	*padding-bottom: 4px; /* for IE7 */
	margin: 0;
	margin: 0 0 0 53px;
}
div.entry .entry-title ul.info li {
	border: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

body.individual div.entry .entry-title ul.info {
	background-color: transparent;
	border: none;
	padding: 0;
	*padding-bottom: 2px; /* for IE7 */
	margin: 0;
	margin: 0 0 0 53px;
}
body.individual div.entry .entry-title ul.info li {
	border: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

/*---------------
 各ページ トップ画像
-----------------*/
.hajimekata-top a,
.nyuumon-top a,
.hikaku-top a,
.ichiran-top a,
.ichiran365-top a {
	width: 510px;
	height: 150px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	_margin-left: 155px;
	overflow: hidden;
}
.hikaku-top a {
	background-image: url(images/parts/hikaku-top.jpg);
}
.nyuumon-top a {
	background-image: url(images/parts/nyuumon-top.jpg);
}
.ichiran-top a {
	background-image: url(images/parts/ichiran-top.jpg);
}
.ichiran365-top a {
	background-image: url(images/parts/ichiran365-top.jpg);
}
.hajimekata-top a {
	background-image: url(images/parts/hajimekata-top.jpg);
}

/*---------------
 FX業者比較 メニュー
-----------------*/

ul.comparison-menu {
	margin: 0;
	padding: 0px;
	overflow: hidden;
	_margin-left: 155px;
	width: 510px;
	height: 77px;
}
ul.comparison-menu li {
	background-image: none;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
}
ul.comparison-menu li a {
	margin: 0 7px 7px 0;
	width: 122px;
	height: 35px;
	display: block;
	overflow: hidden;
}
ul.comparison-menu li.b-ninki a {
	background-image: url(images/parts/hikaku-ninki.jpg);
}
ul.comparison-menu li.b-swap a {
	background-image: url(images/parts/hikaku-swap.jpg);
}
ul.comparison-menu li.b-spread a {
	background-image: url(images/parts/hikaku-spread.jpg);
}
ul.comparison-menu li.b-commission a {
	background-image: url(images/parts/hikaku-commission.jpg);
	margin-right: 0;
}
ul.comparison-menu li.b-leverage a {
	background-image: url(images/parts/hikaku-leverage.jpg);
}
ul.comparison-menu li.b-click a {
	background-image: url(images/parts/hikaku-click.jpg);
	margin-right: 0;
}
ul.comparison-menu li.b-currency a {
	background-image: url(images/parts/hikaku-currency.jpg);
}
ul.comparison-menu li.b-info a {
	background-image: url(images/parts/hikaku-info.jpg);
}
ul.comparison-menu li a:hover {
	background-position: -122px;
}
p.hikaku-campaign {
	text-indent: -9999px;
	margin-top: 12px;
}
p.hikaku-campaign a {
	background-image: url(images/parts/hikaku-campaign.jpg);
	height: 30px;
	width: 310px;
	display: block;
	margin-left: 100px;
	_margin-left: 255px;
	overflow: hidden;
}
p.hikaku-campaign a:hover {
	background-position: -310px;
}


/*---------------
 FX業者比較 トップ ミニボックス
-----------------*/

div.entry div.textBody .hikaku-box {
	overflow: hidden;
	font-size: 108%;
}

div.entry div.textBody .hikaku-mini-box,
div.entry div.textBody .hikaku-mini-box-r {
	width: 245px;
	border: 1px solid #999999;
	float: left;
	margin-top: 15px;
}
div.entry div.textBody .hikaku-mini-box-r {
	margin-left: 15px;
}
div.entry div.textBody .hikaku-mini-box ol,
div.entry div.textBody .hikaku-mini-box-r ol {
	padding: 0;
	margin: 0px;
	list-style-position: inside;
}
div.entry div.textBody .hikaku-mini-box ol li,
div.entry div.textBody .hikaku-mini-box-r ol li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 3px 8px;
	margin: 0 10px;
}

div.entry div.textBody .hikaku-mini-box h3,
div.entry div.textBody .hikaku-mini-box-r h3 {
	margin: 0 0 5px 0;
	padding: 7px 10px 7px;
	background-image: url(images/parts/hikaku-mii-title.jpg);
	background-repeat: repeat-x;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
}

div.entry div.textBody .hikaku-mini-box p,
div.entry div.textBody .hikaku-mini-box-r p {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 0px;
}

/*---------------
 FX業者比較 サイトデータ
-----------------*/

.trader-data {
	border: 1px solid #dddddd;
	border-top: none;
	overflow: hidden;
	_zoom: 1;
	color: #888;
}

div.entry div.textBody .trader-data p {
	margin: 0;
	margin-top: 0px;
	margin-right: 15px;
	padding: 0px;
}

.trader-data .img_L {
	margin-left: 15px!important;
	margin-top: 5px!important;
}

div.entry div.textBody .trader-data p .img_L {
	border: 1px solid #ccc;
	width: 135px;
}

h3.trader-title00,
h3.trader-title01,
h3.trader-title02,
h3.trader-title03,
h3.trader-title04,
h3.trader-title05 {
	border: none;
	margin-bottom: 0;
	padding-left: 45px;
	padding-top: 11px;
	padding-bottom: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 131%;
	margin-top: 15px;
}
h3.trader-title00 {
	background-image: url(images/parts/rank-00.jpg);
}
h3.trader-title01 {
	background-image: url(images/parts/rank-01.jpg);
}
h3.trader-title02 {
	background-image: url(images/parts/rank-02.jpg);
}
h3.trader-title03 {
	background-image: url(images/parts/rank-03.jpg);
}
h3.trader-title04 {
	background-image: url(images/parts/rank-04.jpg);
}
h3.trader-title05 {
	background-image: url(images/parts/rank-05.jpg);
}

div.entry div.textBody .trader-data dl.vendors-list {
	border: 1px solid #ccc;
	margin-top: 0px;
	border-top: 0;
	padding: 0;
	color: #555;
	margin-left: 15px;
	margin-right: 15px;
	clear: both;
}
div.entry div.textBody .trader-data dl.vendors-list dt {
	width: 120px;
	float: left;
	clear: both;
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin: 0px;
	padding: 7px 10px;
}
div.entry div.textBody .trader-data dl.vendors-list dd {
	border: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	margin: 0px;
	margin-left: 140px;
	_margin-left: 120px;
	padding: 7px 10px;
}

/* FX業者比較 申込み・詳細ボタン
---------------*/

ul.application-ul {
	margin: 0px;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 15px;
	overflow: hidden;
	_zoom: 1;
}
ul.application-ul li {
	list-style-type: none;
	list-style-position: outside;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	float: left;
	padding-left: 13px;
}

ul.application-ul li a {
	height: 32px;
	width: 222px;
	display: block;
	overflow: hidden;
}

a.button-application {
	background-image: url(images/parts/mini-kaisetsu.jpg);
}
a.button-details {
	background-image: url(images/parts/mini-shousai.jpg);
}
a.button-application:hover,
a.button-details:hover {
	background-position: -222px;
}
ul.application-ul li.button-teishi {
	background-image: url(images/parts/button-teishi.jpg);
	height: 32px;
	width: 222px;
	background-position: 13px;
	background-repeat: no-repeat;
}

/*---------------
 FX業者比較 詳細ページ
-----------------*/

h3.checkpoint-title {
	background-image: url(images/parts/checkpoint-title.jpg);
	border: none;
	padding: 10px 20px 15px;
	color: #eee;
	margin-bottom: 0;
}

.checkpoint-body {
	background-image: url(images/parts/checkpoint-body.jpg);
	background-position: left bottom;
	padding: 12px 30px 25px;
	font-weight: bold;
	font-size: 108%;
}
div.entry div.textBody .checkpoint-body p {
	margin-top: 0;
	background-image: url(images/parts/checkpoint-mark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}

h3.vendors-date-title {
	background-image: url(images/parts/vendors-date-title.jpg);
	background-repeat: no-repeat;
	border: none;
	padding: 7px 15px 4px 48px;
	color: #eee;
	margin-bottom: 0;
}

div.entry div.textBody dl.vendors-date {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 0;
	background-image: url(images/parts/vendors-date-bg.jpg);
	margin-top: 0px;
	background-repeat: repeat-y;
}
div.entry div.textBody .vendors-date dt {
	width: 140px;
	_width: 150px;
	float: left;
	clear: both;
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	margin: 0px;
	padding: 7px 10px;
	font-weight: bold;
}
div.entry div.textBody .vendors-date dd {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-left-color: #ddd;
	margin: 0px;
	margin-left: 150px;
	_margin-left: 150px;
	padding: 7px 10px;
}

.teishi {
	text-align: center;
	text-indent: -9999px;
	background-image: url(images/parts/teishi.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 450px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------
 詳細ページ リスト
-----------------*/

.textBody ul.currency-pair,
.textBody ul.order,
.textBody ul.mobil {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style-type: none;
	_zoom: 1;
}
.textBody ul.currency-pair li {
	background-image: none;
	border: 1px solid #999999;
	white-space: nowrap;
	float: left;
	margin: 3px;
	padding: 0 2px;
	background-color: #FDFCEC;
}
.textBody ul.currency-pair li.total {
	border: 0;
	background-color: transparent;
	font-weight: bold;
}

.textBody ul.order {
	_zoom: 1;
}
.textBody ul.order li {
	float: left;
	height: 80px;
	width: 50px;
	text-indent: -9999px;
	margin: 2px;
	padding: 0px;
}
.textBody ul.order li.o-nariyuki01 {
	background-image: url(images/order/nariyuki_01.jpg);
}
.textBody ul.order li.o-nariyuki02 {
	background-image: url(images/order/nariyuki_02.jpg);
}
.textBody ul.order li.o-sashine01 {
	background-image: url(images/order/sashine_01.jpg);
}
.textBody ul.order li.o-sashine02 {
	background-image: url(images/order/sashine_02.jpg);
}
.textBody ul.order li.o-gyakusashine01 {
	background-image: url(images/order/gyakusashine_01.jpg);
}
.textBody ul.order li.o-gyakusashine02 {
	background-image: url(images/order/gyakusashine_02.jpg);
}
.textBody ul.order li.o-ifd01 {
	background-image: url(images/order/ifd_01.jpg);
}
.textBody ul.order li.o-ifd02 {
	background-image: url(images/order/ifd_02.jpg);
}
.textBody ul.order li.o-ifo01 {
	background-image: url(images/order/ifo_01.jpg);
}
.textBody ul.order li.o-ifo02 {
	background-image: url(images/order/ifo_02.jpg);
}
.textBody ul.order li.o-oco01 {
	background-image: url(images/order/oco_01.jpg);
}
.textBody ul.order li.o-oco02 {
	background-image: url(images/order/oco_02.jpg);
}
.textBody ul.order li.o-ifd01 {
	background-image: url(images/order/ifd_01.jpg);
}
.textBody ul.order li.o-ifd02 {
	background-image: url(images/order/ifd_02.jpg);
}
.textBody ul.order li.o-trail01 {
	background-image: url(images/order/trail_01.jpg);
}
.textBody ul.order li.o-trail02 {
	background-image: url(images/order/trail_02.jpg);
}
.textBody ul.order li.o-2way01 {
	background-image: url(images/order/2way_01.jpg);
}
.textBody ul.order li.o-2way02 {
	background-image: url(images/order/2way_02.jpg);
}
.textBody ul.order li.o-kijitsu01 {
	background-image: url(images/order/kijitsu_01.jpg);
}
.textBody ul.order li.o-kijitsu02 {
	background-image: url(images/order/kijitsu_02.jpg);
}
.textBody ul.order li.o-ryoudate01 {
	background-image: url(images/order/ryoudate_01.jpg);
}
.textBody ul.order li.o-ryoudate02 {
	background-image: url(images/order/ryoudate_02.jpg);
}

.textBody ul.mobil {
	overflow: hidden;
	_zoom:1;
}

.textBody ul.mobil li {
	float: left;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	margin: 0px;
	margin-right: 5px;
	display: block;
	background-repeat: no-repeat;
}
.textBody ul.mobil li.imode {
	background-image: url(images/parts/imode.jpg);
}
.textBody ul.mobil li.ezweb {
	background-image: url(images/parts/ezweb.jpg);
}
.textBody ul.mobil li.softbank {
	background-image: url(images/parts/softbank.jpg);
}


/*---------------
 記事内　経済指標リスト
-----------------*/

div.entry div.textBody dl.economic-indicator {
	border: 1px solid #aaa;
	border-top: 0;
	padding: 0;
	background-image: url(images/parts/economic-indicator-bg.jpg);
	background-repeat: repeat-y;
}
div.entry div.textBody .economic-indicator dt {
	width: 55px;
	float: left;
	clear: both;
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaa;
	margin: 0px;
	padding: 7px 0 7px 10px;
}
div.entry div.textBody .economic-indicator dd {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-left-color: #aaa;
	margin: 0px;
	margin-left: 55px;
	padding: 7px 10px;
}

div.entry div.textBody .economic-indicator dd.bang {
	background-image: url(images/parts/economic-bang.jpg);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding-left: 30px;
}

div.entry div.textBody dl.week-economic-indicator {
	line-height: 1.4;
}

/*---------------
 キャンペーン リスト
-----------------*/

div.entry div.textBody .campaign-list dl {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 0;
	background-image: url(images/parts/campaign-list-bg.jpg);
}
div.entry div.textBody .campaign-list dl dt {
	width: 140px;
	float: left;
	clear: both;
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	margin: 0px;
	padding: 7px 10px;
}
div.entry div.textBody .campaign-list dl dd {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-left-color: #ddd;
	margin: 0px;
	margin-left: 150px;
	_margin-left: 140px;
	padding: 7px 10px;
}

.campaign-list-title {
	font-weight: bold;
}


/*---------------
 下部ナビゲーション・ランキングバナー 背景
-----------------*/

.blog-rank {
	background-image: url(images/parts/blog-rank-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.blog-rank a img {
	border: 0;
}

.wp-pagenavi {
	margin-bottom: 15px;
	_margin-left: 155px;
}

div#flip {
	border: 1px solid #ddd;
	padding-left: 15px;
}
div#flip ul {
	line-height: 1.7;
}
div#flip p {
	margin-bottom: 5px;
	color: #3E668A;
	font-weight: bold;
}

div#flip ul.st-related-posts {
	margin-top: 0px;
}

.wp-hatena {
	text-align: right;
	margin-top: 15px;
	clear: both;
}
.wp-hatena a {
	vertical-align: top;
}
.wp-hatena a img {
	border: none;
}

.wp-hatena-s {
	margin-top: 5px;
}

/*---------------
 お問い合わせフォーム
-----------------*/

.wpcf7 form {
	border: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}
div.textBody dl#mailfome {
	border: 0;
	padding-bottom: 0;
	padding-top: 0;
}
dl#mailfome dt {
	border: 0;
	margin-bottom: 0;
}
dl#mailfome dd {
	border: 0;
	margin-top: 0;
}
.wpcf7 p input.submit {
	margin-left: 20px;
}

.kaisetsu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
}
.kaisetsu a {
	background-image: url(images/parts/kaisetsu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	width: 350px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
}
.kaisetsu a:hover {
	background-position: -350px 0px;
}

/*---------------
 g-ad
-----------------*/

div#utilities dl.others dt.g-ad {
	display: none;
}
div#utilities dl.others dd.g-ad {
	background-color: #FFFFFF;
	border: none;
	/padding-top: 5px;
}

.g-ad02 {
	margin-bottom: 15px;
}
.g-ad02 p {
	margin-bottom: 0px;
	font-size: 93%;
	color: #999999;
}

div#utilities dl dd.g-ad03 {
	border: 1px solid #ddd;
	border-top: none;
	text-align: center;
}

.g-ad04 {
	margin: 0 15px 10px;
	padding-top: 8px;
	line-height: 1.6;
}

/*---------------
 その他
-----------------*/

.red {
	color: #FF0000;
}

.arrow01 {
	padding-left: 20px;
	background-image: url(images/parts/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
