@charset "utf-8";
/* CSS Document */

body {
	background: #e2ecf3 url(http://www.daytradenet.com/mt-static/themes/theme-subtle/body-bg-950.gif) center top repeat-y;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*
a:link {
	color: #00D;
}
a:visited {
	color: #ab0404;
}*/

a:link {
	color: #00E;
}
a:visited {
	color: #36C;
}


/*a:visited { color:#990000; }*/


#container {
	width: 880px;
	margin:0 auto;
}
#container-inner {
	width: 100%;
	min-height: 100%;
	margin: 25px auto 0;
	text-align: left;
}

#header-inner, #content-inner, #footer-inner {
    position: relative;
    width: 100%;
    margin: 0;
	padding:0;
}

#header-inner {
	height: 125px;
	overflow:visible;
	border:none;
}
#header-content {
	margin: 0;
	padding: 0;
}


/*--- Navigation Bar ---*/

#header {
	position:relative;
	background-image:none;
/*	background-color:#FFCC00; */
	border:none;
	padding:0;
}

#header-description {
	text-indent: -9999px;
}

#header-name , .dtnlogo , #header-navi , ul#header-topsearch , .header-like-button
{ float:left; position:absolute; }

#header-name {
	top:35px; left:180px;
	margin:0; padding:0;
    color: #fff; 
    font-size: 32px;
    font-weight: bold;
}
#header-name a {
	color:#000;
	text-decoration:none;
}
#header-name .small {
    font-size: 80%;
}

.dtnlogo { top:5px; left:5px; }

#header-navi {
	top:85px;
	left: 0;
	background-image:url(/images/navi-bg.gif);
	background-repeat:repeat-x;
	width:100%;
	margin:0;
	padding:0;
	height:40px;
}

#header-navi ul { margin:0 0 0 20px; padding:0; }

#header-navi li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:0;
	float:left;
	width:80px;
	height:40px;
	text-indent: -9999px;
}

#header-navi li a {
	display: block;
	text-decoration:none;
	padding:0;
	height:40px;
	background-image:url(/images/header-navi.gif);
	background-repeat:no-repeat;
}
#header-navi li#headnavi-home { width: 60px; }


#header-navi li#headnavi-cool a    { background-position: 0 0; }
#header-navi li#headnavi-howto a   { background-position:  -80px 0; }
#header-navi li#headnavi-seminar a { background-position: -160px 0; }
#header-navi li#headnavi-method a  { background-position: -240px 0; }
#header-navi li#headnavi-gappers a { background-position: -320px 0; }
#header-navi li#headnavi-hlbgp a   { background-position: -400px 0; }
#header-navi li#headnavi-exec a    { background-position: -480px 0; }
#header-navi li#headnavi-kobe a    { background-position: -560px 0; }
#header-navi li#headnavi-home a    { background-position: -640px 0; }

#header-navi li#headnavi-cool a:hover    { background-position: 0 50%; }
#header-navi li#headnavi-howto a:hover   { background-position:  -80px 50%; }
#header-navi li#headnavi-seminar a:hover { background-position: -160px 50%; }
#header-navi li#headnavi-method a:hover  { background-position: -240px 50%; }
#header-navi li#headnavi-gappers a:hover { background-position: -320px 50%; }
#header-navi li#headnavi-hlbgp a:hover   { background-position: -400px 50%; }
#header-navi li#headnavi-exec a:hover    { background-position: -480px 50%; }
#header-navi li#headnavi-kobe a:hover    { background-position: -560px 50%; }
#header-navi li#headnavi-home a:hover    { background-position: -640px 50%; }

#header-navi li#headnavi-cool a.current    { background-position: 0 100%; }
#header-navi li#headnavi-howto a.current   { background-position:  -80px 100%; }
#header-navi li#headnavi-seminar a.current { background-position: -160px 100%; }
#header-navi li#headnavi-method a.currentt { background-position: -240px 100%; }
#header-navi li#headnavi-gappers a.current { background-position: -320px 100%; }
#header-navi li#headnavi-hlbgp a.current   { background-position: -400px 100%; }
#header-navi li#headnavi-exec a.current    { background-position: -480px 100%; }
#header-navi li#headnavi-kobe a.current    { background-position: -560px 100%; }

#header-navi li#headnavi-right {
	background-image:none;
	padding-top:8px;
	float:right;
	text-indent:0;
	font-size:7pt;
	width: 4.7em;
}
#header-navi li#headnavi-right a {
	background-image:none;
	color:#00C;
	font-weight:normal;
}
#header-navi li#headnavi-right a:hover {
	text-decoration:underline;
}


ul#header-topsearch {
	margin:0;
	padding:0;
	top:-21px;
	left:600px;
}

ul#header-topsearch li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}
ul#header-topsearch li.guide {
	padding:3px 0 0;
	font-weight:normal;
	font-size:10px;
	width: 6.2em;
}

.mt-main-index #header {
	margin-bottom: 40px;
}
.header-like-button {
	top: 110px;
	left: 660px;
	width: 220px;
	height: 25px;
	margin:0;
	padding:0;
}
.header-like-button .tweet-button {
	float:left;
}
.header-like-button .fb_iframe_widget {
	float: left;
}
.header-like-button iframe.twitter-share-button {
	width: 105px!important;
}



/*--- content layout ---*/

#alpha , #beta , #gamma {
	margin:0;
	padding:0;
}

#alpha-inner {
	margin: 0 5px;
	padding:0;
}
#beta-inner , #gamma-inner {
	margin:0; /* 2px;*/
	padding:0;
}

.layout-wt #alpha { width: 690px; }
.layout-wt #beta  { width: 180px; left: 10px; }

.layout-wtt #alpha { width: 560px; }
.layout-wtt #beta  { width: 180px; left: 140px; }
.layout-wtt #gamma { width: 140px; right:180px; }



#footer-inner {
	background-color:#FFF;
}


/* site footer */
.site-notice {
	margin:0.5em 0;
	padding: 0 1em;
	border-top: 1px solid #CCC;
	color:#333;
	font-size:10px;
}

/* corporate footer */
.footer-link-list {
	text-align:center;
	font-size:12px;
	color:#333;
	border-top:solid thin #CCC;
	margin:0.5em 0;
	padding: 0;
}
.footer-link-list ul {
  list-style: none;
  padding: 3px 0 0;
  margin: 0;
}
.footer-link-list li {
  display: inline;
  padding: 3px 7px 0 7px;
  margin: 0 2px 0 0;
  white-space:nowrap;
}
.footer-link-list p {
  padding: 0;
  margin: 0;
}

/*--- Widget ---*/
#beta .widget {
	border-width: 1px;
	border-style: solid;
	border-color: #008080;	
	width: 178px;
	border-bottom-style:none;
	background-color:#FCFCFC;
	border-radius: 3px;
	behavior: url(/js/PIE.htc);
}

.mt-main-index #beta .widget {
	background-color:#FFFFF0;
}
#gamma .widget {
	border-width: 1px;
	border-style: solid;
	border-color: #D0D0D0;
	width: 138px;
	border-bottom-style:none;
	background-color:#FDFDFD;
	border-radius: 3px;
	behavior: url(/js/PIE.htc);
}


#beta .widget-archive-monthly , 
#gamma .widget-recent-comments {
	border-bottom-style:solid;
}

#beta .widget-search , #beta .widget-breakscan {
	border-bottom-style:solid;
	margin-bottom: 4px;
}

#beta .widget-chartbynetaid {
	border:none;
}

.widget-header {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#339;
	border-radius: 3px;
	background-color:#008080;
	margin: 2px 2px 0 2px;
	padding: 4px 10px 2px;
	font-weight:bold;
	line-height:100%;
	color:#FFF;
	font-size: 9pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, helvetica, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	behavior: url(/js/PIE.htc);
}
.widget-header a {
	color:#FFF;
	font-weight:bold;
}
.widget-header a:hover {
	text-decoration:underline;
}

.widget-content {
	margin-bottom: 12px;
}

.widget-content a {
	text-decoration: none;
}
.widget-content a:link {
	color:#30608F;
}
.widget-content a:visited {
	color:#3C77B3;
}
.widget-content a:hover { text-decoration:underline; }

.widget-content li { font-size: 12px; }
.widget-content li ul { margin:0; padding:0; }
.widget-content li li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(images/allow.gif) no-repeat;
	font-size:12px;
	line-height:120%;
}

#gamma .widget-content {
	margin-left:  10px;
	margin-right: 10px;
}

.widget-search .widget-content {
	margin-left:10px;
	margin-right:10px;
}
.widget-search input#search {
	width: 70%;
}

.widget-recent-comments li ul {
	margin-left: 15px;
}
.widget-recent-comments li li {
	text-indent: -15px;
	padding: 0;
	background: none;
}

/* breakscan */
.mt-main-index #beta .widget-breakscan {
	border-color: #0066CC;
	background-color:#FDFDFD;
}
.mt-main-index .widget-breakscan .widget-header {
	background-color: #0066CC;
}
.mt-main-index .widget-breakscan .widget-header a {
	color: #FFF;
}

.mt-main-index .widget-breakscan a {
	text-decoration: none;
}
.mt-main-index .widget-breakscan a:hover {
	text-decoration: underline;
}

.widget-breakscan .widget-content {
	margin-left:0;
	margin-right: 0;
	text-align: center;
}
.widget-breakscan .widget-content li {
	line-height:160%;
}
.widget-breakscan a.regist {
	position: relative;
	margin-top:4px;
	border: 1px solid #0066CC;
	padding: 1px 5px;
	font-weight: bold;
	color:#0066CC;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
}
.widget-breakscan a:hover.regist {
	background-color: #0066CC;
	color: #FFF;
	text-decoration: none;
}

.widget-onlineseminar .widget-header {
	background-color:#03F;
}
#gamma .widget-onlineseminar .widget-content ,
#gamma .widget-books .widget-content {
	margin-left: 0;
	margin-right: 0;
}

.widget-tradetools li {
	margin:0;
	padding:0;
}
.widget-tradetools hr {
	height: 1px;
	margin:2px 0;
	background-color: #CCC;
}

.widget-breakscan .widget-content a ,
.widget-onlineseminar .widget-content a ,
.widget-tradetools .widget-content a {
	color: #376fa6;
}

.mt-main-index #beta .widget-syndication {
	border-color: #D0D0D0;
	background-color: #FDFDFD;
}
#beta .widget-syndication .widget-content {
	margin-bottom: 5px;
}

/*--- calender archive ---*/
.widget-calendar table {
	margin:0 auto;
	width:154px;
	border-collapse: collapse;
	border:none;
}

.widget-calendar tr.weeklabel th {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.widget-calendar table th , .widget-calendar table td {
	width: 22px;
	font-size:8pt;
	text-align:center;
}
.widget-calendar table tr.daily td {
	font-family:Verdana, Geneva, Arial, sans-serif;
	color:#666;
	padding-bottom: 1px;
	border-top:none;
	border-left:none;
	border-right:solid 2px;
	border-bottom:solid 1px;
	border-color:transparent;
}
.widget-calendar table tr.daily td a {
	display:block;
	background-color:#00A2A2;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.widget-calendar table tr.daily td a:hover {
	background-color:#FF6;
	color:#333;
}
.widget-calendar tr.prevnext td a {
	background-color:transparent;
}
.widget-calendar tr.prevnext td a:hover {
	text-decoration:underline;
}
.widget-calendar td.prevmonth { text-align: left; }
.widget-calendar td.nextmonth { text-align: right; }


.widget-archive-monthlyentry .naviprev {
	float:left;
}
.widget-archive-monthlyentry .navinext {
	float:right;
}
.widget-archive-monthlyentry .module-month-entry-list {
	clear:both;
	position: relative;
}


/* welcome */
.welcome {
	position: relative;
	padding:10px;
	margin: 0;
	width:95%;
	border-style:solid;
	border-width:thin;
	border-color:#D0D0D0;
	background-color:#FFFFF0;
	border-radius: 5px;
	behavior: url(/js/PIE.htc); 
}
.welcome ul { margin-left: 1.5em; }
.welcome li {
	list-style-position:outside;
	list-style-image: url(/Gappers/images/welcomelist.gif);
	list-style-type: square;
	font-size: 0.95em;
	line-height:140%;
	padding-bottom:0.5em;
}
.welcome a , .tradeseminarinfo a {
	text-decoration: none;
}
.welcome a:hover , .tradeseminarinfo a:hover {
	text-decoration: underline;
}

/* main-index trade semianr info */
.tradeseminarinfo {
	position: relative;
	margin: 5px 0;
	padding: 5px 10px;
	border: solid 1px #D0D0D0;
	width: 95%;
	background-color: #EAF4FF;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
}
.tradeseminarinfo-content {
	margin-left: 10px;
	font-size: 8pt;
}
.tradeseminarinfo-plan {
	position: absolute;
	top: 10px;
	left: 215px;
}

.tradeseminarinfo a {
	color: #03C;
}
.tradeseminarinfo a strong {
	font-size:11pt;
}


.chartbynetaid {
	position: relative;
	margin: 5px 10px 3em 0;
	padding: 4px;
	border: solid 1px #D0D0D0;
	width: 532px;
	background-color: #FFF;
	border-radius: 0 0 5px 5px;
	behavior: url(/js/PIE.htc);
}
.chartbynetaid-banner {
	margin: 0 10px 0 0;
	float:left
}
.chartbynetaid-text p {
	line-height:1.2;
	margin: 0;
}

.chartbynetaid a {
	color: #03C;
	text-decoration: none;
}
.chartbynetaid a:hover {
	color: #03C;
	text-decoration: underline;
}
	



#archive-title {
	margin: 40px auto;
	text-align: left;	
}
.mt-category-archive #archive-title {
	margin-bottom: 30px;
}
#archive-title h1 {
	position: relative;
	color:#333;
	font-size: 18pt;
	font-weight: bold;
	display: inline; 
	border-left: 1em solid #008080;
	border-top   : 1px solid #008080;
	border-bottom: 2px solid #008080;
	border-right : 2px solid #008080;
	padding: 0.2em 1em;
	border-radius: 5px;
}	


/*--- entry ---*/

.entry-asset {
	margin-bottom:4em;
}
.mt-main-index .entry-asset {
	margin-bottom: 3em;
}
	

.mt-entry-archive .asset-header {
	margin-top: 20px;
}
.asset-header {
	margin-bottom:40px;
}
.entry-asset .asset-meta .byline {
	color:#444;
	font-size:1.2em;
}
.entry-asset .asset-meta .byline abbr {
	margin-right:5px;
	font-weight:bold;
}

.mt-main-index .asset-meta-socials ,
.mt-datebased-daily-archive .asset-meta-socials ,
.mt-entry-archive .asset-meta-socials
{
	float:right;
}
.mt-main-index .asset-meta .commentspings ,
.mt-datebased-daily-archive .asset-meta .commentspings ,
.mt-entry-archive .asset-meta .commentspings{
	float:left;
}

.asset-meta a.meta-comment {
	background:url(images/comments.gif) no-repeat left top;
	padding-left:18px;
	padding-right:5px;
}
.asset-meta a.meta-trackback {
	background:url(images/trackback.gif) no-repeat left top;
	padding-left:18px;
	padding-right:5px;
}

.asset-meta .tweet-button {
	float:left;
	margin-left: 5px;
	width:95px;
}
.asset-meta .tweet-button iframe.twitter-share-button {
	width: 95px!important;
}
.asset-meta .fb_iframe_widget {
	float: left;
	width:105px!important;
}
.asset-meta .share-button {
	float:left;
}

.entry-asset .asset-header a:link {
	color: inherit;
}

.asset-content {
	margin-top: 0;
	line-height: 160%;
/*	line-height: 145%; */
}
.asset-content p {
	margin-bottom: 1em;
	font-size: 1.05em;
}

.asset-content blockquote {
	margin: 0.5em 1em;
	padding: 0; padding-left: 1em;
	border-left: solid 2px #3366FF; 
	color:#0000FF;
	font-size: 90%;
}
.asset-content img    { margin: 5px 0 5px 0; }
.asset-content strong { color:#0000FF; font-weight:bold; }
.asset-content em     { color:#FF0000; font-weight:bold; font-style: normal; }

.asset-content pre {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.mt-entry-archive .asset-content ,
.mt-monthly-print .asset-content ,
.mt-datebased-daily-archive .asset-content
{
	font-size: 1.2em;
}
.mt-entry-archive .asset-content {
	padding-top: 3em;
}
.mt-monthlyprint .asset-content ,
.mt-datebased-daily-archive .asset-content {
	padding-top: 1.5em;
}




.asset-more-link {
	font-size: 1em;
}


.trackbacks-info input {
	border: none;
}
	

.category-tools {
	margin-bottom: 40px;
}
.category-tools ul {
	margin: 0 0 20px 20px;
	padding: 0;
}
.category-tools li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style:none;
	background:url(images/allow.gif) no-repeat;
	font-size: 8pt;
}
.category-tools li a {
	margin-left: 1em;
	font-size: 10pt;
}


.trackbacks-header , .comments-header {
	font-size: 9pt;
	color:#CC6600;
	border-top: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 10px;
}
.comments-header {
	font-size: 11pt;
}
.comments-open-header {
	font-size: 11pt;
	color:#0044CC;
	border-top: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
}


/* perl dynamics navigation */
.pagelinks {
	margin: 10px 0;
}
.pagelinks .current_page ,
.pagelinks .first_page ,
.pagelinks .last_page {
	border: 1px solid #006699;
 	background-color: #75b7dc;
	color: #FFF;
	padding-left:5px;
	padding-right:5px;
}
.pagelinks .link_page ,
.pagelinks .link_next ,
.pagelinks .link_before {
	border: 1px solid #006699;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	color: #333;
}
.pagelinks a.link_page:hover ,
.pagelinks a.link_next:hover ,
.pagelinks a.link_before:hover {
	background-color: #75b7dc;
	color: #FFF;
}



/* page navigation entry, datebased */

.content-nav {
	position: relative;
	height:3em;
	width:100%;
	margin-bottom:1em;
}
.content-nav .main_page , .content-nav .prev_page , .content-nav .prev_sep {
	margin:0;
	padding:0;
	position: absolute;
	display: block;
}
.content-nav .main_page {
	float:left;
	text-align: left;
	top: 0;
	left: 275px;
	width: 250px;
	text-indent: -11em;
	padding-left:11em;
}
.content-nav .prev_page {
	text-align: right;
	float:right;
	top: 0;
	right: 420px;
	width: 250px;
}
.content-nav .prev_sep {
	text-align: right;
	float:right;
	top: 0;
	right: 410px;
	width:15px;
}


/* main-index recently entries */
.recently-entries {
	position: relative;
	margin: 0 8px 3em 0;
	padding:0;
	display: block;
	height: 250px;
}
.recently-entries a {
	text-decoration: none;
}
.recently-entries a:hover {
	text-decoration: underline;
}

.recently-entries .asset-entry {
	position: relative;
	margin:0;
	padding:0;
	border: solid 1px #D0D0D0;
	float:left;
	width: 49%;
	height: 100%;
}


.recently-entries .recently-right {
	float: right;
}
.recently-entries .asset-header {
	position: relative;
	margin: 2px;
	padding:2px 5px;
	color:#FFF;
	font-size:9pt;
	font-weight:bold;
	line-height: 100%;
	text-align: center;
	background-color:#666;
}
.recently-entries ul {
	margin:0 5px 5px 10px;
	padding: 0;
	list-style: none;
	font-size: 9pt;
}
.recently-entries ul ul {
	margin: 0 0 0 2px;
}
.recently-entries li li {
	margin: 0;
	padding: 0 0 0 13px;
	list-style: none;
	background: url(/css/images/allow.gif) no-repeat;
	line-height: 120%;
}
.recently-entries .onlineseminar {
	text-align: center;
	font-size: 9pt;
}

/*.recently-entries .widget-content h4 {
	font-size: 10pt;
}*/