/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}



/* 大きな枠 ------------------------------------------------------------------ */

#fx_all {
	width: 800px;
	margin: 0 auto;
}

#fx_header {
	width: 800px;
	height: 150px;
	background: url(images/top_logo.png) left top no-repeat;
	margin-bottom: 15px;
	position: relative;
}

#fx_main {
    float: right;
	width: 580px;
	background: url(images/c_chubu.png) left repeat-y;
}

#fx_side {
	width: 200px;
}

#fx_footer {
	clear: both;
	width: 800px;
}

/* ヘッダー ------------------------------------------------------------------ */

#fx_header #header-name a {
	display: block;
	width: 800px;
	height: 0px;
	padding-top: 150px;
	overflow: hidden;
	background: url(images/top_logo.png) left top no-repeat;
	margin-bottom: 15px;
}

#fx_header #header-description {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 0px;
}

/* サイド ------------------------------------------------------------------ */

#fx_side .side {
	clear: left;
	width: 200px;
	margin-bottom: 15px;
	font-size: 0.80em;
}

/* clearfix */
#fx_side .side:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#fx_side .side {
	display: inline-table;
	min-height: 1%;
}
/* clearfix end */


#fx_side .side h3 a {
	display: block;
	width: 200px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
}

#fx_side .side#category h3,
#fx_side .side#archive h3,
#fx_side .side#link h3,
#fx_side .side#recent h3,
#fx_side .side#search h3 {
	width: 200px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	margin-bottom: 10px;
}

#fx_side #rss h3 a { background: url(images/s_rss.png) left top no-repeat; }
#fx_side #about h3 a { background: url(images/s_about.png) left top no-repeat; }
#fx_side #calender h3 a { background: url(images/s_calender.png) left top no-repeat; }

#fx_side #category h3 { background: url(images/s_category.png) left top no-repeat; }
#fx_side #archive h3 { background: url(images/s_archive.png) left top no-repeat; }
#fx_side #link h3 { background: url(images/s_link.png) left top no-repeat; }
#fx_side #recent h3 { background: url(images/s_recent.png) left top no-repeat; }
#fx_side #search h3 { background: url(images/s_search.png) left top no-repeat; }



#fx_side .side#category ul,
#fx_side .side#link ul,
#fx_side .side#recent ul {
	list-style-type: disc;
	margin-left:  24px;
	padding-left: 0em;
}
#fx_side .side#category ul li,
#fx_side .side#link ul li,
#fx_side .side#recent ul li {
	margin-bottom: 0.2em;
}
#fx_side .side#category ul li a:hover,
#fx_side .side#link ul li a:hover,
#fx_side .side#recent ul li a:hover {
	text-decoration: underline;
}


#fx_side #adsense_side {
	padding-left: 9px;
}

#fx_side #banner {
	padding-left: 9px;
	padding-right: 3px;
}

#fx_side #rank {
	padding-left: 16px;
	padding-right: 3px;
}
#fx_side #banner ul li,
#fx_side #rank ul li {
	display: block;
	float: left;
}

#fx_side #banner img {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}

#fx_side #rank img {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}

#fx_side #archive select {
	width: 150px;
	margin-left: 24px;
}

#fx_side #access img {
	margin-left: 24px;
}

/* 暦 ------------------------------------------------------------------ */

table.koyomi {
	width: 168px;
	margin-left: 20px;
	border-collapse: collapse; /* 枠線を重ねる */
	border: 1px solid #CCCCCC;
}

h4.koyomi_month {
	margin: 15px auto 5px;
	text-align: center;
	font-weight: bold;
	color: #999999;
}

table.koyomi th {
	font-weight: bold;
	color: #999999;
	padding: 2px 0px;
}
table.koyomi tr th,
table.koyomi tr td {
	border: 1px solid #CCCCCC;
	text-align: center;
}

table.koyomi tr td {
	width:23px;
	background: #F6F6F6;
}
table.koyomi tr td a {
	color: #FFFFFF;
	display: block;
	width: 23px;
	padding: 2px 0px;
	background: #0052DB;
}
table.koyomi tr td a:hover {
	background: #FF6600;
	color: #000000;
}
table.koyomi tr td a:visited { background: #339900; }

#all_koyomi table {
	font-size: 0.80em;
	float: left;
	height: 145px;
	overflow: visible;
}


/* 記事 ------------------------------------------------------------------ */


.entry-asset {
	width: 580px;
	background: url(images/fx_chubu.png) left top repeat-y;
	font-size: 0.80em;
	margin-bottom: 20px;
	
}

.asset-header {
	width: 580px;
	background: url(images/fx_jobu.png) left top no-repeat;
	margin-bottom: 20px;
}


.asset-header h1,
.asset-header h2 {
	width: 580px;
	padding-bottom: 16px;
	background: url(images/fx_title.png) left bottom no-repeat;
	line-height: 1.4em;
}

.asset-header h1 span,
.asset-header h2 a {
	display: block;
	width: 530px;
	padding: 8px 10px 0px 40px;
	font-weight: bold;
}

.asset-header h1 span {	color: #737373; }
.asset-header h2 a { color: #0066FF }
.asset-header h2 a:hover { color: #0066FF; text-decoration: underline;}
.asset-header h2 a:visited { font-weight: normal; }

.asset-body {
	margin: 10px;
}

.asset-more-onoff,
.asset-more-off {
	margin: 20px 10px;
}

.asset-more-onoff a {
	display: block;
	width: 200px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	margin: 0px auto;
	background: url(http://fx-chart.kensui.com/images/fx_more.png) left top no-repeat;
}

.asset-more-off a {
	display: block;
	width: 200px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	margin: 0px auto;
	background: url(http://fx-chart.kensui.com/images/fx_more2.png) left top no-repeat;
}

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

#top .asset-more {
	display: none;
}

.asset-footer {
	width: 580px;
	background: url(images/fx_kabu.png) left bottom no-repeat;
}

#adsense_entry {
	margin: 0 auto;
	padding: 10px 0;
	width: 468px;
	height: 60px;
}

/* 記事 ------------------------------------------------------------------ */

.chart {
	width: 560px;
	margin-bottom: 15px;
}
.chart img {
	display: block;
	margin: 0px auto;
}

.chara {
	margin: 0px 40px 15px 40px;
	line-height: 1.6em;
}
.chara a:hover {
	text-decoration: underline;
}


.asset-body .edata {
	width: 560px;
	margin-bottom: 15px;
}
.asset-body .edata table {
	margin: 0px auto;
	color: #666666;
	/* width: 389px; */
}
.edata table.ee td {
	padding: 3px 4px;
	border: 1px #DDDDDD solid;
	border-color: #ffffff #b0bcff #b0bcff #ffffff;
	background-color: #e8ebff;
	text-align: right;
	vertical-align: top;
}

/* 記事の続き ------------------------------------------------------------------ */

.asset-content p {
	padding-left: 12px;
	background: url(http://fx-chart.kensui.com/images/head1.gif) left 0.2em no-repeat;
 	margin-bottom: 0.0em;
	line-height: 1.4em;
	color: #666666;
	margin-bottom: 0.3em;
}

.asset-content p.gr {
	background: url(http://fx-chart.kensui.com/images/head2.gif) left 0.2em no-repeat;
}

.asset-content p span {
	display: block;
	padding-left: 12px;
	background: url(http://fx-chart.kensui.com/images/head.gif) left 0.2em no-repeat;
}


.asset-meta {
	text-align: right;
	padding: 0px 20px 15px 20px;
	color: #8E8E8E;
}

.asset-meta a { margin-left: 8px; }
.asset-meta a.meta_category { background:url(images/fx_category.png) left center no-repeat; padding-left: 51px;}
.asset-meta a.meta_comment { background:url(images/fx_comments.png) left center no-repeat; padding-left: 45px; }
.asset-meta a.meta_trackback { background:url(images/fx_trackbacks.png) left center no-repeat; padding-left: 62px; }


/* 前後の記事へ ------------------------------------------------------------------ */

.pre,
.next {
	width: 778px;
	padding: 2px 0px 2px 22px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 0.80em;
}

.pre a:hover,
.next a:hover { text-decoration: underline; }

.pre { background: url(images/article-left.gif) left 0.1em no-repeat; }
.next { background: url(images/article-right.gif) left 0.1em no-repeat; }

/* アーカイブ  ------------------------------------------------------------------ */


h1#page-title.archive-title {
	font-size: 0.80em;
	color: #339900;
	text-align: center;
	margin-bottom: 10px;
}

h1#page-title.archive-title em {
	font-style: normal;
	font-weight: bold;
}


/* コメント  ------------------------------------------------------------------ */

.trackbacks,
.comments {
	font-size: 0.80em;
	color: #666666;
}
