/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://fxtopics.com/script/mt-static/themes-base/blog.css);
/* end StyleCatcher imports */

/* ------------------------------------------------------------------
オリジナルCSS
--------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

#header-inner, #content-inner, #footer-inner {
	padding: 0;
}

#beta-innarchive-contenter, #gamma-inner {
	padding: 0;
}

.widget-content {
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */

/*2列左メニューの場合*/
.layout-tw #alpha {
	float: right;
	width: 640px;
	left: 5px;
	padding-right: 5px;
	margin-left:5px;
}

.layout-tw #beta {
	float:left;
	left: 0;
	width: 180px;
	overflow: hidden;
}

/*2列右メニューの場合*/
.layout-wt #alpha {
	float: left;
	width: 640px;
	left: 0;
	margin-left:5px;
}

.layout-wt #beta {
	float:right;
	left: 0;
	width: 180px;
	margin-right:0;
	overflow: hidden;
}

/*3列メニューの場合*/
.layout-twt #alpha {
	float: left;
	width: 470px;
	left: 180px;
	margin:0;
	overflow: hidden;
}

.layout-twt #beta {
	float:left;
	left: -469px;
	width: 180px;
	overflow: hidden;
}

.layout-twt #gamma {
	float:right;
	left: 0;
	width: 180px;
	margin-right:0;
	overflow: hidden;
}

/*共通*/
#alpha-inner {
	margin:0;
	padding:10px 10px 0;
}

#beta-inner {
	margin:0;
	padding:0;
}

#gamma-inner {
	margin:0;
	padding:0;

}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
	color:#303030;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF url(page_bg.jpg) repeat-x top;
}

a {
	color: #076435;
}

a:hover {
	color: #99cc99;
}

.clear {
	clear:both;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:100%;
	margin:10px 0;
}

#gotop a {
	font-size:75% !important;
	text-indent: -500px;
	height: 20px;
	width: 105px;
	display: block;
	float: right;
	overflow: hidden;
	background: url(../img/pagetop.gif) no-repeat 0 0;
}

#gotop a:hover {
	font-size:75% !important;
	text-indent: -500px;
	height: 20px;
	width: 105px;
	display: block;
	float: right;
	overflow: hidden;
/*	background: url(pagetop_ov.gif) no-repeat 0 0;*/
}

/* -----　パンくず　----- */
.navi {
	margin:2px 5px 10px;
	text-align:right;
	font-size:85% !important;
	font-size:80%;
}

.layout-wt .navi {
	margin:2px 5px 10px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */

/*2列左メニューの場合*/
.layout-tw #container {
	line-height:1.6;
	font-size:80%;
	width:830px;
	margin:0 auto;
	text-align:left;
	background: url(body_bg-tw.gif) 0 repeat-y;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}

/*2列右メニューの場合*/
.layout-wt #container {
	line-height:1.6;
	font-size:80%;
	width:830px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	background: url(body_bg-wt.gif) 0 repeat-y;
}

/*3列メニューの場合*/
.layout-twt #container {
	line-height:1.6;
	font-size:80%;
	width:830px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	background: url(body_bg-twt.gif) 0 repeat-y;
}

/*共通*/
#container-inner {
	position: relative;
	width:830px;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header-module {
	width:830px;
}

#header-module-inner {
	width:830px;
	background:#fff;
}

#header-contents {
	width: 830px;
	background: #FFFFFF url(../img/topbar.gif) repeat-x 0 70px;
/*	padding: 5px 0 5px 15px; */
	font-size: 24px;
	font-weight: bold;
	height: 75px;
}

#header-contents .left {
	margin: 5px 0 5px 0px;
	width: 470px;
	float:left;
/*	text-indent: -500px;*/
/*	background: url(../img/toptitle.gif) no-repeat;*/
/*	background: url(../img/rank123.gif) no-repeat;*/
/*	background: url(../img/toplogobar.gif) no-repeat;*/
	height: 61px;
	padding: 0 0 0 40px;
/*	padding: 10px 0 0 150px;*/
}

#header-contents .right {
	width:130px;
	float:right;
	margin: 30px 10px 0 0;
}

#header-description {
	font-size:80%;
	line-height: 1.2;
	color: #737373;
	width:820px;
	padding:2px 5px;
	background:#ffffff;
}

#head-main {
	width:830px;
}

#head-main-inner {
	background:#fff;
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	margin:0 0 20px;
	_height:1px;
	
	clear: both;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:830px;
	clear:both;
	background:#f8f8f8;
}

.designed {
	text-align:right;
	padding:0 10px 5px;
	font-size:75%;
}

.designed a{
	color:#666;
}

.designed a:hover{
	text-decoration:none;
}

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	height:42px;
	padding:5px 10px 0 30px;
/*	background: url(top-category_bg.gif) 0 0 no-repeat;*/
/*	background: url(../img/menubar_big.gif) 0px 0px no-repeat;*/
	background: url(../img/archive-titlebar.gif) 0px 0px no-repeat;
	font-size:120% !important;
/*	font-size:105%;*/
	font-weight:bold;
/*	color:#212121;*/
	color:#085F00;
	margin-bottom: 5px;
}

.layout-twt .archive-title {
height:39px;
	padding:10px 10px 0 18px;
	background: url(top-category_bg_twt.gif) 0 0 no-repeat;
	margin-bottom: 20px;
	
}

.archive-title em {
	font-style:normal;
}

.entry-asset {
	width:590px;
	padding: 0px 5px 0px 5px;

/*
	background: #ffffff url(http://fxtopics.com/script/mt-static/support/themes/top3/top_category_bg.gif) repeat-x top;
	background: #ffffff url(http://invest.kasumix.com/exchange/img/back_blue.gif) repeat-x top;
	border: 2px solid #d3e6d3;
*/
}

.layout-twt  .entry-asset {
	width:430px;
	padding:5px;
}


.asset-header {
	padding:0;
}

.asset-name {
/*
	background: url(top-category_bg2.gif) no-repeat 0 -3px;
*/

/*	background: url(../img/menubar_red.gif) no-repeat 0 4px; */

/*	padding:2px 0 4px 13px;*/
/*	border-bottom:1px dotted #666666;*/
	background: url(../img/titlebar-top3.gif) no-repeat 0 4px;
	position: absolute;
	width: 552px;
	color:#212121;
	font-weight:bold;
	line-height:1.2;
	height:40px;
	font-size:150% !important;
	vertical-align: middle;
	top: 10px;
	left: 75px;
	padding-top: 12px;
}

.asset-name a:link,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}
.asset-name a:hover {
	text-decoration: none;
	background-color: #B4D7F9;
	color: #000000;
}

.layout-twt .asset-body {
	margin:10px;
}

.asset-body {
	margin:10px 10px 0 10px;
}

.asset-more {
	margin:0 10px 0 10px;
}

.asset-more-link {
	text-indent: -500px;
	height: 30px;
/*	clear:both;*/
	overflow: hidden;
	float: left;
	z-index: 10;
	position: relative;
	top: -30px;
}

.asset-more-link a {
	font-size:75% !important;
	text-indent: -500px;
	z-index: 10;
	height: 30px;
	width: 200px;
	display: block;
	margin: 0px 0 0px 150px;
/*	background: url(syosai_bt.gif) no-repeat 0 0;*/
	background: url(../img/mottokuwashiku.png) no-repeat 0 0;
}
/*
.asset-more-link a:hover {
	background: url(syosai_bt_ov.gif) no-repeat 0 0;
}
*/
.asset-meta {
	text-align:right;
	margin-top:10px;
	padding:10px;
	border-top: 1px dotted #CCCCCC;
	font-size:100% !important;
	font-size:95%;
}


/* ---------------------------------------------------------------------
トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.layout-twt #trackbacks {
	clear:both;
	width: 420px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#trackbacks .trackbacks-header {
	height:34px;
	color: #212121;
	background: url(trackback_tb-head-h2.gif) no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.trackbacks-info { 
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

.layout-twt .trackbacks-info {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

.trackback .inner {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.layout-twt .trackback .inner {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.trackback-footer {
	text-align:right;
	margin:0;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
コメント
--------------------------------------------------------------------- */
#comments {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.layout-twt #comments {
	clear:both;
	width: 420px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#comments .comments-header {
	height:34px;
	color: #212121;
	background: url(comment_tb-head-h2.gif) no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.comment {
	margin:10px;
}

.comment .inner {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.layout-twt .comment .inner {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px;
	word-wrap: break-word; 
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content{
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	height:34px;
	color: #212121;
	background: url(comment_tb-head-h2.gif) no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.comments-open-content {
	padding:10px;
}


#comment-preview, #comment-submit, #comment-cancel {
	background: url(search2.gif) 0 0 no-repeat;
	border:none;
	height:20px;
	width:65px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
	font-size:100%;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}


/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	margin:10px;
	line-height:1.3;
}

.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive .archive-list-item .category_name {
	border-bottom:1px solid #ccc;
	margin-top:20px;
	padding:2px 0;
}

.archive .archive-list-item a {
	display:block;
	text-decoration:none;
	margin:0;
	padding:0 10px;
}

.archive .archive-list-item ul {
	margin:10px 0;
}

.archive .archive-list-item li {
	text-decoration:none;
	margin:5px 0;
	padding:2px 15px 2px 30px;
	background: url(arrow.gif) 15px center no-repeat;
}

/*サブカテゴリ*/
.archive .archive-list-item .archive-list-item {
	background:none;
	margin:0 0 0 20px;
	padding:0;
}

.archive .archive-list-item .archive-list-item .category_name {
	border-bottom:1px solid #ccc;
	padding:2px 0;
	margin-top:20px;
}

.archive .archive-list-item .archive-list-item a {
	display:block;
	text-decoration:none;
	margin:0;
	padding: 0 10px 0 25px;
}

.archive .archive-list-item .archive-list-item ul{
	margin:5px 0 20px;
}

.archive .archive-list-item .archive-list-item li {
	margin:0;
	padding:0 15px;
}


/* ---------------------------------------------------------------------
コメントプレビュー/コメント完了
--------------------------------------------------------------------- */
.comment-title {
	padding-left:10px;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#737373;
	margin:0 14px 10px 0;
	border-bottom:1px solid #004200;
	_height:1px;
}

.layout-twt .comment-title {
	margin:0 14px 10px 10px;
}

.comment-container {
	margin:10px 20px 200px;
}

.layout-twt .comment-container {
	margin:10px 10px 200px;
	width: 380px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-form-header {
	padding-left:10px;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#737373;
	margin:0 14px 10px 0;
	border-bottom:1px solid #004200;
	_height:1px;
}

.layout-twt .search-form-header {
	margin:0 14px 10px 10px;
}

.search-form-content {
	padding:10px;
}

.search-results-header {
	margin:25px 10px 10px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

.search-results-header2 {
	margin:10px 10px 30px;
	color:#333333;
	padding:1px 10px;	
	font-weight:bold;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit{
	background: url(search.gif) 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイト名(ロゴ画像)
--------------------------------------------------------------------- */
.left h2 {
	text-align:left;
}

.right h2 {
	text-align:right;
}

#header-name {
	color: #333;
	font-size:100%;
	font-weight:normal;
	margin:5px;
	line-height: 1.5;
}

#header-name a {
	text-decoration: none;
}

#header-name a:hover {
	text-decoration: underline;
}

.logo {
	margin:10px;
	border:none;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]フリーエリア
--------------------------------------------------------------------- */
.free-content1 {
	margin-bottom:4px;
	padding:2px 5px;
	line-height:1.3;
	font-size:85% !important;
	font-size:85%;
	word-wrap:break-word;
	float: right;
	clear: both;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイトマップ・お問合せリンク
--------------------------------------------------------------------- */
.sub-contents {
	margin-bottom:0px;
	padding:0px 10px;
	text-align: right;
	font-size:85% !important;
	font-size:80%;
	clear: both;
	float: right;
}

.sub-contents a:link,
.sub-contents a:visited {
	text-decoration: none;
	color:#737373;
}

.sub-contents a:hover,
.sub-contents a:active {
	text-decoration: underline;
	color:#737373;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]検索フォーム
--------------------------------------------------------------------- */
.widget-header-search {
	margin-bottom:5px;
	padding:2px 10px;
	text-align: right;
	font-size:80% !important;
	font-size:80%;
	clear: both;
	color: #999999;
}

.widget-header-search .box {
	margin-right:5px;
}

.widget-header-search .submit {
	background: url(search.gif) 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]フリーエリア
--------------------------------------------------------------------- */
.free-content2 {
	font-size:95% !important;
	font-size:90%;
	_height:1px;
	padding-bottom: 16px;
	background: #ffffff url(headmain_bottom_bg.jpg) no-repeat bottom;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]メイン画像
--------------------------------------------------------------------- */
#head-main .main_image {
	clear:both;
	margin: 0;	
	_height:1px;
	padding-bottom: 16px;
	background: #ffffff url(headmain_bottom_bg.jpg) no-repeat bottom;	
}

/* ---------------------------------------------------------------------
Widget：[メイン]メイン画像
--------------------------------------------------------------------- */
#alpha .main_image {
	margin-bottom: 20px;
}


/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message h3.title {
	height:39px;
	padding:10px 10px 0 28px;
	background: url(../img/main_titlebar.gif) 0px 2px no-repeat;
	font-size:130% !important;
	font-weight:bold;
	color:#212121;
	margin: 0px;
}

.layout-twt #welcome_message h3.title {
	background: url(message_bg_twt.gif) 0 0 no-repeat;
}

#welcome_message .content {
	margin:0;
	padding:10px;
}


/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
	margin:10px 0 20px;
}

#top-news h3 {
	margin: 0;
	height:39px;
	padding:3px 10px 0 20px;
/*	background: url(news_bg.gif) 0 0 no-repeat; */
	background: url(../img/subtitlebar.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.layout-twt #top-news h3 {
	height:39px;
	padding:10px 10px 0 18px;
	background: url(news_bg_twt.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

#top-news .news {
	padding:4px 10px 2px;
/*	border-bottom:1px solid #cdcccc;*/
	margin-right: 15px;
}

#top-news .day {
	float: left;	
	color:#666;
	width: 80px;
}

#top-news .title {
	float: left;
	padding-left:20px;
	width: 500px;
	background: url(../img/allow-small.gif) 0 2px no-repeat;
}

.layout-twt #top-news .title {
	float: right;
	padding-left:5px;
	width: 300px;
}



/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
#top-entry {
	margin-bottom:20px;
}

#top-entry h3.title {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url(title_bg.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.layout-twt #top-entry h3.title {
	height:39px;
	padding:10px 10px 0 18px;
	background: url(title_bg_twt.gif) 0 0 no-repeat;
}

#top-entry .content {
	margin:0;
	padding:10px;
}

#top-entry .asset-more-link {
	clear:both;
}

#top-entry .asset-more-link a {
	font-size:75% !important;
	text-indent: -500px;
	height: 28px;
	width: 141px;
	display: block;
	margin:0 0 10px 10px;
	background: url(syosai_bt.gif) no-repeat 0 0;
}

#top-entry .asset-more-link a:hover {
	background: url(syosai_bt_ov.gif) no-repeat 0 0;
}


/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title {
	margin: 0;
	height:39px;
	padding:3px 10px 0 20px;
/*	background: url(top-category_bg.gif) 0 0 no-repeat; */
	background: url(../img/subtitlebar2.gif) 0 0 no-repeat;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.layout-twt #top-category h3.title {
	background: url(top-category_bg_twt.gif) 0 0 no-repeat;
}


.top-category-content {
	float:left;
	position:relative;
	background: #ffffff url(top_category_bg.gif) repeat-x top;
	width: 255px;
	height: 130px;
	border: 2px solid #d3e6d3;
	margin: 0 5px 15px 10px;
	padding: 10px;
}

.layout-twt .top-category-content {
	margin-bottom:10px;
	background: #ffffff url(top_category_bg.gif) repeat-x top;
	width: 400px;
	border: 2px solid #d3e6d3;
	margin-left: 8px;
	padding: 10px;
	overflow: hidden;
	padding: 10px;
}


.top-category-content h4.name {
	margin:0;
	background: url(top-category_bg2.gif) no-repeat 0 -3px;
	padding:0 0 4px 7px;
	border-bottom:1px solid #a8aeb2;
	color:#232323;
	font-weight:bold;
	line-height:1.2;
/*	_height:1px; */
	font-size:120% !important;
}

#top-category h4.name a {
	text-decoration:none;
}


#top-category .content {
	margin:0;
	padding:10px 10px 0 10px;
}


#top-category .asset-more-link {
	clear:both;
}

#top-category .asset-more-link a {
	font-size:75% !important;
	text-indent: -500px;
	height: 28px;
	width: 141px;
	display: block;
	margin:0 0 10px 10px;
	background: url(syosai_bt.gif) no-repeat 0 0;
}

#top-category .asset-more-link a:hover {
	background: url(syosai_bt_ov.gif) no-repeat 0 0;
}



/* ---------------------------------------------------------------------
Widget：[メイン]フリーエリア
--------------------------------------------------------------------- */
.free-content3 {
	margin: -20px 15px 20px 10px;
	padding:0;
}


.layout-twt .free-content3 {
	width: 430px;
	margin-bottom:20px;
	margin-right: 15px;
	padding:0;
}


/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:180px;
	margin:5px 0 15px;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:100% !important;
	font-size:95%;
	width:180px;
	border-bottom: 1px dotted #cfcfcf;
}

.widget-main-menu .menu-list-item {
	color: #FF0;
}

.widget-main-menu .menu-list-item a {
	text-decoration:none;
	display:block;
	width:145px;
	border-top:1px dotted #cfcfcf;
	padding:3px 10px 3px 25px;
	color:#003300;
	background:url(arrow.gif)  no-repeat 3px center;
}

.widget-main-menu .menu-list-item a:hover {
	text-decoration:none;
	color: #339933;
	background:url(arrow_over.gif) no-repeat 3px center;
}

.widget-main-menu .menu-list .menu-list a {
	width:133px;
	display:block;
	padding:3px 10px 3px 37px;
	color:#003300;
	background:#eafbe9 url(arrow2.gif) no-repeat 25px center;
}

.widget-main-menu .menu-list .menu-list a:hover {
	text-decoration:none;
	color: #339933;
	background:#eafbe9 url(arrow2.gif) no-repeat 25px center;
	
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget-side-search {
	width:180px;
	margin:5px 0 15px;	
	border-bottom:1px dotted #cfcfcf;
}


.widget-side-search .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px dotted #cfcfcf;
	background:#ffffff;
	width:178px;
	padding:0 3px;
	color:#303030;
}

.widget-side-search .widget-content {
	width:170px;
	padding:3px;
	font-size:90% !important;
	font-size:95%;
}

.widget-side-search .box {
	width:100px;
}

.widget-side-search .submit {
	background: url(search.gif) 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rss
--------------------------------------------------------------------- */
.rss {
	width:158px;
	margin:0 4px 15px;
}

.rss-content {
	background: url(rss.gif) 0 0 no-repeat;
	padding-left:20px;
}

.rss-content a {
	color: #eb6100;
	text-decoration: none;
}

.rss-content a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size: 95% !important;
	font-size: 90%;
	line-height:1.4;
	width:160px;
	margin: 10px 0 15px 4px;
	padding: 5px 5px 2px 5px;
	border: 1px solid #bab7b8;
	background: #ffffff url(side_freearea_bg.gif) repeat-x top;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content4 {
	width:160px;
	line-height:1.4;
	font-size: 95% !important;
	font-size: 90%;
	border: 1px solid #bab7b8;
	padding: 5px;
	background: #ffffff url(side_freearea_bg.gif) repeat-x top;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px;
	overflow: hidden;
}


/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget-calendar {
	width:180px;
	margin:5px 0 15px;
	border-bottom:1px dotted #cfcfcf;
}

.widget-calendar .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px dotted #cfcfcf;
	background:#ffffff;
	width:178px;
	padding:0 3px;
	color:#303030;
}

.widget-calendar .widget-content {
	width:170px;
	padding:3px;

}

.widget-calendar .widget-content table {
font-size: 95% !important;
	font-size: 90%;
	color:#303030;	
	text-align:center;
	margin:0 auto;
}

.widget-calendar .widget-content table td {
	font-size: 95% !important;
	font-size: 90%;
	padding:1px 3px;
	color:#303030;	
}

/* ---------------------------------------------------------------------
Widget：[サイド]ウェブページ一覧
--------------------------------------------------------------------- */
.widget-folders {
	width:180px;
	margin:5px 0 15px;	
	border-bottom:1px dotted #cfcfcf;
}

.widget-folders .widget-content {
	width:178px;
	padding:3px;
	background:#ffffff;
}

.widget-list {
	margin: 0;
	padding: 0;
}

.widget-list li {
	padding-left: 20px;
	list-style:none;
	background: url(arrow2.gif) no-repeat 10px center;
	_height: 1px;
}

.widget-list .widget-list {
	padding:0;
	margin:0;
}

.widget-list-item {
	margin:0;
	padding:0;
}



/* ---------------------------------------------------------------------
Widget：[フッター]フッターメニュー
--------------------------------------------------------------------- */
.widget-footer-menu {
	text-align:center;
	background:#f8f8f8;
	width:100%;
	border-top:8px solid #c9c9c9;
}

.widget-footer-menu ul {
	padding:2px 0;
}

.widget-footer-menu li {
	display: inline;
	padding: 0 7px;
}


/* ---------------------------------------------------------------------
Widget：[フッター]コピーライト
--------------------------------------------------------------------- */
#widget-copyright {
	color: #696969;
	width:100%;
}

#widget-copyright .copyright-content {
	text-align:center;
	padding:4px 10px 0;
	font-size: 85% !important;
	font-size: 80%;
}


/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */

.widget-main-menubar {
	width:540px;
	height: 125px;
	padding: 12px 0px 0px 10px;
	margin: -5px 0 15px 30px;
	border: 1px solid #85B1D1;
	background: url(../img/menubar-bg.gif) repeat-x;
}

/*
.widget-main-menubar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.menubar-content li {
	float: left;
	display: inline;
}
*/
.widget-main-menubar .menubar-content {
	font-size:100% !important;
	font-size:95%;
/*	border: 1px dotted #cfcfcf;*/
}

/*
.menubar-list {
	width:620px;
	float: left;
	margin-left: 20px;
}
*/
.menubar-list-item {
	position: relative;
	float: left;
	color: #0000FF;
	width:460px;
	height:40px;
/*	border: 1px dotted #cfcfcf;*/
	white-space: nowrap;
/*	background:url(../img/button_green.gif)  no-repeat ; *//*small*/
	background:url(../img/category-bar.gif)  no-repeat ;
	left: 35px;
}

.menubar-text {
	margin-top: 5px;
	margin-left: 5px;
	border: none;
	float: left;
	color: #C70067;
	width:410px;
	white-space: nowrap;
	vertical-align: bottom;
	text-decoration:none;
}
.menubar-text td {
	border: none;
	color: #C70067;
	white-space: nowrap;
	vertical-align: bottom;
	font-weight: bold;
}
.menubar-text .sub2 {
	position: absolute;
	width: 200px;
	top: 5px;
	left: 220px;
	font-weight: bold;
	color: #012EA3;
}

.menubar-info {
	margin: 5px 0px 0px 3px;
	float: left;
	width:18px;
	height:18px;
	background:url(../img/info_blue.gif)  no-repeat;
}
.widget-main-menubar .menubar-list-item a {
	text-decoration:none;
/*	display:block;*/
/*	width:145px;*/
/*	border-top:1px dotted #cfcfcf;*/
/*	border: 1px dotted #cfcfcf;*/
	padding:3px 10px 3px 25px;
	color:#003300;
}

.widget-main-menubar .menubar-list-item a:hover {
	text-decoration: underline;
	color: #339933;
}

.widget-main-menubar .menubar-list .menu-list a {
	width:133px;
	display:block;
	padding:3px 10px 3px 37px;
	color:#003300;
	background:#eafbe9 url(arrow2.gif) no-repeat 25px center;
}

.widget-main-menubar .menubar-list .menu-list a:hover {
	text-decoration:none;
	color: #339933;
	background:#eafbe9 url(arrow2.gif) no-repeat 25px center;
	
}
.base_table {
/*    width: 500px; */
/*    background: url(../img/back_blue.gif) repeat-x;*/
	width: 560px;
	padding: 5px 5px 0 5px;
	margin: 10px 0px 0px 5px;
/*	background: #ffffff url(http://fxtopics.com/script/mt-static/support/themes/iryou_b2/top_category_bg.gif) repeat-x top; */
/*      background: #ffffff url(../img/back_blue.gif) repeat-x top;
	border: 2px solid #d3e6d3;
*/
}
.base_data_table th,td {
    border: 1px solid #d3e6d3;
    border-collapse:collapse;
    empty-cells: show;
}
.base_data_table th {
    text-align: center;
/*    width: 100px; */
    height: 20px;
    verticla-align: middle;
    white-space: nowrap;
}
.base_data_table td {
    text-align: center;
/*    height: 24px; */
    verticla-align: middle:
}
.base_table_topics ul {
    list-style-type: none;
}
.base_table_topics li {
    width: 480px;
    margin-left: 20px;
    height: 30px;
    text-align: middle;
    font-weight: bold;
    padding: 4px 0px 0px 15px;
/*    background: url(../img/topics_blue.gif) no-repeat; */
    background: url(../img/chousho2.gif) no-repeat;
}
.base_data_table img {
    margin: 0px 0px 0px 0px;
}
.base_data_table {
    margin-left: 25px ;
/*    margin-bottom: 10px;*/
    border-collapse:collapse;
    empty-cells: show;
    width: 570px;
}
.base_data_table th {
    font-size: 9pt;
    font-weight: normal;
    background-color: #B4D7F9;
    white-space: nowrap;
}
.base_table_menubar {
/*
    color: blue;
    font-weight: bold;
    padding-left: 20px;
    background: url(../img/menubar_pink.gif) no-repeat;
    margin: 10px 0 10px 10px;
*/
}

.cat_gaiyo {
    width: 550px;
    height: 70px;
    padding: 32px 15px 0px 15px;
    margin: -10px 0px 8px 15px;
    background: url(../img/advice3.gif) 0px 0px no-repeat;
}

.aftoplink {
	text-indent: -800px;
	height: 36px;
	overflow: hidden;
/*	float: right;*/
}

.aftoplink a {
	font-size:75% !important;
	text-indent: -800px;
	height: 36px;
	width: 140px;
	display: block;
	margin:0px 0 0 420px;
	background: url(../img/koushiki.png) no-repeat 0 5px;
}
#manepa-nano {
	text-indent: -800px;
	height: 190px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
/*	float: right;*/
}

#manepa-nano a {
	font-size:75% !important;
	text-indent: -800px;
	height: 190px;
	width: 560px;
	display: block;
	background: url(../img/fxnano.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

em {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #012EA3;
}

strong {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #C70067;
}

#topics_title {
	margin: 0 0 0 0px;
	width: 495px;
	height: 25px;
	font-weight: bold;
	padding: 4px 0px 0px 15px;
/*
	background: url(http://www.fxtopics.com/top3/img/tabbar_green.gif) no-repeat;
*/
	background: url(../img/tabbar_white.gif) no-repeat;
}
.topics_content {
	margin: 0 0 0 0px;
	width: 540px;
        margin-top: -5px;
	padding: 15px;
/*	border: 1px solid #B3C91A;  */
	border: 1px solid #BDC1A3;
}
.menubar1 {
	margin-left: 30px;
	width: 495px;
	height: 25px;
	font-weight: bold;
	font-size: 110%;
	padding: 4px 0px 0px 10px;
	background: url(../img/tabbar_blue.gif) no-repeat;
}

.entry-asset-top3 {
	position: relative;
	width:590px;
	padding: 5px 5px 0px 5px;

/*	background: #ffffff url(http://fxtopics.com/script/mt-static/support/themes/iryou_b2/top_category_bg.gif) repeat-x top;
*/
	background: #ffffff url(../img/back_blue.gif) repeat-x top;
	border: 2px solid #d3e6d3;
	margin-bottom: 15px;
}
.asset-content {
	margin-bottom: -10px;
	padding: 0px;
}

.catlink {
	text-indent: -800px;
	height: 18px;
	overflow: hidden;
	margin: 8px auto 8px auto;
/*	float: right;*/
}

.catlink a {
	font-size:75% !important;
	text-indent: -800px;
	height: 18px;
	width: 100px;
	display: block;
	margin: 0px auto 0px auto;
	background: url(../img/syousai.gif) no-repeat 0 0;
}

.free-content-title {
	text-align: center;
	font-weight: bold;
	height: 25px;
	padding-top: 7px;
	background: url(../img/side-title.gif) no-repeat 5px 0;
}

.free-content4 {
	text-align: center !important;
}
.free-side-bar {
	text-align: center !important;
	width:165px;
	margin:-6px auto -6px auto;
	height:25px;
	background: url(../img/saideback1.gif) no-repeat;
	font-weight: bold;
	padding-top: 2px;
}

#welcome_message .content {
	width: 560px; 
	line-height: 20px;
/*	background: url(http://fxtopics.com/top3/img/underline.gif) repeat; */
	background-position: 5px 93px;
}
.goodjob {
	width: 100%;
	height: 100%;
	background-color: #FFF0F0;
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #012EA3;
}
.side_top1 {
	width: 170px;
	text-align: center;
	margin: 5px 0 -6px 5px;
	font-weight: bold;
	background: url(../img/titlebar_pink.gif) no-repeat ;
}
.kuwashiku {
	position:absolute;
	text-indent: -800px;
	height: 40px;
	overflow: hidden;
	bottom: 15px;
	left: 35px;
/*	float: right;*/
}

.kuwashiku a {
	font-size:75% !important;
	text-indent: -800px;
	height: 40px;
	width: 200px;
	display: block;
	background: url(../img/kuwashiku.gif) no-repeat 0 0;
}

.campaign {
	width: 599px;
	height: 40px;
	background: url(../img/campaign2.gif) no-repeat 0 0;
	margin: 10px 0 0 5px;
	padding: 30px 0 0 20px;
	font-size: 105%;
}
.afdescr {
	padding-top: 5px;
	font-size: 105%;
	font-weight: bold;
	color: #ff0000;
}
/*******************/
/* タブ表示CSS     */
/*******************/
.tabbed-pane {
      	float:left;
     	width: 550px;
      text-align:left;
}

.tabbed-container {
      margin-top: 0px;
      text-align:left;
      	float:left;
     	width: 540px;
  	font-size:93%;
	border:1px solid #85B1D1;
	line-height:normal;
      padding: 8px;
}

.tabbed-pane ol {
	list-style-type: none;
      margin-bottom: 0px;
}


#tabIndex li {
      text-align:center;
      font-weight:bold;
      float:left;
	width: 82px;
	height: 25px;
	padding-top: 3px;
	margin-bottom: -3px;
      text-decoration:none;
      display:block;
	background: url(tab-blue.gif) no-repeat 0 0;
}

#tabIndex {
	width: 600px;
}

/*
#tabIndex li, #menuIndex li {
color: red;
	float:left;
	margin-right: 10px;
	padding: 0.5em;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}
*/
/*
#tabIndex .close, #menuIndex .close {
  background-color: #FFCF00;
  text-decoration: underline;
  color:#0000FF;
}
#tabIndex .open, #menuIndex .open {
  background-color: #FFE3A5;
  text-decoration: none;
}
*/
/*
#tabBoxIndex {
	border:1px solid #85B1D1;
	width: 550px;
	height: 240px;
}
*/
.tabcaption {
	width: 300px;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
}

.swaptable_corp {
	width: 180px;
	text-align: center;
}
.swaptable_price {
	width: 50px;
	font-size: 120%;
	text-align: center;
}
.swaptable_img {
	width: 260px;
}

.tabBox {
	position: relative;
}
.tabbar {
	background: url(../img/prbar.gif) no-repeat 0 0;
}
.tabbold {
	font-weight: bold;
	background-color: #FFEEEE;

}
.tabTable {
	margin: 0 0 10px 10px;
	border-collapse: collapse;
	border: none;
	vertical-align: middle;
}
.tabTable td {
	border-collapse: collapse;
	border: none;
	vertical-align: middle;
}
.tabTable th {
	border-collapse: collapse;
	border: none;
	vertical-align: middle;
}
.tabTable tr {
	border-collapse: collapse;
	border: none;
	vertical-align: middle;
	height: 23px;
}

