/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
text-align:center;
font-size:100%;
font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
background-color:#d28c56;
}
/*IMG全ての設定*/
img {
border: none;
}
/*BLOCKQUOTE全ての設定*/
blockquote{
padding: 10px;
background-color:#EEEEEE;
overflow:auto;
}
/*TD全ての設定*/
td {
}
/*TABLE全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
font-weight:bold;
text-decoration:none;
color:#0055BB;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
font-weight:bold;
text-decoration:none;
color:#0055BB;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
font-weight:bold;
text-decoration:none;
color:#66CCFF;
}
/*アクティブ状態のリンクの設定*/
a:active {
font-weight:bold;
text-decoration:none;
color:#0055BB;
}
/**************************************************************************************
メインブロックの全体のデザイン
**************************************************************************************/
/*全体の設定*/
#mainBlock {
width:770px;
margin:auto auto;
background-color:#FFFFFF;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
見出しのデザイン
**************************************************************************************/
/*H1の設定*/
h1{
font-size:140%;
}
/*H2の設定*/
h2{
font-size:100%;
}
/*H3の設定*/
h3{
font-size:95%;
}
/*H4の設定*/
h4{
font-size:90%;
}
/*H5の設定*/
h5{
font-size:90%;
}
/*H6の設定*/
h6{
font-size:90%;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:768px;
height: 150px;
text-align: left;
margin:auto auto;
background-image:url('http://bfile.shinobi.jp/5373/Holmes3.png');
background-repeat:no-repeat;
background-position:right bottom;
}
.TopTop{
width: 770px;
height: 10px;
/*background-image:url('http://bfile.shinobi.jp/5373/top.png');*/
background-repeat:no-repeat;
margin:auto auto;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding-top: 4px;
padding-left: 10px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
font-size:95%;
color:#555555;
padding-left: 10px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
margin:auto auto;
width:768px;
color:#555555;
font-size:80%;
border-style:dashed;
border-bottom-width:0px;
border-top-width:1px;
border-right-width:0px;
border-left-width:0px;
border-color:#555555;}
.FooterInnerBlock {
padding: 20px 10px 10px 10px;
}
.FooterBottom{
width: 770px;
height: 10px;
/*background-image:url('http://bfile.shinobi.jp/5373/bottom.png');*/
background-repeat:no-repeat;
margin:auto auto;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 218px;
margin-top: 10px;
padding: 0px 10px 0px 10px;
text-align: left;
float:left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
border-style:dashed;
border-bottom-width:1px;
border-top-width:0px;
border-right-width:0px;
border-left-width:0px;
border-color:#555555;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
}
.PluginTitle img {
position:relative;
top: 1px;
/*left:10px*/
}

.PluginTitleText {
font-size:13px;
font-weight:bold;
color:#555555;
/*padding-left: 5px;*/
position: relative;
top: -1px;
left: 5px;
}
.PluginIcon{
position: relative;
top: 3px;
left: 5px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px;
color:#FFFFFE;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
font-size:12px;
padding: 10px;
color:#555555;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 512px;
margin-top: 10px;
padding: 0px 10px 0px 10px;
float:right;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle{
border-style:solid;
border-bottom-width:1px;
border-top-width:0px;
border-right-width:0px;
border-left-width:5px;
border-color:#555555;
}
.EntryTitleText {
text-align: left;
font-weight:bold;
position:relative;
top:6px;
left:8px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
font-size:90%;
line-height: 22px;
color:#555555;
background-image:url('http://bfile.shinobi.jp/5373/Holmes2.png');
background-repeat:no-repeat;
background-position:right bottom;
border-style:dashed;
border-bottom-width:1px;
border-top-width:0px;
border-right-width:0px;
border-left-width:1px;
border-color:#555555;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 0px 5px 0px 0px;
text-align: right;
color:#555555;
font-size:90%;
}
.EntryPsTextPlus {
padding: 0px 0px 0px 5px;
text-align: left;
color:#555555;
font-size:90%;
font-weight:bold;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
font-size:80%;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
color:#555555;
font-size:80%;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
font-size:80%;
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
	text-align: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D28C56;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D28C56;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
	margin-bottom:45px;
	margin-top: 15px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
width:300px;
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
padding-top:10px;
text-align:center;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
font-size:80%;
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:180px;
font-size:10px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
font-size:10px;
font-weight:normal;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
width:20%;
text-align:center;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
width:60%;
text-align:center;
color:#555555;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
width:20%;
text-align:center;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:180px;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
font-weight:normal;
font-size:10px;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-weight:normal;
text-align:center;
border:solid 1px #555555;
color:#f36;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-weight:normal;
text-align:center;
border:solid 1px #555555;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-weight:normal;
text-align:center;
border:solid 1px #555555;
color: #39f;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
font-size:10px;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
text-align:right;
border:solid 1px #555555;
color:#f36;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
text-align:right;
border:solid 1px #555555;
color: #39f;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
text-align:right;
border:solid 1px #555555;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-top: 5px;
}
.CommentResBox {
	border:1px solid #FFDAB5;
	padding:10px;
}
.CommentResTitle {
	font-size:14px;
	font-weight:700;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #995555;
}
.CommentResText {
	padding:10px 0px 0px 10px;
}
.CommentResFooter {
	text-align:right;
	border-top:1px dotted #995555;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
}
/*-------------------------------------------------------
  横型カレンダー設定
-------------------------------------------------------*/
#line_calendar {
text-align:center;
padding: 10px 0px 10px 0px;
border-style:dashed;
border-bottom-width:1px;
border-top-width:0px;
border-right-width:0px;
border-left-width:0px;
color:#555555;
}
.day a:link {
color:#555555;
text-decoration:underline;
font-weight: normal;
}
.day a:visited {
color:#555555;
text-decoration:underline;
font-weight: normal;
}
.today {
padding-left: 2px;
border : 1px solid #555555; 
} 
.holiday{
color:#f36
}
.holiday a:link, .holiday a:visited {
text-decoration:none;
color:#f36;
font-weight: normal;
}
.saturday {
color:#39f;
}
.saturday a:link, .saturday a:visited {
text-decoration:none;
color: #39f;
font-weight: normal;
}
.tholiday {
padding-left: 2px;
border : 1px solid #555555; 
color:#f36;
}
.tholiday a:link, .tholiday a:visited {
text-decoration:none;
padding-left: 2px;
border : 1px solid #555555; 
color:#f36;
font-weight: normal;
}
.tsaturday {
padding-left: 2px;
border : 1px solid #555555; 
color: #39f;
}
.tsaturday a:link, .tsaturday a:visited {
text-decoration:none;
padding-left: 2px;
border : 1px solid #555555; 
color: #39f;
font-weight: normal;
}
/*-------------------------------------------------------
  記事内タイトル設定
-------------------------------------------------------*/
.EntryText h3 {
	width: 90%;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D28C56;
	border-left-color: #D28C56;
	color: #666666;
	margin-bottom: 10px;
}
.EntryText h4 {
	width: 90%;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CD9C9C;
	border-left-color: #CD9C9C;
	color: #666666;
	margin-bottom: 10px;
}
.EntryText h5 {
	width: 90%;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FF9966;
	border-left-color: #FF9966;
	color: #FFA579;
	margin-bottom: 10px;
}
.EntryText h6 {
	width: 85%;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99CC99;
	border-left-color: #99CC99;
	color: #009933;
	margin-bottom: 10px;
	margin-top: 45px;
}
.EntryText .PoText {
	width: 90%;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00CC99;
	border-left-color: #00CC99;
	color: #666666;
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}
.EntryText .TermText {
	width: 90%;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
	color: #F99500;
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}
.EntryText .ExplanText {
	width: 70%;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #999999;
	margin-bottom: 8px;
	font-size: 90%;
	font-weight: bold;
}
.EntryText .parag {
	width: 88%;
	padding-left: 7px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #EDCDB6;
	border-left-color: #EDCDB6;
	color: #666666;
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: 6px;
	margin-top: 30px;
}
.EntryText .bgctext{
	padding: 10px;
	background-color:#FFEBD2;
	overflow:auto;
	border: 2px dotted #FFCC99;
	margin: 15px;
}
/*-------------------------------------------------------
  記事内収支テーブル設定
-------------------------------------------------------*/
.kabu_table {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.kabu_code {
	text-align: center;
	width: 60px;
	padding-top: 4px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
　　vertical-align: text-botom;
}
.kabu_meigara {
		font-size: 80%;
       text-align: center;
	width: 150px;
　	padding-top: 4px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
　　vertical-align: text-botom;
}
.kabu_syushi {
	text-align: center;
	width: 150px;
	　padding-top: 2px;
	　padding-bottom: 2px;
	margin: 2px;
	　background-color: #FFFFFF;
	　border-bottom-width: 1px;
	　border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.kabu_syushi_right {
	text-align: right;
	width: 70px;
	padding-top: 4px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
　　vertical-align: text-botom;
}
.kabu_top {
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	padding: 1px;
	border: 1px solid #E8C1A6;
}
.kabu_day {
	margin-top: 15px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E8C1A6;
	border-right-color:#E8C1A6;
	border-bottom-color: #E8C1A6;
	border-left-color: #E8C1A6;
}
.kabu_day_tr {
	text-align: center;
	width: 210px;
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8C1A6;
}
.kabu_day_td {
	text-align: right;
	width: 70px;
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8C1A6;
}
.today_result {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}
.result_table {
	width: 400px;
	border: 1px solid #E2B492;
	padding: 1px;
	margin-top: 25px;
}
.result_toptr {
	font-size: 80%;
	text-align: center;
	background-color: #EFD6C2;
	letter-spacing: 3pt;
	padding-top: 3px;
	color: #D28C56;
}
.result_code {
	font-size: 90%;
	text-align: center;
	width: 70px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.result_meigara {
	font-size: 90%;
	width: 180px;
	padding-left: 8px;
	text-align: left;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.result_yesterday {
	font-size: 90%;
	text-align: center;
	width: 60px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.result_profitloss {
	text-align: right;
	width: 90px;
	padding-right: 10px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.result_code2 {
	font-size: 90%;
	text-align: center;
	width: 70px;
	padding-top: 3px;
}
.result_meigara2 {
	font-size: 90%;
	width: 180px;
	padding-left: 8px;
	text-align: left;
	padding-top: 3px;
}
.result_yesterday2 {
	font-size: 90%;
	text-align: center;
	width: 60px;
	padding-top: 3px;
}
.result_profitloss2 {
	text-align: right;
	width: 90px;
	padding-right: 10px;
	padding-top: 3px;
}
.result_table th {
	font-size: 90%;
	font-weight: bold;
	color: #CC3300;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #E2B492;
}
.result_downtable {
	width: 400px;
	margin-top: 25px;
	margin-bottom: 33px;
}
.result_downtable th {
	background-color: #EFD6C2;
	text-align: center;
	width: 200px;
	font-size: 90%;
	font-weight: normal;
	color: #D28C56;
}
.result_downtable td {
	border-bottom-style: dashed;
	border-bottom-color: #EFD6C2;
	border-bottom-width: 1px;
	font-weight: normal;
	text-align: right;
}
.result_toptrtd {
	text-align: right;
	padding-right: 10px;
}
/**************************************************************************************
  サイド株数用デザイン
**************************************************************************************/
.side_table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 16px;
}
.side_table_top {
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #E8C1A6;
	text-align: center;
}
.side_code {
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 1px;
}
.side_mei {
	text-align: center;
	width: 40%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 1px;
}
.side_kabu {
	text-align: center;
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 1px;
}
.side_tanka {
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 1px;
}
/**************************************************************************************
  サイドバーテキスト用デザイン
**************************************************************************************/
.side_text {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
}
.side_text2 {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
	text-align: right;
}
/**************************************************************************************
  記事下ランキング用デザイン
**************************************************************************************/
.rank_text {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 16px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CC6633;
	padding-top: 23px;
	word-spacing: 1em;
	font-size: small;
	color: #666666;
}
/*-------------------------------------------------------
  劇場下部テキスト設定
-------------------------------------------------------*/

.gekijyo_table {
	font-size: small;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCFF66;
	border-bottom-color: #CCFF99;
	padding-top: 3px;
	padding-bottom: 3px;
}
.gekijyo_left {
	text-align: left;
	padding-left: 10px;
	width: 30%;
}
.gekijyo_right {
	text-align: right;
	padding-right: 10px;
	width: 30%;
}
/*-------------------------------------------------------
  7月経済指標用テーブル設定
-------------------------------------------------------*/
.keizai_table201407 {
	font-size: 80%;
	width: 480px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #0000CC;
	padding: 0px;
	line-height: 15px;
}
.keizai_table201407 th {
	background-color: #CCFFFF;
	text-align: center;
}
.keizai_td201407 {
	width: 330px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	vertical-align: bottom;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.keizai_number201407 {
	text-align: center;
	width: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.keizai_numberend201407 {
	background-color: #FFFFCC;
	text-align: center;
	width: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*-------------------------------------------------------
  記事中銘柄紹介用テーブル設定
-------------------------------------------------------*/
.meigara_code {
	text-align: center;
	width: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-size: 80%;
}
.meigara_meigara {
	width: 200px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-size: 90%;
	padding-top: 3px;
}
.meigara_kabuka {
	text-align: center;
	width: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	font-size: 90%;
}
.meigara_zennjitsu {
	text-align: center;
	width: 140px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFCC;
	font-size: 90%;
}
.meigara_table2 {
	border: 1px solid #66FF99;
	line-height: 1.8em;
	margin-top: 18px;
	margin-bottom: 15px;
	padding: 0px;
}
.meigara_table2 th {
	color: #00CC00;
	background-color: #CCFFCC;
	text-align: center;
        font-size: 80%;
}
/*-------------------------------------------------------
  記事中銘個別柄紹介用テーブル
-------------------------------------------------------*/
.EntryText .Single_m_table {
	width: 100%;
	border: 1px solid #D28C56;
	margin-top: 18px;
	margin-bottom: 35px;
}
.Single_m_table th {
	font-size: 80%;
	font-weight: normal;
	color: #CC6633;
	background-color: #F3D6A3;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D28C56;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D28C56;
	width: 55px;
}
.Single_m_table .sin_text {
	font-size: 80%;
	color: #993300;
	background-color: #FFE7CE;
	text-align: center;
	width: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D28C56;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D28C56;
	border-right-style: solid;
	border-right-color: #D28C56;
	border-right-width: 1px;
}
.Single_m_table .sin_bottom_text {
	font-size: 90%;
	color: #666666;
	background-color: #F2F2F2;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D28C56;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.Single_m_table .sin_code_text {
	color: #333333;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3D6A3;
	font-size: 90%;
	width: 80px;
}
.Single_m_table .sin_meigara_text {
	font-weight: bold;
	color: #0066FF;
	width: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3D6A3;
	padding-right: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D28C56;
}
.Single_m_table .sin_zenjitsu_text {
	font-weight: normal;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3D6A3;
}
.Single_m_table .sin_kabuka_text {
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3D6A3;
	font-size: 110%;
}
.Single_m_table .sin_middle_text {
	font-weight: normal;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE7CE;
	text-align: center;
	font-size: 90%;
}
.Single_m_table .sin_left_text {
	font-weight: bold;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3D6A3;
	background-color: #FFFFFF;
	border-right-style: none;
}
.Single_m_table .sin_sijyo_text {
	font-size: 80%;
	font-weight: normal;
	color: #CC6633;
	background-color: #F3D6A3;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D28C56;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D28C56;
	width: 55px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D28C56;
}
/*-------------------------------------------------------
  記事中月別日別データ用テーブル
-------------------------------------------------------*/
.EntryText .MonthDate_t {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	border: 1px solid #66CC66;
}
.MonthDate_t th {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #33CC33;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 16%;
	padding-right: 15px;
}
.MonthDate_t td {
	font-size: 90%;
	color: #666666;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #66CC99;
}
.MonthDate_t .m_date_end {
	width: 18%;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	font-weight: bold;
}
.MonthDate_t .obi_tr {
	background-color: #F2F2F2;
}
.MonthDate_t .short_th {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #33CC33;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 25%;
	padding-right: 15px;
}
.MonthDate_t .m_shortdate_end {
	width: 25%;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}
/*-------------------------------------------------------
  ＩＰＯ用テーブル
-------------------------------------------------------*/
.EntryText .ipo_table {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
	border: 1px solid #669900;
}
.EntryText .ipo_table th {
	color: #666666;
	background-color: #99FF99;
	text-align: center;
	width: 55px;
	font-size: 80%;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.EntryText .ipo_table .ipo_th2nd {
	color: #666666;
	background-color: #CCCCCC;
	text-align: center;
	width: 55px;
	font-size: 80%;
	font-weight: normal;
	border-bottom-style: none;
}
.EntryText .ipo_table .blocktext_td {
	font-style: normal;
	color: #666666;
	background-color: #99FF99;
	text-align: center;
	width: 55px;
	font-size: 80%;
}
.EntryText .ipo_table .whitebox_td {
	color: #333333;
	text-align: center;
	width: 105px;
	font-size: 90%;
}
.EntryText .ipo_table .redbox_td {
	color: #FF0000;
	text-align: center;
	width: 105px;
	font-weight: bold;
}
.EntryText .ipo_table .meigara {
	font-size: 120%;
	font-weight: bold;
	color: #006600;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #66CC33;
	border-right-color: #66CC33;
	border-bottom-color: #66CC33;
	border-left-color: #66CC33;
}
.EntryText .ipo_table .meigara_ipotext {
	font-size: 90%;
	line-height: 1.2em;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #33CC00;
	border-bottom-color: #CCCCCC;
	padding-right: 8px;
}
.EntryText .ipo_table .meigara_bottomtext {
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
/*-------------------------------------------------------
  日程用テーブル
-------------------------------------------------------*/
.EntryText .schedule_table {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #D28C56;
	font-size: 80%;
	padding: 1px;
}
.schedule_table th {
	background-color: #FFCC99;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #999999;
	border: 1px solid #D28C56;
}
.schedule_table .sche_toptext {
	color: #CC6600;
	width: 205px;
}
.schedule_table .sche_lefttext {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #D28C56;
	vertical-align: middle;
	background-color: #EAEAEA;
}
.schedule_table td {
	border: 1px solid #D28C56;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: top;
}