@charset "utf-8";

/* ============================== */
/* 
    01. Font
    02. Structure - 全体の設定
    03. Header
    04. MainContent
    05. Sidebar
    06. Footer
    07. Advance
*/
/* ============================== */

/* ============================== */
/** 01. Font
/* ============================== */
body {
	font-family: "メイリオ", meiryo, Verdana, Arial, sans-serif;
	font-size: 13px;
	*font-size: medium;
	*font:small;
	line-height: 1.5;
	color: #000;
}

/* link */
a,a:link {
	text-decoration: none;
	color: #1111CC;
}
a:visited {
	text-decoration: none;
	color: #993399;
}
a:hover {
	text-decoration: underline;
}

/* decoration */
.b {font-weight: bold;}
.red {color: #FF0000;font-weight: bold;}
.green {color: #009900;font-weight: bold;}
.highlight {background: #FFEE00;font-weight: bold;}


/* ============================== */
/** 02. Structure - 全体の設定
/* ============================== */
body {
	text-align: center;
	background: #F8F8F8;
}
#wrapper {
	width: 850px;
	background: #FFF;
	margin: 0 auto;
	padding-bottom: 20px;
}
#header {
	width: 850px;
	height: 100px;
	position: relative;
	text-align: left;
}
#container {
	width: 810px;
	_width: 850px;
	float: left;
	background: #FFF;
	padding: 20px;
}
#main {
	width: 540px;
	float: left;
}
#side {
	width: 230px;
	_width: 250px;
	background: #6699CC url(http://www.fxcampaign.forex-hikaku.com/images/bg-side.gif);
	float: right;
	padding: 10px;
}

#footer {
	clear: both;
	margin: 0 20px;
}

/* ============================== */
/** 03. Header
/* ============================== */
h1 {
	position: absolute;
	right: 20px;
	font-size: 85%;
}

#site-logo {
	position: absolute;
	top: 25px;
	left: 30px;
}
#site-logo a {
	width: 325px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: #FFF url(http://www.fxcampaign.forex-hikaku.com/images/site-title.gif);
}
p#site-info {
	position: absolute;
	bottom: 0px;
	left: 20px;
	margin: 0;
}

/* ============================== */
/** 04. MainContent
/* ============================== */

.post {
	margin-bottom: 10px;
}

.post h2 {
	height: 31px;
	_height: 40px;
	text-align: left;
	font-size: 123.1%;
	line-height: 1.5em;
	background: #EEE url(http://www.fxcampaign.forex-hikaku.com/images/bg-h2.gif);
	border-left: 8px solid #003366;
	color: #000;
	padding: 9px 15px 0;
}
.post-date {
	text-align: right;
	font-size: 85%;
	line-height: 1.5em;
	color: #999;
	padding: 0 10px;
}
.post-body {
	text-align: left;
	font-size: 108%;
	padding: 10px;
}

.post h3 {
	border-bottom: 3px solid #EEE;
	font-weight: bold;
	color: #003366;
	padding: 15px 10px 0;
	margin-bottom: 15px;
}

.post-body a {
	font-weight: bold;
	text-decoration: underline;
}
.post-body a:hover {
	text-decoration: none;
	font-weight: bold;
}

.post-body li {
	margin-bottom: 5px;
}

#post-footer {
	background: #F8F8F8;
	border: 1px solid #EEE;
	font-size: 100%;
	line-height: 2.0em;
	padding: 20px 10px;
}

/* キャンペーン情報一覧 */
table.camp-list {
	width: 100%;
	margin-bottom: 15px;
}
.camp-list th,.camp-list td {
	font-size: 85%;
	border: 1px solid #999;
}

.camp-list th {
	background: #003366 url(http://www.fxcampaign.forex-hikaku.com/images/bg-th.gif);
	color: #FFF;
}

table.camp-list a {
	text-decoration: none;
}
table.camp-list a:hover {
	text-decoration: underline;
}

/* ============================== */
/** 05. Sidebar
/* ============================== */

#side h3, #side h4 {
	background: #003366 url(http://www.fxcampaign.forex-hikaku.com/images/bg-h4.gif) left center repeat-x;
	color: #FFF;
	padding: 2px 10px;
}

#side ol, #side ul {
	text-align: left;
}
#side ul {
	text-align: left;
	list-style: none;
	margin: 0;
}
#side ul li {
	list-style: none;
	background: #FFF url(http://www.fxcampaign.forex-hikaku.com/images/arrow-side.gif) left 4px no-repeat;
	padding-left: 10px;
	margin-bottom: 3px;
}

.contents {
	background: #FFF;
	font-size: 85%;
	line-height: 1.3em;
	text-align: left;
	padding: 10px;
}

.contents p {
	margin-bottom: 5px;
}

hr {
	height: 1px;
	border: 1px solid #EEE;
	border-width: 1px 0 0;
	color: #EEE;
	padding: 0;
	margin: 0 0 5px;	
}

/* ============================== */
/** 06. Footer
/* ============================== */
#footer {
	font-size: 85%;
	background: #EEE;
	color: #666;
	padding: 35px 0 20px;
}
#footer a {
	color: #666;
}
/* ============================== */
/** 07. Advance
/* ============================== */

/* align */
.a-c {text-align: center!important;}
.a-l {text-align: left!important;}
.a-r {text-align: right!important;}

/* new&upマーク */
.new {
	background: #FFF url(http://www.fxcampaign.forex-hikaku.com/images/mark-new.gif) right top no-repeat;
	padding-right: 35px;
}
.up {
	background: #FFF url(http://www.fxcampaign.forex-hikaku.com/images/mark-up.gif) right top no-repeat;
	padding-right: 25px;
}
