@charset "utf-8";

/*-------------------------------------------
body wrapper container
-------------------------------------------*/

body {margin: 0 auto;padding: 0;}

div#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}


div#container {
	margin: 0;
	text-align: left;
	padding:0;
	background:transparent url(../images/common/bg_hdr.jpg) left top repeat-x;
}

/*-------------------------------------------
header
-------------------------------------------*/

div#hdr {
	/*background:transparent url(../images/common/bg_hdr.jpg) left bottom repeat-x;*/
	/*margin: 0;*/
	/*position: relative;*/
	padding: 10px;
	/*height: 1%;*/
	width:960px;
	margin:0 auto;
	height: 1%;
}

div#hdr #logo {
	width: 275px;
	height:50px;
	margin: 0;
	float: left;
	padding: 0;
}
div#hdr #logo a {
	margin: 0;
	padding: 0;
	line-height:1;
}

/**/
div#hdr #recruit {
	margin: 0;
	padding: 0;
	width: 197px;
	float: left;
	text-align: right;
}

/**/
div#hdr #header_block01 {
	margin: 16px 0 0 0;
	float: right;
	padding: 0;
	/*width: 47em;*/
}

div#hdr #headerLink {
	float: right;
	padding: 0;
	margin:0;
	overflow: hidden;
}
div#hdr #headerLink li {
	float:left;
	background: transparent url(../images/common/ico_cr01.gif) left center no-repeat;
	padding:0 0 0 16px;
	font-size:1.2em;
	text-align: right;
	margin: 0 0 0 10px;
}


div#hdr #headerLink li a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}
div#hdr #headerLink li a:link {
	color: #333;
	text-decoration: none;
}
div#hdr #headerLink li a:visited {
	color: #333;
	text-decoration: none;
}
div#hdr #headerLink li a:hover {
	color: #333;
	text-decoration: underline;
}
div#hdr #headerLink li a:active {
 	color: #333;
 	text-decoration: underline;
}

/*ログイン用リスト*/
div#hdr #headerLink .lst02 a {
	color: #971E1E;
	text-decoration: none;
	background-color: transparent;
}
div#hdr #headerLink .lst02 a:link {
	color: #971E1E;
	text-decoration: none;
}
div#hdr #headerLink .lst02 a:visited {
	color: #971E1E;
	text-decoration: none;
}
div#hdr #headerLink .lst02 a:hover {
	color: #B00404;
	text-decoration: underline;
}
div#hdr #headerLink .lst02 a:active {
 	color: #971E1E;
 	text-decoration: underline;
}



/*-------------------------------------------
ぱんくず
-------------------------------------------*/
ul#topicpath {
	font-size: 1.1em;
	color:#201C0B;
	padding:0;
	/*margin: 0 0 10px 0;*/
	margin:0 0 10px 0;
	/*clear: both;*/
	line-height: 24px;
	display: block;
	background-color:transparent;
}
ul#topicpath #topicpath_here {
	font-size: 1.1em;
	font-weight:bold;
}
ul#topicpath li {
	display: inline; 
	/*padding:0;*/
	font-size: 1.1em;
	
	background:url(../images/common/ico_tp.gif) left center no-repeat;
	padding:0 0 0 14px;
}

#tp1st {background:none!important;padding:0!important;}

ul#topicpath li a {
	color: #201C0B;
	text-decoration: none;
	background-color: transparent;
	background-color:none!important;
}
ul#topicpath li a:link {
	color: #201C0B;
	text-decoration: underline;
	background:none!important;
}
ul#topicpath li a:visited {
	color: #201C0B;
	text-decoration: underline;
	background:none!important;
}
ul#topicpath li a:hover {
	color: #201C0B;
	text-decoration: none;
	background:none!important;
}
div#topicpath li a:active {
 	color: #201C0B;
 	text-decoration: underline;
	background:none!important;
}

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/

/*トップ*/
#mv01 {
	padding:0;
	margin:0;
	clear: both;
	background:transparent url(../images/common/bg_mv01.jpg) left top repeat-x;

}
/* スライドショー使用後削除*/
#mv01 span {
	display:block;
	padding:0;
	margin: 0 auto;
	width: 968px;
}
/* スライドショー使用後削除*/

/*お問い合わせボタン*/
#mv01 dl{
	width:968px;
	margin: 0 auto;
	position:relative;
	height:280px;
	padding:0;
	clear: both;
}
#mv01 dt{
	/*position:relative;*/
	width:968px;
}

#mv01 dt em {
	position:absolute;
	width:238px;
	height:158px;
	right: 30px;
	top: 65px;
	z-index:100;
	/*background-color:transparent;*/
	border:0;
	padding:0;
}
#mv01 dt em img { padding:0;}
#mv01 dd {
	display:block;
	padding:0;
	margin: 0 auto;
	width: 968px;
	clear:both;
}

/**/


#mv01 img {
	display:block;
	padding:0 4px;
	background:transparent url(../images/common/bg01.png) left top repeat-y;
}
* html #mv01 img {background:transparent url(../images/common/bg01.gif) left top repeat-y;}/*IE6*/




/*トップ以下*/
#mv01 #ttl_member {
	width: 940px;
	padding: 0;
	font-size: 1.5em;
	color: #B7AD95;
	line-height: 2.5;
}

/*-------------------------------------------
 (div#wrapper #content) 
-------------------------------------------*/

#wrapper #contents01 {
	margin: 0;
	padding: 0;
	clear: both;
	background:transparent url(../images/common/bg_cnts01.jpg) left top repeat-x;
	/*background:transparent url(../images/common/bg_cnts01.png) left top repeat-x;*/
}
#wrapper #contents02 {
	background:transparent url(../images/common/bg02.png) left top repeat-y;
	padding: 0px;
	width:968px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
* html #wrapper #contents02 {	background:transparent url(../images/common/bg02.gif) left top repeat-y;}/*IE6*/


#wrapper #contents03 {
	padding: 20px 10px 0 10px;
	background:transparent url(../images/common/bg_cnts02.jpg) left top repeat-x;
	margin: 0 4px;
	text-align: left;
}
/*
#wrapper #contents02 {
	margin: 0;
	padding: 10px 20px;
	clear: both;
	background:url(../images/common/bg_title02.jpg) left top repeat-x;
}
*/


/*チャート画面*/
#wrapper #contents04 {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#wrapper #contents05 {
	background-color:#0B0A04;
}

#wrapper #content_stock {
	/*background-color:#0B0A04;*/
		padding: 10px 0 0 0;
	margin:0;
	overflow: scroll;
	overflow-y:scroll;
	background-color: #FFFFFF;

}
/*IE6*/
* html #wrapper #contents04 {width: 970px;}
* html #wrapper #content_stock {width:730px;float:right;}


/*-------------------------------------------
/*content
-------------------------------------------*/

#wrapper #content {
	width:460px;
	float:left;
	padding:0;
	margin:0 0 0 20px;
	background-color: transparent;
	display:inline;

}

/*トップページ用*/
#wrapper #content-top {
	padding:0px;
	/*margin:0 0 20px 240px;*/
	margin:0 240px 20px 0;
}
/*IE6*/
#wrapper #content-top {
_width:700px;
_float:left;
_margin:0;
}
/********************** 未使用　**********************/
#news-top {
	padding:0px;
	width:340px;
	float:left;
}
#semi-top {
	padding:0px;
	margin-left:360px;
}

/********************** 未使用　**********************/

/*文言*/
/*#ex-top {	
	background-color:#F2EEDD;
	border-top:#C2A84B 1px solid;
	margin:20px 0 0;
	padding:10px;
	}*/
	
/*文言-スライダー*/	
	#loopedSlider {	
	background-color:#F2EEDD;
	border-top:#C2A84B 1px solid;
	margin:20px 0 0;
	padding:10px;
}

.container { width:680px; height:400px; overflow:hidden; position:relative; /*cursor:pointer;*/  }
.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
.slides li { position:absolute; top:0; width:680px; display:none; padding:0; margin:0; }

#loopedSlider,#newsSlider {  margin:20px auto 0 auto;/*margin:0 auto;*/ width:680px; position:relative; /*clear:both;*/ }
.slides li { padding-bottom:20px; }
ul.pagination { list-style:none; padding:0; margin:0; }
ul.pagination li  {/* float:left; */ display:inline;}
ul.pagination li a { padding:2px 4px; }
ul.pagination li.active a { background:#333; color:white; font-size:1.2em; }





.slides h3 {

	
	
	font-size:1.7em;
	font-weight:bold;
	line-height:1;
	/*margin:20px 0 10px 0;*/
	padding: 10px;
	/*border-top:#E7D38C 1px solid;*/
	border-left:#E7D38C 1px solid;
		border-right:#E7D38C 1px solid;
	/*border-right:#B7A76F 1px solid;*/
	border-bottom:#C2A84B 1px solid;
	background-color:#E2CE89;
	background:url(../images/common/bg_ttl00.jpg) left top repeat-x;
}
.slides p { 
	font-size:1.4em;
	line-height:1.5;
	margin-bottom:1.5em;
}

/*
#ex-top h3 {

	
	font-size:1.7em;
	font-weight:bold;
	line-height:1;
	margin:20px 0 10px 0;
	padding: 5px;
	border-top:#E7D38C 1px solid;
	border-left:#E7D38C 1px solid;
	border-right:#B7A76F 1px solid;
	border-bottom:#B7A76F 1px solid;
	background-color:#E2CE89;
	background:url(../images/common/bg_login.jpg) left top repeat-x;
}
#ex-top p { 
	font-size:1.4em;
	line-height:1.5;
	margin-bottom:1.5em;
}
*/


/*文言*/
/********************** 未使用　**********************/
#ex-top {	
	background-color:#F2EEDD;
	/*border:1px solid #E1C395;*/
	border-top:#C2A84B 1px solid;
	margin:20px 0 0;
	padding:10px;
}
#ex-top h3 {
	font-size:1.7em;
	font-weight:bold;
	line-height:1;
	margin:20px 0 10px 0;
	padding: 10px;
	/*border-top:#E7D38C 1px solid;*/
	border-left:#E7D38C 1px solid;
		border-right:#E7D38C 1px solid;
	/*border-right:#B7A76F 1px solid;*/
	border-bottom:#C2A84B 1px solid;
	background-color:#E2CE89;
	background:url(../images/common/bg_ttl00.jpg) left top repeat-x;
}
#ex-top p { 
	font-size:1.4em;
	line-height:1.5;
	margin-bottom:1.5em;
}


#news-top .nt,
#semi-top .nt {
	background-color:#F2EEDD;
	height:200px;
}
/********************** 未使用　**********************/

/*トップ用NT*/
#news-top .nt,
#semi-top .nt {
	background-color:#F2EEDD;
	height:200px;
	/*margin:0;
	overflow:auto;
	padding:0;*/
}




/*トップ以下*/
#wrapper #content02 {
	background:#F8F4E9 url(../images/common/bg_cnt02.jpg) center top no-repeat;
	border:#C2A84B 1px solid;
	padding:0px;
/*	margin:0 0 20px 240px;*/
	margin:0 240px 20px 0;
}
/*IE6*//** html #wrapper #content02 {background:#F8F4E9 url(../images/common/bg_cnt02.jpg) center 1px no-repeat;}*/
/*IE7*//**:first-child + html #wrapper #content02{background:#F8F4E9 url(../images/common/bg_cnt02.jpg) center top no-repeat;}*/


/*サイドなしセンター寄せ*/
#wrapper #content03 {
	background:#F8F4E9 url(../images/common/bg_cnt02.jpg) center top no-repeat;
	border:#C2A84B 1px solid;
	padding:0px;
	margin:0 auto 20px auto;
	width:698px;
}

/**/

.content02Blk {
	margin: 0;
	padding: 10px 10px 30px 10px;
	overflow: hidden;
}

.content02Blk p {
	font-size:1.2em;
	line-height:1.5;
}



/**/
.content03Blk {
	margin: 0;
	padding: 10px 0 0 0;
	background:#47361C url(../images/common/bg_list.jpg) left bottom repeat-x;
}
/*IE6*/* html .content03Blk {padding: 10px 0;}
/*IE7*/*:first-child + html .content03Blk{padding: 10px 0;}


/**/

/*books amazon*/
#wrapper #content04 {
	background:#F8F4E9 url(../images/common/bg_cnt03.jpg) center top no-repeat;
	padding:0px;
	margin:0 auto 20px auto;
	width: 820px;
	border:#C2A84B 1px solid;
}



/*トップページ
-------------------------------------------*/


/*ニュース&トピックス　news
-------------------------------------------*/
div.nt {
	/*background-color:#EFE7D0;*/
	background-color:#F2EEDD;
	/*height:150px;*/
	/*ニュースとセミナー情報を分割したら削除*/
	/*height:300px;*/
	height:180px;
	margin:0;
	overflow:auto;
	padding:0;
}
.nt dl {
	margin:0;
	padding:10px　0;
	/*	background-color: #EFE7D0;*/
	font-size:1.2em;
	/*ニュースが増えてきたら削除*/
	/*height: 100px!important;*/
}
.nt dl dt {
	float: left;
	width: 7em;
	padding: 3px 0;
	text-indent: 1em;
	clear: left;
}
.nt dl dd {padding: 3px 0 3px 7em;}


/* link */
.nt dl dd a:link {
	color: #333;
	text-decoration: underline;
	line-height:1.5;
	background:none!important;
}
.nt dl dd a:visited {
	color: #333;
	text-decoration: underline;
	line-height:1.5;
	background:none!important;
}
.nt dl dd a:hover {
	color: #444;
	text-decoration: none;
	line-height:1.5;
	background:none!important;
}




/*株セミナー
-------------------------------------------*/
dl.movie01{
	background-color:#fff;
	padding:10px;
	border:#E3DFD6 1px solid;
	margin: 0 0 20px 0;
	clear: left;
}

dl.movie01 dt {
	width:204px;
	background-color:#221F0E;
	float:left;
	display: block;
	padding: 0;
	margin: 0;
}	
dl.movie01 dt img {  padding:2px; display:block;}
dl.movie01 dd {
	display: block;
	padding: 0;
	margin:0 0 0 220px;
	font-size:2em;
}	
dl.movie01 dd  span {
	font-size:0.6em;
	line-height: 1.5;
}

dl.movie01 ul {
	display: block;
	padding: 0;
	margin:20px 0 0 0;
}	
dl.movie01 li {
	margin:0 0 10px 0;
	font-size:0.6em;
}	
dl.movie01 li em {
	background-color:#533910;
	color:#fff;
	padding:0.2em 0.6em;
}


/**/
.brand{
	font-size:1em;
}
.brand .brand_ttl {	
	width:5em;
	background-color:none;
	float:left;
	display:block;
}
.brand .brand_lst {	
	display: block;
	margin:0 0 0 5em;

}

/*よくあるご質問
-------------------------------------------*/
.faq h3 {
	padding: 0;
	display:block;
	color: #C10528;
	font-weight: bold;
	margin: 0;
}

.faq h3 em {
	padding: 0;
	font-size: 3em;
	float: left;
	display: block;
}
.faq h3 span {
	padding: 0.5em 0 0 0;
	display: block;
	margin: 0 0 0 2em;
	line-height: 1.3;
	font-size: 2em;
}

.faq p {	
	margin: 0 0 20px 0;
	padding: 0 0 10px 4em;
	line-height:1.5;
	border-bottom: #C10528 1px dotted;
}
.faq p em {
	font-style:normal;
	padding: 0;
	font-size: 2.5em;
	color: #25168F;
	float: left;
	display: block;
	font-weight: bold;
}
.faq p span {
	padding: 1em 0 0 0;
	display: block;
	margin: 0 0 0 2em;
	line-height: 1.5;
	font-weight:normal;
	font-size: 1.5em;
}


/*MasterStockサービス申込 /apply/
-------------------------------------------*/
/*利用規約画面*/
#apply01-01{
	border:#ccc 1px solid;
	height:350px;
	overflow:auto;
	padding:20px;
	background-color:#fff;
}
#apply01-01 p { font-size:1.2em; line-height:1.5;}

/*ボタン*/
.pdf { margin:10px 0;}
#apply01-02 {font-size:1.2em; line-height:1.5;}
#apply01-02 #btn_form{
	border:#C2A84B 1px solid!important;
	text-align:center;
	padding:2em 0;
	background-color:#fff;
}

/*登録フォーム*/
#apply02-01 {
	border:#ccc 1px solid;
	padding:20px;
	background-color:#fff;
}
#apply02-01 h2 {
	padding:0;
	text-align:center;
}
#apply02-01 h3 {
	padding:0;
	font-size:2.3em;
	margin:20px 0 10px 0;
}
#apply02-01 p {
	padding:0;
	font-size:1.2em;
	line-height:1.5;
}
/*会員選択*/
#apply02-02 {
	padding:0;
	margin:40px 0;
}
#apply02-02 dl {
	padding:0;
	margin:0 0 20px 2em;
	font-size:1.8em;
}
#apply02-02 dt {
	padding:0;
	margin:0 0 0.3em 0;
	font-weight:bold;
}
#apply02-02 dd {
	padding:0;
	margin:0 0 1.5em 0;
	font-size:0.8em;
}
/*社名　銀行口座*/
#apply02-03 dl {
	padding:0;
}
#apply02-03 dt {
	padding:0;
}
#apply02-03 dd {
	padding:0;
}


dl#apply02-04,
dl#apply02-05 {
	padding:0;
	width: 49%;
	float: left;
}
#apply02-04 dt,
#apply02-05 dt {
	padding:0;
	font-size:1.4em;
	line-height:1.5;
}
#apply02-04 dd,
#apply02-05 dd {
	padding:0;
	font-size:1.2em;
	line-height:1.5;
}



/*契約更新 /expired_contract/
-------------------------------------------*/
/*支払い方法　銀行*/
#pay01 {width:190px; float:left; font-size:1.2em; line-height:1.5;}
#pay01 dl {padding:0;}
#pay01 dt {padding:0;}
#pay01 dt span { color:#CC0000;}
#pay01 dd {padding:0;}

#pay01 p, 
#menber01 p {font-size:1.4em; font-weight:bold;border-bottom:#999 1px dotted; margin:0 0 5px;}	

/*会員の種類*/
#menber01{width:450px; float:right; font-size:1.2em; line-height:1.5;}
#menber01 dl {padding:0;}
#menber01 dt {background: transparent url(../images/common/ico_cr02.gif) left center no-repeat;padding:0 0 0 16px; margin-top:10px; font-size:1.2em; font-weight:bold;}
#menber01 dd {padding:0;}





/*企業概要
-------------------------------------------*/
.company h3 {
	padding: 0 0 5px 0;
	font-size: 1.8em;
	display:block;
	color: #C10528;
	font-weight: bold;
	margin: 0;
}

.company p {	
	margin: 0 0 5px 0;
	line-height:1.5;
	font-size:1.3em;
}


.company dl {
	font-size:1.3em;
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 7px #EEEEEE solid;
}
.company dl dt {
	float: left;
	width: 9em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 1.5;
	text-align: right;
}
.company dl dd {
	padding: 10px 0 10px 10em;
	line-height: 1.5;
	border-bottom: 1px #CCCCCC solid;
}



/*プライバシーポリシー
-------------------------------------------*/

.privacypolicy {
	margin:0;
	padding:0 96px 0 96px;	
}

.privacypolicy h3 {
	margin:0 0 3px 0;
	padding:0;
	font-size:1.8em;
	font-style:normal;
	color:#C10528;
	border-bottom: #C10528 2px solid;
}

.privacypolicy h4 {
	margin:1em 0 3px 0;
	padding:0;
	font-size:1.8em;
	color:#444;
	border-bottom: #C10528 1px solid;
}

.privacypolicy p {
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height: 1.5;
}
.privacypolicy #pp01 {
	margin:12px 0;
	padding:0;
	font-size:1.2em;
	line-height: 1.5;
}

.privacypolicy #pp02 {
	margin:12px 0 0 0;
	padding:0;
	font-size:1.2em;
	line-height: 1.5;
	width: 20em;
	float: right;
}


/*用語集
-------------------------------------------*/
#word{ padding:0;}
#word h3 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin:20px 0 10px 0;
	padding: 5px;
	border-top:#E7D38C 1px solid;
	border-left:#E7D38C 1px solid;
	border-right:#B7A76F 1px solid;
	border-bottom:#B7A76F 1px solid;
	background-color:#E2CE89;
	background:url(../images/common/bg_login.jpg) left top repeat-x;
	clear:both;
}
#word dt,
#word dd span { font-size:1.4em; }
#word dt{
	background: url(../images/common/ico_lv2.gif) left center no-repeat;
	display:block;
	padding:0.7em 0 0.7em 16px;
	width:45%;
	float:left;
}
#word dt a{ display:block;}
#word dt a:hover{background-color:#EBDDAB;}

/*～行*/
#wordLIst{ padding:0;}
#wordLIst li{
	font-size:1.4em;
	padding:0;
	float: left;
	width:75px;
}
#wordLIst li a{
	display: block;
	padding:10px;
	border-top:#666 1px solid;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	text-align: center;
	background-color:#ddd ;
}
#wordLIst li a:hover{background-color:#f3f3f3;}
.wordLIst-fst {border:#666 1px solid;}
.wordLIst-none {background-color:#666!important;}

/*サイトマップ
-----------------------------------------------*/
dl.sitemap {
	margin:0;
	float: none;
	font-size:1.4em;
}

/*トップ*/
dl.sitemap .lv1 {
	padding:0 0 0 17px;
	background: url(../images/common/ico_r01.gif) left center no-repeat;
	margin: 0 0 1em 0;
}

/*2階層*/
dl.sitemap.lv2 {
	padding:0;
	margin:0 0 1em 0;
}
dl.lv2 dt {
	padding:0 0 0 17px;
	margin:0 0 0 2em;
	background: url(../images/common/ico_r01.gif) left center no-repeat;

	line-height: 1.5;
}
dl.lv2 dd {
	padding:0 0 0 17px;
	margin:0 0 0 4em;
	line-height: 1.5;
	background: url(../images/common/ico_r03.gif) left center no-repeat;
}

dl.lv2 dd.lv3{
	padding:0 0 0 17px;
	margin:0 0 0 6em!important;
	line-height: 1.5;
	background: url(../images/common/ico_r03.gif) left center no-repeat;
}



/*お問い合わせページ
-----------------------------------------------*/
#contact {
	margin:0;
	padding:0 105px;	
}
#contact p {
	font-size:1.4em;
	line-height:1.5;
}
#contact h2 {
	font-size:1.8em;
	background-color:#f3f3f3;
	border-bottom:#dedede 2px solid;
	padding:5px;
	margin:0;
}
/*フォームからお問い合わせ*/
#contact #contactTbl {
	border-collapse: collapse;
	empty-cells:show;
	border-spacing:0px;
	table-layout:fixed;
	width:100%; 
	border-top:#999 1px dotted;
	margin:20px 0 0 0;
}
#contactTbl th {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-size: 1.4em;
	color:#444;
	line-height:1.5;
	padding:1em;
	vertical-align:middle;
	border-bottom:#999 1px dotted;
	empty-cells:show;
	text-align: right;
	white-space: nowrap;
	width: 180px;
	font-weight: normal;
}
#contactTbl td {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-size: 1.4em;
	color:#444;
	line-height:1.5;
	padding:1em;
	vertical-align:middle;
	border-bottom:#999 1px dotted;
	empty-cells:show;
}
#contactTbl .no_border {border-bottom: none }



#contactTbl li {
	font-size:0.8em;
	list-style-type:square;
	margin-left:2em;
}



/**/
#btn_form {
	text-align:center;
	padding:1em 0;
	border: none;
}
input#btn01 {
	font-size: 1.4em;
	padding:0.3em 5em;
	cursor: pointer;
	background-color:#BB9D38;
	border: none;
	color:#fff;
}
input#btn01:hover,
input#btn01:focus {
	color: #fff;
	background-color:#CFAE3E;
	cursor: pointer;
	border: none;
}
/*修正*/

input#btn02 {
	font-size: 1.4em;
	padding:0.3em 1em;
	cursor: pointer;
	background-color:#ccc;
	border: none;
	color:#444;
}

input#btn02:hover,
input#btn02:focus {	
	color: #444;
	background-color:#d6d6d6;
	cursor: pointer;
	border: none;}

/**/
#policy {
	margin:0;
	padding:17px;
	border:#ddd 3px solid;
	background:#fff;
}
#policy h3 {font-size:1.2em}

#policy p {font-size:0.8em}



/*セミナー参加フォーム
-----------------------------------------------*/
#img_intro01 img,
#img_intro02 img {_width:674px;margin:0;}


/**/
#intro_ex01 { padding:0 10px; border:#E1C395 1px solid; background-color:#fff;}


/**/
#navi_intro { padding:0; margin:0;}
#navi_intro li { float:left;padding:0; margin:0;}
#navi_intro01 { width:169px;}
#navi_intro02 { width:170px;}
#navi_intro03 { width:170px;}
#navi_intro04 { width:169px;}

#img_intro01 { margin-bottom:10px;}
#img_intro02 { clear:both;}

/*見出し*/
#img_intro04,
#img_intro05,
#img_intro07,
#img_intro11,
#img_intro12  { margin:20px 0 0 0; }

#img_intro03 img,
#img_intro04 img,
#img_intro05 img,
#img_intro07 img,
#img_intro11 img,
#img_intro12 img { _width:653px; margin:0 0 10px 0; }
#intro_ex01 p {
	line-height:1.5;
	font-size:1.4em;
	margin:0 0 5px 0;
	display: block;
}

#img_intro06 {margin:0;}
.photoL {float:left;width:245px;}
.photoR {float:right;width:245px;}
.textL{margin: 0 255px 0 0 ;}
.textL ol { font-size:1.4em; margin-left:1.5em; line-height:1.5;}
.textR{margin: 0 0 0 255px;}

/**/

dl.intro_voice  {
	margin:0 0 10px 0;
	background-color:#EFE7D0;
	padding:10px;
	clear: both;
}
.intro_voice span { background-color:#ff9;}
.intro_voice em {color:#7E5718;}
/**/

.intro_voice dt {
	margin:0 0 5px 0;
	font-size: 1.4em;
	width: 92px;
	float: left;
	clear: both;
}
.intro_voice dd {
	margin:0 0 5px 0;
	float: right;
	width: 530px;
	line-height: 1.5;
	font-size: 1.4em;
}

/**/

.introApp {padding:10px; border:#EFE7D0 5px solid; background-color:#fff; margin:0 0 20px 0;}
.introAppTtl  {
	margin:0;
	font-size: 1.6em;
	line-height: 1.3;
	padding: 5px;
	background-color: #EFE7D0;
	border-top: double 3px #C2A84B;
	font-weight: bold;
}

.introApp p {line-height:1.5;font-size:1.4em;margin:0 0 10px 0;}

.introApp dl {
	margin:0;
	font-size: 1.4em;
}
.introApp dl span { background-color:#ff9;}
.introApp dl em {color:#7E5718;}
/**/

.introApp dt {
	margin:0 0 5px 0;
	font-size: 1.2em;
}
.introApp dd {
		margin:0 0 5px 0;
}
.introApp dd ul {
		margin:0 0 10px 1em;
}
.introApp dd ol {
		margin:0 0 10px 2.5em;
}
.introApp dd li {
		margin:0;
}

/*タイム24地図*/
#time24map span {
	margin:0 0 10px 0;
	display: block;
}
#time24map img {
	text-align:center;
	display: block;
	margin: 0 auto;
	width: 652px;
}

/*申込ボタン*/
.introAppBtn {
	/*background-color:#E1D095;
	background:#E1D095 url(../images/common/bg_login.jpg) left bottom repeat-x;*/
	background-color:#EFE7D0;
	margin: 0 0 20px 0;
	border: #E1C395 1px dotted;
	padding: 10px;
}
.introAppBtn p { text-align:center;}

/*QAよくあるご質問
-------------------------------------------*/
.intro_qa01 {margin:20px 0 10px 0;}
.intro_qa01 h3 {
	padding: 0;
	display:block;
	color: #D50505;
	font-weight: bold;
	margin: 0;
}

.intro_qa01 h3 em {
	padding: 0;
	font-size: 3em;
	float: left;
	display: block;
}
.intro_qa01 h3 span {
	padding: 0.5em 0 0 0;
	display: block;
	margin: 0 0 0 2em;
	line-height: 1.3;
	font-size: 2em;
}

.intro_qa01 p {	
	margin: 0 0 20px 0;
	padding: 0 0 10px 2.5em;
	line-height:1.5;
	border-bottom: #ccc 1px dotted;
}
.intro_qa01 p em {
	font-style:normal;
	padding: 0;
	font-size: 2em;
	color: #444;
	float: left;
	display: block;
	font-weight: bold;
}
.intro_qa01 p span {
	padding: 1em 0 0 0;
	display: block;
	margin: 0 0 0 3em;
	line-height: 1.5;
	font-weight:normal;
}

/*マスターストック倶楽部で学べる投資技法のご紹介
-------------------------------------------*/
#results { padding:0; margin:0;}
.results_cnt {
	padding:0 10px 10px 10px;
	border:#E1C395 1px solid;
	background-color:#fff;
	margin: 20px 0 0 0;
}
.results_cnt h4 {
	font-size:1.8em;
	line-height:1.2;
	margin:10px 0 20px 0;
	color: #573C11;
}
.results_cnt p { font-size:1.4em; line-height:1.5;}


/*タイトル画像*/
#img_results01,
#img_results02,
#img_results03 {font-size:3em; margin:0;}

#img_results01 img,
#img_results02 img,
#img_results03 img { _width:653px;}


/*スライド*/
#rsltPic01 li,
#rsltPic02 li,
#rsltPic03 li { 
	padding:5px; 
	background:#000;
}
#rsltPic01 li span,
#rsltPic02 li span,
#rsltPic03 li span {
	display:block;
	font-size:1.4em;
	line-height:1.5;
	background:#eee;
	margin: 10px 0 0 0;
	color:#D50505;
}


.resultsNotes {
	display:block;
	margin:20px 0 10px 0;
	width:54em;
}
.resultsNotes li {
	font-size:1.2em;
	line-height:1.5;
}
.resultsNotes .rn_red { background-color: #FFDFDF;}
.resultsNotes .rn_green { background-color:#BFFFBF;}

.rn_notes {
	color:#C10528;
	clear:both;
	text-align:center;
	margin: 0 0 10px 0;
	font-size:1.2em!important;
}
/*IE6*/
#rsltPic01 img,
#rsltPic02 img,
#rsltPic03 img { _width:640px;}


/*アフィリエイトプログラム
-------------------------------------------*/
/*アフィリエイト ログイン*/
#affiliate_login {width:300px; float:left; font-size:1.2em; line-height:1.5;}
#affiliate_login dl {padding:0;}
#affiliate_login dt {padding:0;}
#affiliate_login dt span { color:#CC0000;}
#affiliate_login dd {padding:0;}

#affiliate_login p, 
#affiliate_entry p {font-size:1.4em; font-weight:bold;border-bottom:#999 1px dotted; margin:0 0 5px;}	

/*アフィリエイト 会員登録*/
#affiliate_entry{width:300px; float:right; font-size:1.2em; line-height:1.5;}
#affiliate_entry dl {padding:0;}
#affiliate_entry dt {
	/*background: transparent url(../images/common/ico_cr02.gif) left center no-repeat;
	padding:0 0 0 16px;
	font-weight:bold;*/
	margin-top:10px; 
	font-size:1.2em;
}
#affiliate_entry dd input {margin:20px 0 0 0;}



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

#wrapper #col01 {
	width:220px;
/*	float:left;*/
float:right;
	padding:0;
	margin:0;
	background-color: transparent;
}


/*バナー広告募集*/

#ad { padding:0 5px; margin:10px 0 0 0;}
#ad dl { border:#CAC8AE 1px solid; background-color:#E9E8DE;}
#ad dt { font-size:1.1em; text-align:center;}
#ad dd {
	background-color:#E9E8DE;
	padding: 0 4px;
}
	#ad dd img { display:block; margin-bottom:4px;}

	

/*トップ以下左サイドボタン*/

#wrapper #col01-01 {
	width:220px;
	padding:0;
	margin:0 0 20px 0;
	background-color:transparent;
	clear: both;
}

#col01-01 #colBtn01-01 li { margin:0 0 5px 0;}






/*チャート画面左サイド*/
#wrapper #col01stock {
	min-width:220px;
	max-width:220px;
	width:220px;
	float:left;
	padding:0 10px 0 0;
	margin:0;
	background-color: transparent;
}
#wrapper #col01stock table {border-collapse:separate;}
#wrapper #col01stock table,
#wrapper #col01stock textarea {width:100%;border: none; background-color:#fff;} 


#contents05 #col01stock #rireki {
border-bottom: #DBD8D1 1px solid;
/*	border-top:#E1C395 3px solid;
	border-right:none;
	border-left:none;
	/*border-bottom:#E1C395 1px solid;*/
	height:7.2em;
	font-size:1.2em;
	line-height:1.2;
	margin: 0;
	border: none;
}
#contents05 #col01stock #bacho {

/*	border-top:#E1C395 3px solid;*/
border-bottom: #DBD8D1 1px solid;
/*	border-right:none;
	border-left:none;
	border-bottom:#E1C395 1px solid;*/
	height:7.2em;
	font-size:1.2em;
	line-height:1.2;
	margin: 0;
}

/*IE6*/
* html #contents05 #col01stock textarea {width:220px; border: none;}


#contents05 #col01stock select {font-size:1.1em;}



/*停止　閉じるボタン*/
.stockTBL01 {border-top:#fff 1px solid;border-left:#fff 1px solid;border-bottom:#fff 1px solid;}
.stockTBL01 td{background-color: #E7E4DC; border-right:#fff 1px solid; }
.stockTBL01 td span{
	display:block;
	width: 100%;
}
.stockTBL01 td span #stp{ background:transparent url(../images/common/ico_stp01.gif) 14px center no-repeat;}
.stockTBL01 td span #cl{ background:transparent url(../images/common/ico_cl01.gif) 14px center no-repeat;}
.stockTBL01 td span a{
	display:block;
	text-align:center;
	padding:2px 0;
	font-size: 1.2em;
}
.stockTBL01 td span a:hover{ background-color:#F3F0E8!important;}

/*銘柄*/
.stockTBL02 {margin:10px 0 0 0;}
.stockTBL02 th{
	background-color: #F6E88C;
	border-top:#fff 1px solid;
	border-bottom:#E7DA83 1px solid; 
	border-left:#E7DA83 1px solid;
	font-size: 1.3em;
	padding:2px;
	text-align:center;
	font-weight:normal;
	/*width: 3.5em;*/
}
.stockTBL02 td{
	background-color: #FFFBDF;
	border-top:#fff 1px solid;
	border-bottom:#E7DA83 1px solid; 
	border-left:#E7DA83 1px solid;
	font-size: 1.3em;
	padding:2px;
}
/*値*/
.stockTBL02_01 {border:#fff 1px solid;margin:0 0 10px 0;}
.stockTBL02_01 th{
	background-color: #F6E88C; 
	border-top:#fff 1px solid;
	border-bottom:#E7DA83 1px solid;
	 border-left:#E7DA83 1px solid; 
	 border-right:#fff 1px solid; 
	  font-size: 1.3em; 
	 padding:2px;
	  text-align:center; 
	 font-weight:normal;
	}
.stockTBL02_01 td{
	background-color: #FFFBDF; 
	border-top:#fff 1px solid;
	border-bottom:#E7DA83 1px solid; 
	border-left:#E7DA83 1px solid;
	 border-right:#fff 1px solid; 
	 font-size: 1.3em;
	 padding:2px; 
	 text-align:center;
	}


/*玉帳*/
.stockTBL03 {border:#fff 1px solid; margin:0;}
.stockTBL03 th{
	background-color: #F2E4D0;
	border-top:#fff 1px solid;
	font-size: 1.1em;
	padding:2px;
	text-align:center;
	font-weight: normal;
}
.stockTBL03 td{background-color: #ffffff;border-top:#F2E4D0 1px solid; border-bottom:#F6E88C 1px solid; font-size: 1.2em;padding:2px;text-align:center;}


/*場帳*/
#bacyou {background-color:#E1C395; margin:0; padding:5px 5px 2px 5px;}

.stockTBL04 {
	border:#fff 1px solid;
	margin:0;
	padding:0;
}
.stockTBL04 th{
	background-color: #F2E4D0;
	border-bottom:#fff 1px solid;
	font-size: 1.1em;
	padding:2px;
	font-weight:normal;
	text-align: left;
}
.stockTBL04 td{background-color: #ffffff;border-bottom:#F2E4D0 1px solid; font-size: 1.1em;padding:2px;}


/*新(売買)*/
#bacho_wrap {
	margin:0 0 10px 0;
	/*padding:3px;
	background-color: #E1C395;
	border:#BBA27C 1px solid;*/
	/*background-color:#E1C395;*/
}
#bacho_wrap table {border-collapse:separate;}
.stockTBL04_02 {
/*	border:#E1C395 1px solid;*/
		margin: 0;
	padding:0;
}
.stockTBL04_02 th{
	background-color: #F6E88C;
	border-top:#fff 1px solid;
	border-bottom:#E7E3C9 1px solid;
	font-size: 1.1em;
	padding:2px;
	font-weight:normal;
	text-align: center;border-right:#fff 1px solid;border-left:#E7DA83 1px solid; 
}
.stockTBL04_02 td{
	/*background-color: #fff;*/
	font-size: 1.1em;
	padding:2px;
	/*border-top:#fff 1px solid;
	border-bottom:#E7E3C9 1px solid;*/
	text-align: center;
	
}

/*翌日ボタン*/
#nextday {padding:0.51em;border-top:#fff 1px solid; background-color:#E7E4DC; border-right:#fff 1px solid; border-left:#DBD8D1 1px solid;}
#nextday input {padding:0.1em 1em;}

/*表*/
.sd_blue_cell {
	 border-right:#fff 1px solid;
	 border-left:#DDEAEB 1px solid; 
	 border-bottom:#DDEAEB 1px solid; 
	 background-color:#EFFEFF;
	 border-top:#fff 1px solid;
}
.sd_red_cell { 
	border-right:#fff 1px solid;
	border-left:#E7D9E2 1px solid;
	 border-bottom:#E7D9E2 1px solid; 
	 background-color:#FFEFF9;
	  border-top:#fff 1px solid;
}
.sd_white_cell { 
background-color:#fff; border-bottom:#eaeaea 1px solid; border-left:#eaeaea 1px solid; border-top:#fff 1px solid; text-align:center;}


/*新(場帳)*/
/*.stockTBL04-3 {
	border:#fff 1px solid;
		margin: 10px 0 0 0;
	padding:0;
}
.stockTBL04-3 th{
	background-color: #F2E4D0;
	border-bottom:#fff 1px solid;
	font-size: 1.1em;
	padding:2px;
	font-weight:normal;
	text-align: center;
}
.stockTBL04-3 td{background-color: #ffffff;border-bottom:#F2E4D0 1px solid; font-size: 1.1em;padding:2px;}

*/




/*表示オプション*/
.stockTBL05 {
	border:#fff 1px solid;
	margin:0;
	padding:0;
}
.stockTBL05 td{background-color: #ffffff;font-size: 1.1em;padding:2px;}
.stockTBL05 .bgGray{background-color: #E7E7E7!important;}




/*区切*/
.stockTBL06 {border:#fff 1px solid; margin:0;}
.stockTBL06 th{
	background-color: #E7E7E7;
	border-top:#fff 1px solid;
	font-size: 1.1em;
	padding:2px;
	text-align:center;
	font-weight: normal;
}
.stockTBL06 td{background-color: #ffffff;border-top:#E7E7E7 1px solid; border-bottom:#E7E7E7 1px solid; font-size: 1.2em;padding:2px;text-align:center;}


/*アコーディオン*/
.accordion1 dt,
.accordion2 dt,
.accordion3 dt{background-color:#999; padding:2px ; color:#fff;	 border-left:#888 1px solid;border-bottom:#888 1px solid;border-top:#fff  1px solid;border-right:#fff 1px solid;font-size:1.2em;}
.accordion1 dt a,
.accordion2 dt a,
.accordion3 dt a { color:#fff;}

/*タイトル*/
.sdTtl {background-color:#9F9F9F; padding:2px; color:#fff; border-left:#888 1px solid;border-bottom:#888 1px solid;border-top:#fff  1px solid;border-right:#fff 1px solid; font-size:1.2em;}






/*トップページ*/
/*ログインlogin*/

div#login {
	background-color:#E1D095;
	background:#E1D095 url(../images/common/bg_login.jpg) left bottom repeat-x;
	margin: 0 0 10px 0;
	border: #EFE7D0 3px double;
	padding: 10px;
}
div#login h2 {margin:0 0 10px 0;}

div#login p {
	font-size:1.2em;
	color:#563C10;
	line-height:1.5;
	margin:0 0 10px 0;
}

div#login dl {font-size:1em; margin:0;}
div#login dl dt {
	float: left;
	width: 65px;
	padding: 6px 0 3px 0;
	margin: 0;
}
div#login dl dd {margin: 0 0 0 65px;padding:3px 0;}

div#login .ipt01 { 
	width:125px;
}
/*IE6*/* html div#login .ipt01 {width:120px; }






/*サイドナビボックス*/
div.colBox01-1 {
	background-color: #E4D8AF;	
	border-top:#CFB456 1px solid;	
	/*background:url(../images/common/bg_box-btm01.jpg) left bottom repeat-x;*/
	padding:0 0 4px 0;
	margin:0 0 6px 0;
}
div.colBox01-2 {
	background-color: #E1CA79;
	border-right:1px solid #CFB456;	
	border-left:1px solid #CFB456;
	border-bottom:1px solid #CFB456;	
	padding:0;
}
div.colBox01-3 {
	background-color: #fff;
	border:1px solid #CFB456;	
	padding:0;
	margin:3px;
}
div.colBox01-4 {
	background-color: #fff;
	padding:10px;
	font-size: 1.2em;
	line-height: 1.5;
}

/*サイドナビタイトル*/
h2.colTtl {
	border:#F2E4D0 1px solid;
	padding:0;
	margin:0;
	background-color: #E4D8AF;
}
h2.colTtl strong {
	padding:0.3em 0;
	margin:0;
	background: transparent url(../images/common/bg_ttlside.jpg) repeat-x left bottom;
	font-size:1.7em;
	text-align:center;
	font-weight:bold;
	display: block;
}
/*h2.colTtl strong {border-top:#F2E4D0 1px solid;}*/

/**/
/*ナビボタン*/
ul#s-navi li a {
	display:block;
	border-top:#ddd 1px dotted;
	text-decoration:none;
	font-size:1em;
	background-color:#fff;
}
ul#s-navi li a:link {
	border-top:#ddd 1px dotted;
	color:#444;
	text-decoration:underline;
}
ul#s-navi li a:hover {
	border-top:#ddd 1px dotted;
	background-color:#FBF5CC;
	text-decoration:none;
}
ul#s-navi li a:visited {
	border-top:#ddd 1px dotted;
	color:#444;
	text-decoration:none;
}

ul#s-navi li a span {
	background:url(../images/common/ico_lv2.gif) left center no-repeat;
	display:block;
	padding:0.7em 0 0.7em 16px;
}
/*
ul#s-navi li a span.lv2 {
	background:url(../images/common/ico_lv2.gif) 12px center no-repeat;
	display:block;
	padding:0.5em 0.5em 0.5em 18px;
}*/
.s-navi-last a {border-bottom:#ddd 1px dotted;}
#s-navi-last a {border-bottom:#ddd 1px dotted;}
ul#s-navi li a span:hover {color:#333;}
/*
ul#s-navi li a span:hover,
ul#s-navi li a span.lv2:hover {color:#0F67FF;}
*/

/*現在位置*/
a.s-navi_here {
	color:#003FAB;
	font-weight:bold!important;
	background-color:#e9e9e9!important;
}


.parentsLink {background-color:#EAE1C2!important;}
.current {background-color:#EAE1C2!important;}

/*サイドナビ内罫線*/
#s-navi .snhr01 {
	/*	background:url(../images/common/line_dashed01.gif) center center repeat-x;*/
	background-color:#E1CA79;
	padding: 0;
	margin: 0;
	height: 2px;
	border-top:#ddd 1px dotted;
	font-size: 0em;
	line-height: 0;
}


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

#wrapper #col02 {
	width:220px;
	float:left;
	padding:0;
	margin:0 0 20px 20px;
	background-color:transparent;
	display:inline;
}

#col02 #colBtn01 li { margin:0 0 10px 0;}



/*-------------------------------------------
サイドナビ
-------------------------------------------*/
.snavi01-01{
	padding:0 0 5px 0;
	background:transparent url(../images/common/bg_snavi_btm.jpg) left bottom no-repeat;
	margin: 20px 0 0 0;
}
/*IE7*/
*:first-child+html .snavi01-01 {height:1%;}

.snavi01-02 {
	padding:0;
	margin: 0;
	color:#444;
	font-size:1.3em;
}

.snavi01-02 ul {
	background-color: #FFF0F2;
}

.snavi01-02 dt {
	margin:0;
	padding:0;
}

.snavi01-02 dd {
	border-top:1px solid #C10528;
	border-right:1px solid #C10528;
	border-left:1px solid #C10528;
	margin:0;
	padding:0;
}
/*IE6*/* html .snavi01-02 dd {padding:0 0 5px 0;}


/*child*/
.snavi01-02 dd a {
	margin:0;
	padding:5px 10px 5px 26px;
	border-bottom:#fff 1px solid ;
	display:block;
	background-color:#FFF0F2 ;
	background: #FFF0F2 url(../images/common/ico_r01.gif) 10px center no-repeat;
}
.snavi01-02 dd a:hover {background: #FEC9D2 url(../images/common/ico_r01.gif) 10px center no-repeat;}


.snavi01-02 dd a:link {color:#444;}
.snavi01-02 dd a:visited {color:#444; text-decoration:none;}
.snavi01-02 dd a:hover {color:#C10528;}


/*現在位置*/
.snavi01-02 .here {
	background-color: #FEC9D2 !important;
	font-weight:bold!important;
}		




/*フッター*/

div#ftr {
	margin:0 4px ;
	padding:0;
	border-bottom:#ddd 1px solid;
	background:transparent url(../images/common/bg02.png) left top repeat-y;
	
	clear: both;
	
}
* html div#ftr {	background:transparent url(../images/common/bg02.gif) left top repeat-y;}/*IE6*/


div#ftr ul {
	background:#3C3829 url(../images/common/bg_ftr.jpg) left top repeat-x;
	clear:both;
	margin:0;
	padding: 23px 10px 20px 0;
	text-align:right;
	display: block;
	line-height: 1.5;

	font-size: 1.2em;
	border-bottom:#272310 1px solid;
}

div#ftr li {
	display: inline;
	padding:0px 0.6em;
	border-right:1px solid #B7AD95;
	font-size:0.9em;
	margin: 0;
}
div#ftr li.lastitem {
	border-right:none;
	padding-right: 0!important;
}

div#ftr li a {
	font-size:1em;
	color: #B7AD95;
	text-decoration: none;
	line-height:1;
	background-color:none!important;
}
div#ftr li a:link {
	color: #B7AD95;
	text-decoration: none;
	background-color:none!important;
}
div#ftr li a:visited {
	color: #B7AD95;
	text-decoration: none;
	background-color:none!important;
}
div#ftr li a:hover {
	color: #B7AD95;
	text-decoration: underline;
	background-color:none!important;
}
div#ftr li a:active {
 	color: #B7AD95;
 	text-decoration: underline;
	background-color:none!important;
}

/*address*/

div#ftr address {
	padding:5px 10px;
	margin:0;
	color: #564E3A;
	font-size: 1em;
	display: block;
	line-height: 1;
	clear: both;
	text-align: right;
	background-color:#221F0E;
	border-top:#33301F 1px solid;
	
}
div#ftr address a {
	font-size:1em;
	color: #564E3A;
	text-decoration: none;
	line-height:1;
}
div#ftr address a:link {
	color: #564E3A;
	text-decoration: none;
}
div#ftr address a:visited {
	color: #564E3A;
	text-decoration: none;
}
div#ftr address a:hover {
	color: #564E3A;
	text-decoration: none;
}
div#ftr address a:active {
 	color: #564E3A;
 	text-decoration: none;
}






/*-------------------------------------------
pagetop
-------------------------------------------*/

div.pagetop {
	margin:0;
	clear:both;
	/*float: right;*/
	text-align: right;
	width:940px;
	line-height: 1.5;
	margin:0;
	font-size: 1em;
	
	padding:40px 0 0 0;

	
}
div.pagetop a {
	margin:0 0 5px 0;
	padding:0 0 0 14px;
	background: url(../images/common/ico_up.gif) left 2px no-repeat;
	float: right;
}


div.pagetop a:link {
	color: #333;
	text-decoration: underline;
}
div.pagetop a:visited {
	color: #333;
	text-decoration: underline;
}
div.pagetop a:hover {
	color: #333;
	text-decoration: none;
}
div.pagetop a:active {
 	color: #333;
 	text-decoration: underline;
}


/*700px*/

div.pagetop02 {
	margin:0;
	clear:both;
	text-align: right;
	width:680px;
	line-height: 1.5;
	margin:0;
	font-size: 1em;

	
}
/*IE6*/* html div.pagetop02 {width:670px; }

div.pagetop02 a {
	margin:0 0 5px 0;
	padding:0 0 0 14px;
	background: url(../images/common/ico_up.gif) left 2px no-repeat;
	float: right;
}


div.pagetop02 a:link {
	color: #333;
	text-decoration: underline;
}
div.pagetop02 a:visited {
	color: #333;
	text-decoration: underline;
}
div.pagetop02 a:hover {
	color: #333;
	text-decoration: none;
}
div.pagetop02 a:active {
 	color: #333;
 	text-decoration: underline;
}








/*100%*/


div.pagetop03 {
	padding:5px 0 0 0 ;
	clear:both;
	text-align: right;
	line-height: 1.5;
	margin:0;
	font-size: 1em;
	
	
}
/*IE6*//** html div.pagetop02 {width:670px; }*/

div.pagetop03 a {
	margin:0;
	padding:3px 10px;
	background-color:#111;
	text-align:right;
	display:block;
}
/*IE6*/* html div.pagetop03 a {width:100%;}
/*IE7*/*:first-child + html div.pagetop03 a{width:100%;}

div.pagetop03 a:link {
	color: #B7AD95;
	text-decoration: underline;
}
div.pagetop03 a:visited {
	color: #B7AD95;
	text-decoration: underline;
}
div.pagetop03 a:hover {
	color: #B7AD95;
	text-decoration: none;
	background-color:#0B0B08;
}
div.pagetop03 a:active {
 	color: #B7AD95;
 	text-decoration: underline;
}




/*660px*/

div.pagetop04 {
	margin:0;
	clear:both;
	text-align: right;
	width:660px;
	line-height: 1.5;
	margin:0;
	font-size: 1em;

	
}
/*IE6*/* html div.pagetop04 {width:650px; }

div.pagetop04 a {
	margin:0 0 5px 0;
	padding:0 0 0 14px;
	background: url(../images/common/ico_up.gif) left 2px no-repeat;
	float: right;
}


div.pagetop04 a:link {
	color: #333;
	text-decoration: underline;
}
div.pagetop04 a:visited {
	color: #333;
	text-decoration: underline;
}
div.pagetop04 a:hover {
	color: #333;
	text-decoration: none;
}
div.pagetop04 a:active {
 	color: #333;
 	text-decoration: underline;
}





/*-------------------------------------------
/*汎用ボックス
-------------------------------------------*/
/*汎用ボックス*/
.box01 {
	border:#ccc 1px solid; 
	padding:10px;
}

.box02 {
border:#ccc 3px solid; background-color:#fff; 
}


/**/

.graybox {
	font-size: 14px ;
	border:1px #eee solid;
	padding:5px;
	margin:0 0 15px 0;
	line-height: 1.5;
	background-color: #F8F8F8;
}

/*注意BOX*/
.noteBox {
	margin:0 0 10px 0;
	border:#ccc 1px solid; 
	padding:10px;
	background:url(../images/common/img_error_l.jpg) right bottom no-repeat;
}

.noteBox ul {
	font-size:1.2em;
	line-height:1.5;
	list-style-type:disc;
	margin:0 0 0 1em;
}
.noteBox ul li {margin:0 0 10px 0;}


/*-------------------------------------------
汎用定義リスト
-------------------------------------------*/
dl.def {
	margin:0;
	padding:0;
	font-size:1.3em;
	line-height:1.5;
}
.def dt {
	padding:0 0 0 1em;
}
.def dd {
	padding:0;
	margin:0 0 10px 1em;
}


/*黒○*/
.lst01 {
	float:left;
	background: transparent url(../images/common/ico_cr01.gif) left center no-repeat!important;
	padding:0 0 0 16px;
	font-size:1.2em;
	text-align: right;
	margin: 0 0 0 10px;
}
/*赤○*/
.lst02{
	float:left;
	background: transparent url(../images/common/ico_cr02.gif) left center no-repeat!important;
	padding:0 0 0 16px;
	font-size:1.2em;
	text-align: right;
	margin: 0 0 0 10px;
}
/*○→*/
.lst03{
	float:left;
	background: transparent url(../images/common/ico_right.gif) left center no-repeat!important;
	padding:0 0 0 16px;
	font-size:1.2em;
	text-align: right;
	margin: 0 0 0 10px;
}
/*△→*/
.lst04{
	float:left;
	background: transparent url(../images/common/ico_lv2.gif) left center no-repeat!important;
	padding:0 0 0 16px;
	font-size:1.2em;
	text-align: right;
	margin: 0 0 0 10px;
}


/*-------------------------------------------
テキストリンクボタン
-------------------------------------------*/
/*詳細はこちら*/
.btnTxt01 {	
	margin:0;
	padding:0;
	display:block;
	width:13em;
	_width:9em;/*IE6*/background:url(../images/common/bg_ttl01.jpg) left bottom repeat-x;
}
.btnTxt01 a {
	display:block;
	padding:0;
	margin:0;
	_width:100%;/*IE6*/
	
}
.btnTxt01 span {
	display:block;
	font-size:1em;
	font-weight:bold;
	margin:0;
	line-height: 1;	
	background:url(../images/common/bg_box-btm01.jpg) left bottom repeat-x;
	padding:0 0 4px 0;
}
.btnTxt01 span a {
	background:#fdfdfd url(../images/common/ico_ow.gif) 20px center no-repeat;
	font-size:1em;
	font-weight:bold;
	border:#ccc 1px solid;
	text-decoration:none;
	padding:3px 10px 3px 40px;
	margin:0;
}
.btnTxt01 span a:hover {
	font-size:1em;
	font-weight:bold;
	padding:3px 10px 3px 40px;
	margin:0;
	border:#ccc 1px solid;
	background-color:#FFF7D5;
	text-decoration:none;
}


/*-------------------------------------------
テーブル
-------------------------------------------*/

/*銘柄の登録*/
.tbl01 {
	margin:0;
	border-collapse: separate;
	line-height:1.3;
	/*border:#CECAB9 5px solid;*/
	padding:5px;
	/*width:520px;*/
	background-color:#CECAB9;
}


.tbl01 table {width:100%;}
.tbl01 th {
	background-color:#EFE7D0;
	padding: 5px;
	margin:0px;
	vertical-align: middle;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	font-size:1.3em;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align:left;
	white-space:nowrap;
	font-weight: normal;
}
.tbl01 td {
	border-top: #fff 1px solid;
	background-color:#fff;
	padding: 5px;
	margin:0px;
	font-size:1.3em;
	line-height: 1.5;
	border-left: #CECAB9 1px solid;
	vertical-align:middle;
}

.tbl01 .btn { padding:5px 15px;}

/*満員御礼, 未入金*/
.tbl01 .crwd { background-color:#FFDFE6; color:#C10528; text-align:center; font-weight:bold;}

/*受付中, 契約中*/
.tbl01 .acpt { background-color:#DFEEFF; color:#055BC1; text-align:center; font-weight:bold;}

/*受付終了*/
.tbl01 .dead { background-color:#DFDFDF; color:#333333; text-align:center; font-weight:bold;}

/*本番銘柄　練習銘柄*/
.tbl02_wrap {
	margin:0 0 10px 10px;
	width:325px;
	float:left;
	display:inline;
}

/**/
.tbl02 {
	border-collapse: separate;
	line-height:1.3;
	background-color:#CECAB9;
	padding: 5px;
}

.tbl02 h3 {
	font-size:1.5em;
	position:relative;
	/*padding: 0 50px 5px 0;overflow: hidden;height: 1.5em;*/
	padding: 0 50px 5px 0;
	font-weight: bold;
	
	
}
.tbl02 h3 span {
	font-size:0.8em;
	position: absolute;
	left: 265px;
	top: 0px;
}

/*削除*/
.tbl02 h3 span a {
	display:block;
	background-color:#E7E4DC;
	width:2.5em;
	padding:2px 10px;
	text-align:center;
	font-weight: normal;
}
.tbl02 h3 span a:hover {background-color:#F3F0E8;}

/*表*/
.tbl02 table {
	border:#fff 1px solid;
	width: 100%;
}

.tbl02 th {
	background-color:#EFE7D0;
	padding: 5px;
	margin:0px;
	vertical-align: middle;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	font-size:1.1em;
	line-height: 1.2;
	text-align:left;
	white-space:nowrap;
	font-weight: normal;
}
.tbl02 td {
	border-top: #fff 1px solid;
	background-color:#fff;
	padding: 0px 5px;
	margin:0px;
	font-size:1.1em;
	line-height: 1.2;
	border-left: #CECAB9 1px solid;
	vertical-align:middle;
	border-bottom: #EFE7D0 1px solid;
	

}
/*
.tbl02 .ofhhn {overflow: hidden!important;height: auto!important;}*/


/*トップ以下代理店管理用(登録者リスト)横長テーブル*/
.tbl03 {
	border-collapse: separate;
	line-height:1.3;
	background-color:#CECAB9;
	padding: 5px;
	display: block;
	margin:0px;
	
	border-top:#C3BFAF/*#A3A092*/ 1px solid;
	border-right:#C3BFAF/*#A3A092*/ 1px solid;
	width: 100%;
}

/*表*/
/*.tbl03 table {
	border-top:#C3BFAF 1px solid;
	border-right:#C3BFAF 1px solid;
	width: 100%;
}*/

.tbl03 th {
	background-color:#EFE7D0;
	padding: 5px;
	margin:0px;
	vertical-align: middle;
	border-left: #C3BFAF 1px solid;
	border-bottom: #C3BFAF 1px solid;
	font-size:1.1em;
	line-height: 1.2;
	text-align:left;
	white-space:nowrap;
	font-weight: normal;
}
.tbl03 td {
	border-left: #C3BFAF 1px solid;
	border-bottom: #C3BFAF 1px solid;
	background-color:#fff;
	padding: 0px 5px;
	margin:0px;
	font-size:1.1em;
	line-height: 1.2;
	/*border-left: #A3A092 1px solid;
	border-bottom: #A3A092 1px solid;*/
	vertical-align:middle;
	
	

}
/*
.tbl02 .ofhhn {overflow: hidden!important;height: auto!important;}*/


/*たてテーブル*/
.tbl04 {
	margin:0;
	border-collapse: separate;
	line-height:1.3;
	/*border:#CECAB9 5px solid;*/
	padding:5px;
	/*width:520px;*/
	background-color:#CECAB9;width:100%;
}

/*
.tbl04 table {width:100%;}*/
.tbl04 th {
	background-color:#EFE7D0;
	padding: 5px;
	margin:0px;
	vertical-align: middle;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	font-size:1.3em;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align:left;
	white-space:nowrap;
	font-weight: normal;
}
.tbl04 td {
	border-top: #fff 1px solid;
	background-color:#fff;
	padding: 5px;
	margin:0px;
	font-size:1.3em;
	line-height: 1.5;
	border-left: #CECAB9 1px solid;
	vertical-align:middle;
}



.tbl04 .btn { padding:5px 15px;}



/*たてテーブル*/
.tbl05 {
	margin:0;
	border-collapse: separate;
	line-height:1.3;
	width:100%;

	border-right: #45351C 1px solid;
	border-bottom: #45351C 1px solid;
}
.tbl05 th {
	background:#45351C/* url(../images/common/bg_mv01.jpg) left bottom repeat-x*/;
	padding: 5px;
	margin:0px;
	vertical-align: middle;
	border-top: #45351C 1px solid;
	border-left:#FFF3DF 1px solid;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align:center;
	white-space:nowrap;
	font-weight: bold;
	color:#FFF3DF;
}
.tbl05 td {
	border-top: #45351C 1px solid;
	border-left: #45351C 1px solid;
	background-color:#fff;
	padding: 5px;
	margin:0px;
	line-height: 1.5;
	font-size:0.9em;
/*	border-left: #CECAB9 1px solid;*/
	vertical-align:middle;
}
.tbl05 .blw { border-left:#FFF3DF 1px solid!important;}

.tbl05 .blno { border-left:none!important;}

/*満員御礼*/
.tbl05 .crwd { background-color:#FFDFE6; color:#C10528; text-align:center; font-weight:bold;}

/*打ち消しせん*/
.tbl05 em {background:none!important; color:#444!important; text-decoration:line-through;}

/*受付中*/
.tbl05 .acpt { background-color:#DFEEFF; color:#055BC1; text-align:center; font-weight:bold;}

/*リンク色　黒*/
 .blkLink a { color:#444;}
  .blkLink a:hover { color:#444; text-decoration:none;}


/*-------------------------------------------
タイトル
-------------------------------------------*/
/*レベル１*/
.ttl01 {
	padding:0.4em 0.3em;
	margin:0 0 10px 0;
	font-size: 1.7em;
	background:#C2944B url(../images/common/bg_ttl01.jpg) left top repeat-x;
	border-top: #7E5718 1px solid;border-left:#45351C 3px solid;
	border-right: #7E5718 1px solid;
	border-bottom: #7E5718 1px solid;
	
	color: #FFFFFF;
	font-weight: bold;
	
	/*background:#C2944B url(../images/common/bg_ftr.jpg) left top repeat-x;*/
	
	
	
		
	/*font-size:1.7em;
	font-weight:bold;
	line-height:1;
	margin:0 0 10px 0;
	padding: 10px;
	border-top:#C2A84B 1px solid;
	border-left:#B7A76F 1px solid;
	border-right:#B7A76F 1px solid;
	border-bottom:#C2A84B 1px solid;
	background-color:#E2CE89;
	background:url(../images/common/bg_ttl00.jpg) left top repeat-x;*/
}
/*
.ttl01 strong,
.ttl01 em {
	padding:0.2em 0 0.2em 10px;
	margin:0;
	background: transparent url(../images/common/bg_ttl01.jpg) repeat-y left top;
	font-size:1.8em;
	text-align:left;
	font-weight:bold;
	display: block;
	line-height: 1.5;
	color:#444;
}
*/




/*レベル１relative*/
.ttl01-a {
	border-top:#ddd 1px solid;
	padding:0 0 4px 0;
	margin:20px 0 6px 0;
	background-color: transparent;
	background:url(../images/common/bg_box-btm01.jpg) left bottom repeat-x;
	position:relative;
}
.ttl01-a strong,
.ttl01-a em  {
	border-left:#003FAB 5px solid;
	border-right:#ddd 1px solid;
	border-bottom:#cdcdcd 1px solid;
	padding:0.2em 0 0.2em 5px;
	margin:0;
	background: transparent url(../images/common/bg_ttl01.jpg) repeat-x left bottom;
	font-size:1.6em;
	text-align:left;
	font-weight:bold;
	display: block;
	line-height: 1.5;
	color:#444;
}

.ttl01-a span {	position:absolute;
	left:488px;
	top:7px;
	padding:0 0 0 17px!important;
	margin: 0;
	font-weight:normal!important;
	background: url(../images/common/ico_lv2.gif) left center no-repeat;
	font-size:1.2em;
}


/*レベル２*/
.ttl02 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin:20px 0 10px 0;
	padding: 5px;
	border-top:#E7D38C 1px solid;
	border-left:#E7D38C 1px solid;
	border-right:#B7A76F 1px solid;
	border-bottom:#B7A76F 1px solid;
	background-color:#E2CE89;
	background:url(../images/common/bg_login.jpg) left top repeat-x;
}
.ttl02 strong {
	display:block;
	line-height: 1.5;
	padding:2px 8px 2px 16px;
}
.ttl02 strong {
	/*background: transparent url(../images/common/ico_y_lv1.gif) left center no-repeat;*/ 
	border-top:1px solid #FFD11A;
	border-bottom:1px solid #dedede;
}
.ttl02g strong {
	/*background: transparent url(../images/common/ico_g_lv1.gif) left center no-repeat; */
	border-top:1px solid #8ECC00;
	border-bottom:1px solid #dedede;
}

/*レベル３*/
.ttl03 {
	font-size:1.5em;
	font-weight:bold;
	/*line-height:1.5;*/
	line-height:1.3;
	margin:20px 0 10px 0;
	padding:0 0 4px 0;
	background:url(../images/common/bg_box-btm01.jpg) left bottom repeat-x;
}
.ttl03 strong {
	display:block;
	padding:0 5px 4px 16px;

}
.ttl03 strong {	
	background: #fff url(../images/common/ico_y_lv2.gif) left center no-repeat; 
	border-bottom:#FFD11A 1px solid;
}
.ttl03g strong {
	background: #fff url(../images/common/ico_g_lv2.gif) left center no-repeat;
	border-bottom:#8ECC00 1px solid;
}	

.ttl03 strong a
.ttl03 strong a:visited ,
.ttl03 strong a:hover {line-height:1.3;}


/*注意事項見出し*/
.ttlNotes {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.5;
	margin:20px 0 10px 0;
	padding:0 0 4px 0;
	background:url(../images/common/bg_box-btm01.jpg) left bottom repeat-x;
}

.ttlNotes em {
	display:block;
	padding:10px 5px 0px 35px;

}
.ttlNotes em {	
	background: #fff url(../images/common/img_error.jpg) left center no-repeat; 
	border-bottom:#ccc 1px solid;
}

.ttlNotes em a {line-height:1;}

/*-------------------------------------------
ページリンク
-------------------------------------------*/

div.pagelinks {
   margin:0 0 10px 0;
   padding:5px 0 0 0;
   overflow: hidden;
   border-bottom:#C2BDA7 1px solid;
   background-color:#CECAB9;
   background: transparent url(../images/common/bg_cnt01.jpg) left bottom repeat-x; 
}

div.pagelinks ul {
	padding:0;
	margin:0;
	
}

div.pagelinks li {
	float:left;
	margin:0; 
	padding:0;
	font-size:1.2em;
	text-align: center; 
}


div.pagelinks li a {
	display:block;
	border-top: 1px solid #C2BDA7;  
	border-right: 1px solid #C2BDA7;  
	border-left: 1px solid #C2BDA7;  
	padding:5px 15px 5px 25px;
	margin:0 0 0 5px;
	background:#E7E4DC url(../images/common/ico_down.gif) 10px center no-repeat;
}

ul.pagelinks li a:link {
	color: #333;
}
div.pagelinks li a:visited {
   color: #333;
   text-decoration: underline;
}
div.pagelinks li a:hover {
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border-bottom:none;
}



/* 現在位置項目の装飾 */
div.pagelinks li a.pagelinks-here,
div.pagelinks li a:hover.pagelinks-here {
	font-weight:bold;
	border:none!important;
	/*background: #f3f3f3 url(../images/common/bg_ttl01.jpg) repeat-x left bottom;*/
}
  
/*-------------------------------------------
水平線
-------------------------------------------*/

/*グレー*/
.line01 {
	background:url(../images/common/line_dashed01.gif) center center repeat-x;
	height:5px;
		clear: both;
}

/*赤*/
.line02 {
	background:url(../images/common/line_dashed02.gif) center center repeat-x;
	height:5px;
		clear: both;
}
/*-------------------------------------------
警告
-------------------------------------------*/
.alert01 {
	margin:0 0 0 0;
	color:#f00;
	font-weight:bold;
	font-size:1.5em;
	/*padding:5px;*/
	line-height: 1.5;
	/*background-color:#FFF0F0;*/
	
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:1.5em;
	text-indent:-1.5em;
}
.alert01 span {
	background-color:#f00;
	color:#fff;
	border-right:#c00 1px solid;
	border-bottom:#c00 1px solid;
}

.alert02 {
	margin:0 0 0 0;
	color:#00f;
	font-weight:bold;
	font-size:1.5em;
	padding:5px;
	/*background-color:#F0F0FF;*/
}
.alert02 span {
	background-color:#00f;
	color:#fff;
	border-right:#c00 1px solid;
	border-bottom:#c00 1px solid;
}

/**/
ul#alert{font-size:1.4em; line-height:1.5; background-color:#FFF; border:#AF823E 1px dotted;  margin:10px 300px 0 10px; padding:10px 0; display:block;}
ul#alert li {
	list-style-type:disc;
	color:#ff0000;
	font-weight:bold;
	margin:0 0 0 2em;
}
/*フォームボタン　センター寄せ*/

.btn_center {
	padding:5px 0;
	margin:20px auto;
	text-align:center;
	display: block;
}

.btn_center input {
	padding:3px 10px;
	font-size:1.4em;
	cursor: pointer;
}

/*汎用テキストボタン*/

/*赤*/
.cmnbtn01 {
	padding: 0 200px 0 0;
}
.cmnbtn01 span {
	float:right;
	display: block;
	margin: 10px 5px 5px 0;
}
.cmnbtn01 span a {
	display:block;
	background-color:#980303;
	width:100px;
	padding:2px 10px;
	text-align:center;
	font-weight: normal;
	border:#CFCBC2 1px solid;
	font-size:1.2em;
	text-align:center;
	color:#fff;
}
.cmnbtn01 span a:link {color:#fff;}
.cmnbtn01 span a:hover {background-color:#D60505; color:#fff;}
.cmnbtn01 span a:visited {color:#fff;}

/*グレー*/
.cmnbtn01 .btnPrv a {
	display:block;
	background-color:#666;
	width:100px;
	padding:2px 10px;
	text-align:center;
	font-weight: normal;
	border:#CFCBC2 1px solid;
	font-size:1.2em;
	text-align:center;
	color:#fff;
}
.cmnbtn01 .btnPrv a:link {color:#fff;}
.cmnbtn01 .btnPrv a:hover {background-color:#777!important; color:#fff;}
.cmnbtn01 .btnPrv a:visited {color:#fff;}


/*グレー中央*/
.cmnbtn02 {padding:0;}
.cmnbtn02 span a {
	display:block;
	background-color:#ccc;
	width:150px;
	padding:2px 10px;
	text-align:center;
	font-weight: normal;
	border:#CFCBC2 1px solid;
	font-size:1.4em;
	text-align:center;
	color:#333;
	margin: 10px auto;
}
.cmnbtn02 span a:link {color:#333;}
.cmnbtn02 span a:hover {background-color:#d6d6d6; color:#666;}
.cmnbtn02 span a:visited {color:#333;}

/*テキストボタン　赤*/
.cmnbtn03 a {
	background-color:#BF0404;
	padding:2px 5px;
	text-align:center;
	font-weight: normal;
	border:#CFCBC2 1px solid;
	text-align:center;
	color:#fff;
}
.cmnbtn03 span a:link {color:#fff;}
.cmnbtn03 span a:hover {background-color:#D60505; color:#fff;}
.cmnbtn03 span a:visited {color:#fff;}
