@charset "utf-8";

/* ====================
CSSをリセット
==================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding:0;
	font-size: 100%;
	margin: 0;
} 
table {  
	border-collapse:collapse;   
	border-spacing:0;   
} 
fieldset,img {    
	border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
	font-style:normal;   
	font-weight:normal;   
} 
ol,ul {  
	list-style:none;   
}
caption,th {  
	text-align:left;   
}
h1,h2,h3,h4,h5,h6 {  
	font-size:100%;   
	font-weight:normal;   
} 
q:before,q:after {  
	content:'';   
} 
abbr,acronym {
	border:0;   
}  

/* ====================
フォントの設定
==================== */
#wrapper {
	font-family: Verdana, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}
/* リンク */
a,a:link,a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover,a:active {
	color: #0000CC;
	text-decoration: none;
}
/* フォントの装飾 */
strong {
	font-weight: bold;
}
.red {
	color: #CC0000;
	font-weight: bold;
}
.bd {
	font-weight: bold;
}
/* 画像の配置 */
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}

/* ====================
全体の設定
==================== */

body {
	background-color: #FFFFFF;
	background-image: url(http://www.fxpresident.com/images/bg/back_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#container {
	width: 950px;
	position: absolute;
	top: 140px;
}

/* header
-------------------- */
h1 {
	font-size: 11px;
	line-height: 15px;
	z-index: 1;
	display: block;
	position: absolute;
	padding: 5px 0 0 10px;
}
#header {
	width: 950px;
	position: absolute;
	top: 20px;
	height: 100px;
}
#logo {
	position: absolute;
	height: 50px;
	width: 280px;
	top: 20px;
	left: 20px;
}
#header_txt {
	position: absolute;
	top: 30px;
	right: 10px;
	text-align: right;
}
#topic_path {
	width: 930px;
	position: absolute;
	top: 120px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
}

/* 左カラム
-------------------- */

#left_col {
	width: 170px;
	float: left;
	margin-right: 15px;
	padding-bottom: 5px;
}

.side_menu {
	border: 1px solid #333333;
	margin-bottom: 10px;
	font-size: 11px;
}
.side_menu h2 {
	border-bottom: 1px solid #333333;
}
.side_menu ul {
	margin: 0;
	padding: 5px;
	background: #F8F8F8;
}
.side_menu ul li {
	border-bottom: 1px dotted #999;
	padding: 2px 0;
}
.side_menu ul li a {
	display: block;
	height: 15px;
	padding-left: 10px;
	margin-left: 3px;
	text-decoration: none;
	color: #333;
	line-height: 15px;
	overflow: hidden;
	background: url(http://www.fxpresident.com/images/bg/arrow_b01.gif) left center no-repeat;
}
.side_menu ul li a:hover {
	display: block;
	height: 15px;
	padding-left: 10px;
	margin-left: 3px;
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	line-height: 15px;
	overflow: hidden;
	background: url(http://www.fxpresident.com/images/bg/arrow_b02.gif) left center no-repeat;
}

.side_box {
	border: 1px solid #333;
	padding: 5px;
	font-size: 10px;
	line-height: 1.3;
	background: #F8F8F8;
}

/* 中央カラム
-------------------- */

#main_col {
	float: left;
	width: 500px;
	margin-right: 15px;
	padding-bottom: 5px;
}

.post {
	margin-bottom: 25px;
}
.post_title {
	background-color: #CC0000;
	background-image: url(http://www.fxpresident.com/images/bg/h2_b01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 500px;
	position: relative;
}
.post_title h2 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	left: 30px;
	top: 8px;
	right: 10px;
	position: absolute;
	line-height: 1.3;
}
.post_title h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.post_body {
	padding: 10px 0;
}
.post_body p {
	margin-bottom: 1.5em;
}
.post_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}
.post_footer {
	font-size: 10px;
	text-align: right;
	background-color: #F8F8F8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCC;
}

/* 右カラム
-------------------- */

#right_col {
	float: right;
	width: 250px;
}

#right_col h3 {
	border: 1px solid #333;
	border-width: 1px 1px 0;
}
table.side_table {
	width: 250px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFF;
	empty-cells: show;
	font-size: 10px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.side_table th {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #666;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 3px 2px;
}
.side_table th a {
	color: #FFF;
}
.side_table td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 3px 2px;
}
tr.gray {
	background: #FFEEFF;
}
td.pink {
	background: #FFEEFF;
}

/* フッター
-------------------- */

#footer {
	clear: both;
	width: 950px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 10px;
	text-align: center;
}

/* キャンペーンBOX
-------------------- */

.attention_box {
	background-color: #333;
	border: 1px solid #333;
	background-image: url(http://www.fxpresident.com/images/bg/bg_batt.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}
.attention_box h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 15px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-right: 10px;
}
.attention_inner {
	background-color: #333333;
	background-image: url(http://www.fxpresident.com/images/bg/bg_check.gif);
	border: 1px solid #FFFFFF;
	padding: 8px;
}
.attention_inner_in {
	background-color: #FFFFFF;
	padding: 15px 6px;
}
.attention_inner_in ul {
	margin: 10px 3px 0;
}
.attention_inner_in li a {
	display: block;
	padding-left: 27px;
	background-image: url(http://www.fxpresident.com/images/bg/arrow_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}
.attention_inner_in li a:hover {
	background-image: url(http://www.fxpresident.com/images/bg/arrow_bh.gif);
}

.post_bnav {
	text-align: center;
	margin-bottom: 25px;
	line-height: 2.0;
}
