/* ページ全体の設定 */
body {
text-align : center; /* バグを利用してブロックレベル要素をセンタリング */
font-size: 11px; 
color: #adadad; 
background-color: #111; 
background-image: url(https://blog-imgs-13-origin.fc2.com/p/h/o/phoenixnikkei225/din_bg.jpg);  
background-repeat: repeat-x;
background-position: top center;
background-attachment: fixed;
font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","verdana","arial", sans-serif;
line-height : 1.4em;
margin-top : 0px;
margin-left : auto;
margin-right : auto;
margin-bottom : 0px;
}

/*スクロールバーの設定部分（IEのみ）*/
* {
	scrollbar-face-color       : #000000;
	scrollbar-highlight-color  : #cccccc;
	scrollbar-shadow-color     : #cccccc;
	scrollbar-3dlight-color    : #666666;
	scrollbar-arrow-color      : #cccccc;
	scrollbar-track-color      : #000000;
	scrollbar-darkshadow-color : #666666;
}
/*ここまで*/


/*リンクの設定*/
a:link {
color: #adadad; 
text-decoration: none;
}

a:active {
color: #f5f5f5; 
text-decoration: none;
}

a:visited {
color: #adadad; 
text-decoration: none;
}

a:hover {
color: #f5f5f5; 
text-decoration: none;
}

a img {
border-style : none;
border-width : 0px;	
text-decoration : none;}

/*コンテナ部分の設定*/
div#container {
  width : 782px;       /* コンテンツ幅を782pxに設定 */
  margin-left : auto;  /* 左側のマージンを自動算出 */
  margin-right : auto; /* 右側のマージンを自動算出 */
  text-align : left;   /* body要素で指定したセンタリングを戻す */
}

/*ラッパー*/
div#wrapper {
  width : 609px;
  float: left;
}

/* エントリー欄の設定 */
div#box_main{
  width : 436px;
  float: right;
  margin : 0 0 0 9px;
  overflow : hidden;
}

.main_top{
	height : 43px;
	background-image : 
url(https://blog-imgs-13-origin.fc2.com/p/h/o/phoenixnikkei225/din_main_top1.jpg);
	background-repeat : no-repeat;
        background-position : top center;
}

.title_txt{
        text-align : center;
        color : #ffffff;
/*        color : #e5e5e5; */

font-family : Arial, Verdana, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
        font-size: 12px; 
        font-weight : bold;
        padding : 4px 20px 0px 20px;
        margin : 0;
}
.title_txt a:link {color: #ffffff;}
.title_txt a:active {color: #ffff00;}
.title_txt a:visited {color: #2EFEF7;}
.title_txt a:hover {color: #FA58D0;}

.main_txt{
        background : #000;
        text-align : left;
        font-size: 12px;
        padding : 2px 15px 15px 15px;
}

.main_txt a:link {color: #f5f5f5;}
.main_txt a:active {color: #adadad;}
.main_txt a:visited {color: #f5f5f5;}
.main_txt a:hover {color: #adadad;}

/*エントリー内の画像の余白*/
.main_txt img {margin : 0px 5px 3px 0px;}

.main_txt ul{
        margin: 0 0 0 1.5em; 
	padding : 0;
        list-style-type: none; 
	list-style-position : outside;
}

.main_txt ul li{
        margin : 0.4em;
        padding : 1px 0px;
}

.main_btm{
        font-weight : bold;
        padding : 12px 24px 0px;
        text-align : right;
        vertical-align : top;
        height : 40px;
	background-image : url(https://blog-imgs-13-origin.fc2.com/p/h/o/phoenixnikkei225/din_main_b.gif);
	background-repeat : no-repeat;
        background-position : top center;
}
      
.state {
        text-align: right;
	color: #696969 ;
	font-size: 10px;
	line-height: 1.8em;
	letter-spacing : 1px;
}

.navi {color: #adadad;
margin: 0 20px 1.4em;
text-align: center;
}

/* 著作権表示の設定 */
.copyright{
        clear : both;
        text-align : center ;
        padding : 10px 40px 4px 40px;
        font-size : 11px ;
}

/*ヘッダーの設定*/ 
.head{
	height : 120px ;
        text-align : center ;
	background-image : url(https://blog-imgs-13-origin.fc2.com/p/h/o/phoenixnikkei225/din_ban1.jpg);
	background-repeat : no-repeat;
        background-position : center top;
        margin-bottom: 9px;
}  

/* ブログのタイトルの設定 */
.site_title{
font-family : Verdana, Arial, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-weight : bold ;
	padding : 52px 0px 3px;
        margin : 0;
}

.site_title a:link {font-size: 18px; color:#e5e5e5; text-decoration: none;}
.site_title a:active {font-size: 18px; color:#adadad; text-decoration: none}
.site_title a:visited {font-size: 18px; color:#e5e5e5; text-decoration: none}
.site_title a:hover {font-size: 18px; color:#adadad; text-decoration: none;}

/* ブログの説明文の設定 */
.site_s{
        color : #adadad;
        font-size : 12px;   
        font-weight : normal;
        padding : 0px 0px 20px;
        margin : 0;
}

/* 投稿欄、ボタンの設定 */
textarea,button,submit,input,select{
font-size :11px;
line-height : 1.4em ;
color :#adadad;
border-top : #727272 1px solid; 
border-bottom : #c9cad2 1px solid; 
border-left : #727272 1px solid;
border-right : #c9cad2 1px solid;
background : #222;
}

/* サイドバーの設定 */
div#box_left{
        width : 164px;
        float : left;
        overflow : hidden;
}

div#box_right{
        width : 164px;
        float : right;
        overflow : hidden;
}

.side_top{
	background-image : url(https://blog-imgs-13-origin.fc2.com/p/h/o/phoenixnikkei225/din_side_t1.jpg);
	background-repeat : no-repeat;
        background-position : top center; 
	height : 23px;
}

.side_title{  
font-family : Arial, Verdana, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
        margin : 0px;  
        padding : 4px 12px 0px 12px;
        color : #e5e5e5;
        font-size : 11px;
        font-weight : bold;
}

.side_txt{
	background-color : #000;
        font-size : 10px ; 
        padding : 4px 8px;      
        line-height: 1.3em;
}

.side_txt p{margin: 0.4em 0; } 

.side_txt ul{
	margin : 0px 10px 0px 14px;
        padding : 0;
}

.side_txt li{
        list-style-image : url(https://blog-imgs-13-origin.fc2.com/p/h/o/phoenixnikkei225/din_p.gif);
	list-style-position : outside;
        vertical-align : middle;
	font-size : 10px;
	line-height : 1.3em;
	padding : 1px 0px;
}


/*空白の設定*/
br {letter-spacing : normal ;}

/*水平線の設定*/
hr {
border-style: solid none none none;
border-top-width: 1px;
border-top-color: #999;
height: 1px;
}

/* カレンダーの設定 */
.plugin-calender
	{
	text-align: center;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px }
.calender
	{
	text-align: center;
	color: #999;
	margin: 0;
	padding: 0 }
.calender caption
	{
	color: #999;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px;
	padding: 0;
	letter-spacing : 1px; }
.calender th
	{
	font-size: 10px;
	text-align: center;
	width: 16px;
	height: 16px;}
.calender th#sun
	{
	color: #696969;
	text-align: center;}
.calender th#sat
	{
	color: #808080;
	text-align: center;}
.calender td
	{
	color: #adadad;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px; }
.calender td a:link
	{
	color: #000;
	font-weight: bold;
	background-color: #adadad;
	display: block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px }
.calender td a:visited
	{
	color: #000;
	font-weight: bold;
	background-color: #adadad;
	display: block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px }
.calender td a:hover
	{
	color: #f5f5f5;
	font-weight: bold;
	background-color: #444;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px }

/* 引用部分の設定  */
blockquote {
	margin : 1em 15px 1em 15px;
	padding : 5px 10px;
border-top: #c9cad2 1px solid; 
border-bottom: #c9cad2 1px solid; 
BORDER-LEFT: #c9cad2 5px solid; 
BORDER-RIGHT: #c9cad2 1px solid;
}

/* 絵文字に対する設定 */
img.emoji 
	{
	background-color: transparent;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: none;
	vertical-align: middle }
