/*
Theme Name: FX計算くん Theme
Theme URI: http://www.www.www/
Description: ＦＸ計算くん sample theme.
*/

/*body*/
body {
 font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Meiryo;
 font-size: 12px;
 color: #333333;
 background-image: url(./img/bg/body_bg.gif);
 background-repeat:repeat;
 background-color: #FFFFFF;
 text-align: center;
}

/* コンテナ */
div#container{
 width: 860px;
 padding-top: 5px;
 background-image: url(./img/bg/tet_wrapper_bg.gif);
 background-repeat: repeat-y;
 margin: auto;
 text-align: center;
 background-color: #FFCC00;
}

/* ヘッダー */
div#header{
 width:800px; 
 height:100px;
 margin: 0px auto;
 text-align: center;
 background-image: url(header.gif);
 background-repeat: no-repeat;
}

div#header h1{
 font-size:0.8em;
 text-align:center;  
}

div#header h1 a{
 text-decoration: none;
 color: #2b76cc;
}

div#header p{
font-size: 0.7em;
margin:38px 120px 0 230px;
}

div#white_wrapper{
 width: 820px;
 background: #FFFFFF;
 margin: 0px auto;
 padding: 10px 0px 50px 0px;
 text-align: center;
}

#topnav {
 width: 820px;
 height: 25px;
 position: relative;
 margin: 0px auto;
 padding: 0px;
}

#topnav ul {
 list-style: none;
 padding: 0px;
}

#topnav li{
 display: inline;
 float: left;
 margin-right: 5px;
 padding: 0px;
}

#topnav a:hover img{
 -ms-filter:"alpha(opacity=85)";
 filter:alpha(opacity=85);
 opacity:0.85;
}

#nav_home {
 position: absolute;
 left: 0px;
 top: 0px;
 }


#nav_fxcompany{
 position: absolute;
 left: 74px;
 top: 0px;
 }

#nav_catpostlist {
 position: absolute;
 left: 196px;
 top: 0px;
 }

#nav_answer{
 position: absolute;
 left: 318px;
 top: 0px;
 }

#nav_indicator{
 position: absolute;
 left: 440px;
 top: 0px;
}

<!--
#nav_beginner {
 position: absolute;
 left: 440px;
 top: 0px;
}

#nav_katuyou {
 position: absolute;
 left: 562px;
 top: 0px;
 }
-->

/* コンテンツ */
div#content{
 width: 590px;
 float: left;
 padding-left: 15px;
 margin-top: -20px;
 margin-bottom: 20px;
 text-align: left;
}

div#content a{
 text-decoration: none;
 color: #2b76cc;
}

div#content a:hover{
 color: #ff9900;
}

div.top_content_cal{
 text-align: center;
 margin: 0px auto 20px auto;
 padding: 0px;
 border: solid #ffcc00 2px;
}

div.top_content_cal h4{
 margin-top: 1px;
 padding: 0px;
}

div.top_content_cal form{
 margin: 20px auto;
}

div.top_content_text{
 margin-bottom: 20px;
}

div.top_content_text h2{
 margin: 0px 0px 10px 0px;  
 padding: 0px;	
}

div.top_content_text h4 {
 margin: 0px auto;
 padding: 0px;
}

div.top_content_text p {
 margin: 0px 0px 0px 40px;  
 line-height: 1.5em;

}

div.top_content_text ul{
 margin: 0px 0px 0px 20px; 
 padding: 0px; 
}

div.top_content_text li {
 margin: 0px 0px 0px 30px; 
 line-height: 1.5em;
}

div.top_content_text .home_h3{
 margin: 0px 0px 0px 30px; 
 padding: 0px; 
}

.cal_text{
 margin: 0px auto 10px auto;
 text-align: center;
}

div#latest_post{
 margin-top:10px;
}

.pagelink{
 text-align:right;
}

p#pagetitle{
 font-size:0.875em;
 font-weight:bold;
 color:#FF9900;
 border:dotted 1px #FF3300;
 text-align:center;
 padding:10px 0;
 margin-top:20px;
}

/* 記事 */
div.post{
 border: solid 1px #E1E1E1;
 padding: 20px;
 margin: 0px 0px 20px 0px;
}

div.post p{
 font-size: 12px;
 }

div.post h2{
 background-image: url(./img/index/post_marker2.jpg);
 height: 40px;
 background-repeat: no-repeat;
 font-size: 1.5em;
 border-top: solid 3px #ff9900;
 padding: 5px 0px 0px 50px;
 margin: 0px 0px 10px 0px;
}

p.postinfo{
 color: #2b76cc;
 text-align: right;
 margin: 20px 0 0;
 clear: both;
}

p.postinfo a{
color: #2b76cc;
}

/* ページバー */
div.pagebar{
margin-bottom:40px;
}

/* ________________________________________________________ コメント */

#comments{
 font-size: 12px;
}

#postcomment{
 font-size: 1.5em;
 background-color: #E6EDFF;
 padding: 3px 0px 3px 15px;
 margin-top: 30px;
}

div#com{
 border:solid 1px #E1E1E1;
 padding: 0 20px;
 margin-top: 30px;
 text-align: left;
}

textarea{
 width:400px;
}

div#com p{
 font-size: 1em;
}

div.compost{
 border-bottom: dotted 2px #CCCCCC;
}

p.cominfo{
 text-align: right;
}

div#com a{
 color: #2b76cc;
}

p#comfeed{
 display: inline;
 position: relative;
 top: -30px;
 left: 100px;
 padding-right: 4px;
}

p#comfeed img{
 vertical-align:-15%; 
}

/*トラックバック*/
p#trurl{
 margin: 0px 15px 30px 15px;
}

#track{
 border:solid 1px #E1E1E1;
 padding: 0 20px;
 margin: 20px 0px;
}

#track h3{
 font-size: 1.5em;
 background-color: #E6EDFF;
 padding: 3px 0px 3px 15px;
 margin-top: 20px;
}

#track p{
 font-size:1em; 
}

#track a{
 color:#2b76cc;
}

/* サイドバー */
div#sidebar{
 width:180px; 
 float:right;
 margin:13px 15px 0 0;
 text-align:left;
 }

div#sidebar h3{
 font-size: 0.8em;
 margin: 0px;
 padding: 0px;
}

div#sidebar a{
 color: #2b76cc;
 text-decoration: none;
}

div#sidebar a:hover{
 color: #cccccc;
}

div#sidebar ul{
 margin: 8px 5px;
 text-align: left;

 padding: 0px;
}

div#sidebar .side_cont li{
 font-size: 1em;
 list-style-type: none;
 margin-bottom: 0.5em;
 padding-left: 16px;
 background-image: url(./img/index/side_marker.gif);
 background-repeat: no-repeat;
 text-align:left;
}

/* 検索フォーム */
#sidebar form p{
 text-align:center;
}

input#s{
 width:140px;
}

.search_btn{
 text-align:right;
 margin-right:10px;
}

/* フィード */
p.feed{
 font-size: 0.75em;
 font-family: Verdana, Helvetica, sans-serif;
 padding: 5px;
 margin: 25px 0;
}

p.feed a{
 color: #444444;
 text-decoration:none;
}

p.feed img{
 vertical-align:middle;
 margin-right:8px;
}

/* タグクラウド */
p#tagcloud{
 margin-top: 10px;
 line-height: 1.2;
 text-align:center;
}

/* フッター */
div#footer{
 border-top: solid 3px #FF9900;
 clear: both;
}

address{
 font-size: 0.75em;
 font-style: normal;
 font-family: Verdana, sans-serif;
 padding-top: 6px;
}

address a{
 color: #000000;
}

/* 投稿ページ */
div.post dt{
 font-size: 1.1em;
 font-weight: bold;
 margin: 1em 0px 0.5em 2em;
}

div.post dd{
 margin-left: 4em;
 line-height: 1.8em;
}

div.post p{
 line-height: 1.5em; 
}

/*______________________________________________________________ leverage */

._mt15 {
 margin-top: -15px;
}

.exam_img {
 margin-top: 1.2em;
 margin-bottom: 0.5em;
}

/*______________________________________________________________ start */
.start_table table {
 color: #333333;
 border-top: 2px solid #999999;
 border-left: 2px solid #999999;
 border-collapse: collapse;
 font-size: 12px;
 line-height: 1.3em;
 background-color: #ffffff;
 margin: 0px auto 15px auto;
}

.start_table td {
 border-bottom: 2px solid #999999;
 border-right: 2px solid #999999;
 padding: 5px;
 text-align: left;
}

.start_table th {
 border-bottom: 2px solid #999999;
 border-right: 2px solid #999999;
 font-weight: bold;
 font-size: 13px;
 color: #333333;
 background-color: #CCFFFF;
 padding: 3px;
 text-align: center;
}

caption {
 font-size: 1.2em;
 font-weight: bold;
 color: #666666;
 padding-top: 2em;
 padding-bottom: 10px;
}

.yougo_center {
 margin-left: 60px;
 padding-top: 10px;
 padding-bottom: 10px;
}

.migi {
 float: right;
 margin-right: 1em;
}

.kome {
 font-size: 10px;
 font-weight: normal;
}

/*______________________________________________________________ fxcompany*/
div#pickup_area{
 margin-bottom:10px;
}

div#pickup_area #fxcompany_h3 {
 margin-top: -5px;
 margin-bottom: 5px;
 padding: 0px;
}

div#pickup_area .left_img img{
 float: left;
 width: 125px;
 display: block;
 padding: 0px;
 vertical-align: middle;
}

div#pickup_area table{
 border:none;
 margin: 5px;
 padding: 0px;
}

div#pickup_area td{
 border: none;
}

div#pickup_area .te_text {
 vertical-align:top;
}

div#pickup_area dl{
 margin-left: 10px;
}	

div#pickup_area dt{
 font-size: 18px;
 text-align: center;
 padding:0px;
 margin:0px 0px 8px 0px;
}	

div#pickup_area dd{
 margin: 0px;
 padding: 0px;
}

div#pickup_area .btn{
 text-align: right;
}	

*html
div#fxcompany_content h2{
 font-size: 18px;
 color: #ffffff;
 font-weight: bold;
 padding: 25px 0px 0px 110px;
 margin: 0px 0px 10px 0px;
 border: none;
 background: url(./img/fxcompany/fxcompany_ranking.jpg) no-repeat;
 width: 540px;
 height: 70px;
}

div#fxcompany_content h2{
 font-size: 18px;
 color: #ffffff;
 font-weight: bold;
 padding: 25px 0px 0px 110px;
 margin: 0px 0px 10px 0px;
 border: none;
 background: url(./img/fxcompany/fxcompany_ranking.jpg) no-repeat;
 width: 540px;
}

span.day {
 font-size: 0.5em;
 padding-left: 20px;
}

#ranking_area table{
 border-right: 1px solid #E1E1E1;
 border-bottom: 1px solid #E1E1E1;
 margin: 10px 0px 30px 0px;
}

#ranking_area th ,#ranking_area td{
 border-top: 1px solid #E1E1E1; 
 border-left: 1px solid #E1E1E1;
 cell-padding: 0px;
 cell-spacing:0px;
 border-collapse: collapse;
 text-align: center;
}

#ranking_area dl{
 margin: 8px;
 padding: 0px;
}

#ranking_area dt{
 font-size: 18px;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

#ranking_area dd{
 margin: 8px 0px 0px 0px;
 padding: 0px;
}

#ranking_area dd .btn{
 text-align: right;
 margin-top: 8px;
}

#fxcompany_content dd p{
 text-align:left;
}

#fxcompany_content #free_area p{
 margin:0px 0px 0px 15px;
}

.side_rank_cont ul{
 list-style:none;
 font-size:15px;
 font-weight:bold;
}

.side_rank_cont li{
 border-bottom:1px solid #ffcc66;
 padding:8px 0;
 text-align:right;
}

.rank_no{
 color:#FFFFFF;
 font-weight:800;
 padding:2px 5px;
 margin-right:5px;
 background:#ff33cc;
}

.side_rank_cont .side_rank_company{
 text-align:left;
 margin:0;
 padding-bottom:5px;
}

.side_rank_cont .side_rank_img{
 float:left;
 width:100px;
}

.side_rank_cont .side_rank_text{
 float:left;
 width:70px;
}

.side_rank_cont .font_s{
 font-weight:normal;
 font-size:10px;
 color:#999999;
}

/*______________________________________________________________ COMMON*/

form selsct option{
 padding:10px;
}

.red{
 color:#ff0000;
}

.font_1.2em{
 font-size:1.2em;
}

.font_0.7em {
 font-size: 0.7em;
 font-weight: normal;
}

.font_0.5em {
 font-size: 0.5em;
 font-weight: normal;
}

.font_bold{
 font-weight:bold;
}

.txt_bg_red{
 background:#F00;
 color:#FFF;
}

/* _____________________________________________________________________BASIC */

img{
 border-style:none;
 border-width:0px;
 margin:0px;
 padding:0px;
 vertical-align:bottom;  /* 昔のsafari のため*/
}

.thin_image{
 margin:0px;
 padding:0px;
 font-size:1px;
 line-height:1px;
}/*  文字サイズより画像が小さいとき画像を浮かせないため*/

em{
 font-style:normal;
 font-weight:800;
}/*デザイン上の強調のみ。*/

.img_with_cap{
 margin:0px 0px 3px 0px;
}

.pic_caption_mini{
 margin:2px 0px 10px 0px;
}

.td_nowrap{
 white-space:nowrap;
}/* tableタグ（余白を）で改行しない為のタグ*/

.text_nowrap{
 white-space:nowrap;
}/* 文字を大きくさた時にも改行しない為などに使うタグ*/

/* _____________________________________________________________________ALIGN */

.align_l{
 text-align:left;
}

.align_c{
	text-align:center;
}/*inline要素に対して。ブロック要素は　marginで*/

.align_r{
	text-align:right;
}

.f_left{
	float:left;
}

.f_clear{
 clear:both;
 margin:0px;
 padding:0px;
 font-size:1px;
 line-height:0px;
}

/* _____________________________________________________________________Plugin */

/*-----------------------------------------------------------------------Social Bookmarking JP */
.bookmark{
 margin:0px 0px 10px 0px;
 
}

/*---------------------------------------------------------------------------AdSense Manager */
.ad_sky{
 text-align:center;
}

#ad_link_top{
 margin:20px 0px 10px 0px;
}

#ad_link_bottom{
 margin:0px 0px 1em 0px;
}

/*-----------------------------------------------------------------pagebar2 */
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}
