@charset "UTF-8";

/*
	Theme Name: fxcafe_jp
	Description:  fxcafe_jp
	Theme URI: http://www.fxcafe.jp/
	Author: Zero-Project Inc.
	Author URI: http://www.fxcafe.jp/
	Version: 1.0

*/

/****************************************

          General Setting

*****************************************/

html, body, p {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #E9EAEA;
	background: #E9EAEA url(images/header/main_bg.jpg) no-repeat center top;
    color: #333;
	font-size: 14px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif,
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka;
    line-height: 160%;
}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
img { border: none; }

#sidebar .widget,
#main div.masonry .post,
.main{
	background: #fff;
	-webkit-box-shadow:  1px 1px 0px rgba(80, 80, 80, 0.4);
	-moz-box-shadow:  1px 1px 0px rgba(80, 80, 80, 0.4);
	box-shadow:  1px 1px 0px rgba(80, 80, 80, 0.4);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.center,
li.center{
	text-align:center;
}


img.btn{
/*	border: 1px solid #fff; */
}

a:hover img.btn{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
/*	border: 1px dotted #999; */
}

/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1{
	margin: 0;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}

.ticker {
	width:595px;
	height:30px;
	overflow: hidden;
	margin:0 0 0 85px;
	background: #fff;
	border-top: 1px solid;
	border-left: 1px solid;
}
.ticker li {
	height: 30px;
	padding: 5px;
	margin: 0px 4px;
	font-size:12px;
}

/****************************************

          Link

*****************************************/

a {
	border: none;
	color: #000;
	text-decoration: none;
}


a:hover {
/*	border-bottom: 1px solid #ccaa00; */
	color: #214681;
}
.menu a:hover {
	border: none;
}

div#postBlock a:hover {
	/*color:#214681;
*/
}


/****************************************

          Layout

*****************************************/
body.home #postBlock .post{
	width: 216px;
	float: left;
	margin-right: 17px;
}

#container {
	margin: 0 auto;
	width: 1000px;
}
.wrapper {
	margin:0;
	padding:0 0 20px 0;
}

#headerbg{
	width:100%;
	background:url(images/header/header_bg.png) repeat-x;
	padding-top:17px;
}

#header{
	width: 1000px;
	height: 253px;
	margin: 0 auto;
	text-align: center;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}

#main-outer{
	width:700px;
	float:right;
	margin-right:20px
}

#main {
	width: 700px;
	background: #fff;
}
body.home #main{
	background: none;
}

#main #mainHeader{
	position: relative;
	top: -1px;
	left: -2px;
}

#main h2{
	font-size:22px;
	color:#000;
	font-weight:bold;
	margin:0.8em 0 0.5em 0;

}
body.home #main h2{
	font-size:18px;
}


#sidebar {
	float: left;
	width: 234px;
	margin: 0 22px;
	position: relative;
	z-index: 1;
}

#main,
#sidebar{
	margin-bottom: 20px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid transparent; */
}

#inner{
	margin:0 auto;
	width: 664px;
	background: #fff;
}

#postBlock{
	/*position: relative;
	position: relative;
*/
	min-height: 990px;
	margin:0 auto;
}


#topic_area{
	background: url(images/label_topics.png) no-repeat 0% 25%;
	padding-bottom:15px;
}


#main  dl.post{
	display:block;
	margin: 12px 0 6px 0;
	padding:0;
}

#main dl dt{
	width:130px;
	float:left;
}
#main dl dt,
#main dl dd{
	border-bottom: 1px dotted #ccc;
	display: block;
}
#main h2.widgettitle{
	display:none;
}

div.sns_buttons{
	float: right;
	width: 280px;
	margin-top: 30px;
}


div.sns_buttons .sb_twitter{
	float: left;
	margin-right: 5px;
}

div.sns_buttons .sb_facebook{
	float: left;
	margin-right: 5px;
}
div.sns_buttons .sb_plusone{
}


/****************************************

          display

*****************************************/
body.search #topic_area{
	display: none;
}

body.home #searchResult{
	display: none;
}

body.error404 #topic_area,
body.error404 #searchResult{
	display:none;
}
body.error404 #inner{
}

body.page-id-43 .post-date,
body.page-id-43 .sns_buttons,
body.page-id-45 .post-date,
body.page-id-45 .sns_buttons,
body.page-id-46 .post-date,
body.page-id-46 .sns_buttons,
body.page-id-47 .post-date,
body.page-id-47 .sns_buttons{
	display: none;
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}


#logo{
	position: relative;
	z-index: 1;
	top: 70px;
}


#searchform{
	position: relative;
	padding: 8px 0 8px 8px;
}
	#s{
		padding: 6px 7% 8px 4%;
		width: 75%;
		font-size: 12px;
	}
	#searchsubmit{
		position: absolute;
		top: 6px;
		right: 0;
		width: 30px;
		height: 27px;
		border: none;
		background: url(images/btn_search.png) no-repeat 50% 50%;
	}


/****************************************

          Navigation

*****************************************/

#header .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
}
	#header div.menu > ul,
	#header ul.menu{
		border-left: 1px solid #ddd;
	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
		float: left;
	}

	#header .menu li{
		position: relative;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
		#header .menu li a{
			display: block;
			padding: .5em 1em;
			border-bottom: none;
		}
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item{
			border-bottom: 1px solid #fff;
		}

		#header ul.sub-menu,
		#header ul.children{
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			width: 150px;
			border: 1px solid #ddd;
			background: #eee;
		}
			#header .sub-menu li,
			#header .children li{
				position: relative;
				border: none;
			}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:150px;
			}
				#header .menu li:hover > ul{
					display: block;
				}


/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 17px;
	border-bottom: 1px solid transparent;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta .post-date,
.post-meta .category{
	color:#9D1B19;
	font-size:14px;
}
body.home .post-date{
	padding-left: 1.5em;
	font-size:10px;
}


.post-content{
	display:block;
	padding: 10px 0 15px 30px;
	font-size:12px;
}

.post-content-all{
	font-size:12px;
	padding:10px;
}

.post-content-all a{
	color:#214681;
}
.post-content-all a:hover{
	text-decoration:underline;
}

.post-content-all p{
	margin-bottom:1.4em;
}

.post-description{
	padding: 0 10px;
}

.post-description span.thumb{
	display:block;
	width:195px;
	text-align:center;
	margin-bottom:0.8em;
}

.post-description p{
	font-size:12px;
	line-height: 160%;
}

.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}
.post-meta .more-link{
	margin-bottom:9px;
}


.navigation_dummy{
	height: 50px;
}
.navigation{
/*	width: 600px;
	position: absolute;
*/
	bottom: 0;
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #eee;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}

#postBlock .post-meta{
	background: none;
}
body.home #postBlock .post-meta{
	margin:0;
	background: url(images/icon_start.png) no-repeat 3px 3px ;
}

hr.postSpalate{
	background: url(images/hr_sepalate02.png) repeat-x;
	height: 3px;
	margin: 0 6px 1em;
	border: 0;
	clear: both;
}

a.more-link{
}

#bannerWide{
	width: 468px;
	margin: 0 auto;
}

div.error404 #postBlock span{
	font-size:1.5em;
	font-weight: bold;
	position: relative;
	top: 60px;
}

/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Category

*****************************************/
#categoryTitle{
	height:92px;
	width:100%;
	border-bottom:2px solid #474747; 
	background-repeat:no-repeat;
	background-position:0 50%;
}
body.category-calendar #categoryTitle{
		background-image:url(images/category/ttl_calendar.png);
	}
	body.category-event #categoryTitle{
		background-image:url(images/category/ttl_schedule.png);
	}
	body.category-market_record #categoryTitle{
		background-image:url(images/category/ttl_m_record.png);
	}
	body.category-market_data #categoryTitle{
		background-image:url(images/category/ttl_m_data.png);
	}
	body.category-policy #categoryTitle{
		background-image:url(images/category/ttl_f_policy.png);
	}
	body.category-favorite #categoryTitle{
		background-image:url(images/category/ttl_favorite.png);
	}
	body.category-premonition #categoryTitle{
		background-image:url(images/category/ttl_premonition.png);
	}
	body.category-preservation_version #categoryTitle{
		background-image:url(images/category/ttl_archival.png);
	}
	body.category-others #categoryTitle{
		background-image:url(images/category/ttl_others.png);
	}

#categoryTitle p{
	margin-left: 32px;
	font-size:22px;
	font-weight: bold;
	padding-top:40px;
}

/****************************************

          SearchResult

*****************************************/
#searchResult{
	font-size: 20px;
}

body.search-no-results div.post{
	margin-left:20px;
	padding-top:23px;
}

/****************************************

          Sidebar

*****************************************/

#sidebar h2{
	line-height: 1.4em;
	margin: 0;
	padding: 4px 0 0;
	height: 25px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	
}

#sidebar #collapsarch-2 h2.widgettitle{
	background:url(images/nav/nav_ttl_monthry.gif) no-repeat center 4px;
}

#sidebar #recent-posts-2 h2.widgettitle{
	background:url(images/nav/nav_ttl_recent.gif) no-repeat center 4px;
}

#sidebar #search-2 h2.widgettitle{
	background:url(images/nav/nav_ttl_search.gif) no-repeat center 4px;
}

#sidebar #text-2 h2.widgettitle{
	background:url(images/nav/nav_ttl_auther.gif) no-repeat center 4px;
}

#sidebar #text-7 h2.widgettitle{
	background:url(images/nav/nav_ttl_related.gif) no-repeat center 4px;
}
#sidebar #text-7 {
	text-align: center;
}

.widget{
	margin-bottom: 20px;
}

#sidebar .widget ul{
	padding:8px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}
ul#menu-category-menu li a{
	display: block;
	width: 167px;
	background: url(images/navi/navi_anchor.png) no-repeat 100%;
}

ul#menu-side-menu li a{
	display: block;
	background: url(images/nav/nav_anchor.png) no-repeat 100%;
	width: 95%;
}

div.menu-side-menu-container ul.menu li{
	margin:6px 0;
	cursor: pointer;
	text-decoration:none;
	padding: 1px 9px 0px 3px;

}

#sidebar .widget_recent_entries ul{
	list-style-type: disc;
}

#sidebar .widget_recent_entries ul li{
	line-height:1.8em;
	margin-bottom: 2px;
	border-bottom:1px solid #ccc;
	list-style:none;
}
#sidebar .widget_recent_entries ul li:last-child{
	border:none;
}

#sidebar div.textwidget{
	padding: 8px;
}

#sidebar div.textwidget p{
	font-size:12px;
}

#sidebar div#text-3,
#sidebar div#text-5{
	text-align: center;
	border: none;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;

}
#sidebar div#recent-posts-2{
	font-size:12px;
}


#sidebar .banner{
	margin: 0 0 15px 0;
}

#sidebar div#text-3 h2.widgettitle,
#sidebar div#text-5 h2.widgettitle,
#main-outer div#bannerWide h2.widgettitle{
	display:none;
}

/****************************************

          Footer

*****************************************/

#footer {
	border-top: 5px solid #000;
	color:#666;
	clear: both;
	text-align: center;
}
#footer #footerBase{
	width:640px;
	margin:0 auto;
}

#footer a{
	font-size: 0.9em;
}
#copyright{
	font-size: 80%;
}


#footer ul{
	text-align:center;
	padding:10px 0;
}
#footer ul li{
	display: inline;
	padding: 0 12px;
	border-right: 1px solid;
}
#footer ul li#menu-item-5249{
	background: none;
	border: none;
}
#footer #qrCode{
	float:right;
	top:10px;
	position:relative;
}

#pageTop{
	min-width: 300px;
	max-width: 900px;
	height: 26px;
	text-align: right;
	margin: 0 auto;
}

/****************************************

          Page

*****************************************/
div#postBlock table{
	border: 1px solid #a3a3a3;
	border-collapse: collapse;
	
}
div#postBlock table td,
div#postBlock table th{
	border: 1px solid #a3a3a3;
	padding: 2px;
}

div#postBlock table.tblOption,
div#postBlock table.tblOption th,
div#postBlock table.tblOption td{
	border: none;
	border-collapse: separate;
}

div#postBlock table.tblOption td{
	background: #f3f3f3;
}

div#postBlock table.tblOption2,
div#postBlock table.tblOption2 th,
div#postBlock table.tblOption2 td{
	padding: 4px;
	text-align: center;
	border: none;
}

div#postBlock table tr:first-child{
	background: #f3f3f3;
}

div#postBlock table.tblOption tr:first-child{
	background: #dadada;
}

hr.sepalate1{
	border: 0;
	height: 5px;
	margin: 5 0px;
	background: url(images/hr_sepalate01.gif) ;
}

hr.sepalate3{
	border: 0;
	height: 6px;
	margin: 5 0px;
	background: url(images/hr_sepalate03.gif) ;
}
hr.sepalate4{
	border: 0;
	height: 5px;
	margin: 5 0px;
	background: url(images/hr_sepalate04.gif) ;
}

div#main dl.sitemaps {
}
div#main dl.sitemaps dt,
div#main dl.sitemaps dd{
	width: 100%;
	float: none;
}
div#main dl.sitemaps dt{
	margin-top: 20px;
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #6c3716;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(155,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(155,105,180,1);
	box-shadow:  0 0 3px rgba(155,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #333;
		background: #ccc;

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}




/* Links */
#link_c-bank{
	overflow:hidden;
}

.c-bankBlock{
	float:left;
	width:320px;
	margin-bottom:18px;
}

.page-id-5163 ul{
	overflow:hidden;
}
.page-id-5163 div.post-content-all li{
	margin-left: 1.3em;
	list-style: disc;
}

#link_media li{
    width: 144px;
	float:left;
}
#link_r-authorities li{
	float:left;
	width: 200px;
}
#link_search li{
	float:left;
	width: 200px;
}
#link_expert li{
	float:left;
	width: 300px;
}
#link_expert li span{
	font-size:0.8em;
}
#link_accessible li{
	float:left;
	width: 199px;
}
.page-id-5163 h3{
    color: #fff;
    background: #000;
    padding: 2px 10px;
    font-family: Times;
    font-size: 18px;
}
