@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------
口座開設・資料請求などの申込ページのスタイルシート
--------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 100%;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
	text-decoration: none;
	color: #33586c;
}

a:hover {
	text-decoration: underline;
	color: #33586c;
}


/*--------------------------------------------------------------------------
ページの基礎エリア
--------------------------------------------------------------------------*/
body#width872 #container {
	width: 872px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
	text-align: left;
}/*-- 広告用特別設定 --*/

body#width860 #container,
body#advisor #container,
body#sts #container {
	width: 860px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
	text-align: left;
}

body#width800 #container,
body#exam #container,
body#ad #container {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
	text-align: left;
}

body#width640 #container {
	width: 640px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
	text-align: left;
}


/*----------------------------------------------------------
javascript設定依頼メッセージ
----------------------------------------------------------*/
#message_env {
	height: auto;
	overflow: hidden;
	font-size: 80%;
	background-color: #99ccff;
}


/*--------------------------------------------------------------------------
ヘッダエリア
--------------------------------------------------------------------------*/
body#width872 #header_area,
body#width860 #header_area,
body#width800 #header_area,
body#width640 #header_area,
body#exam #header_area,
body#ad #header_area {
	height: 1em;
	padding: 3px 5px 5px 10px;
	background-color:#edebdd;
	text-align: left;
}
html[xmlns] body#width872 #header_area,
html[xmlns] body#width860 #header_area,
html[xmlns] body#width800 #header_area,
html[xmlns] body#width640 #header_area,
html[xmlns] body#exam #header_area,
html[xmlns] body#ad #header_area {
	height: auto;
	overflow: hidden;
	padding: 5px 5px 5px 10px;
	background-color:#edebdd;
	text-align: left;
}
/*-- 通常・広告用 --*/
body#width872 #header_area div.logo,
body#width860 #header_area div.logo,
body#width800 #header_area div.logo,
body#width640 #header_area div.logo,
body#ad #header_area div.logo {
	width: 142px;
	height: 36px;
	margin: 0px;
	padding-top:2px;
	background: url(../img/himawari_sec.gif) bottom left no-repeat;
	float: left;
}
body#width872 #header_area div.link_right,
body#width860 #header_area div.link_right,
body#width800 #header_area div.link_right,
body#ad #header_area div.link_right {
	width: 500px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	line-height: normal;
	text-align: right;
	float: right;
}
body#width640 #header_area div.link_right {
	width: 400px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	line-height: normal;
	text-align: right;
	float: right;
}
body#width872 #header_area div.link_right ul,
body#width860 #header_area div.link_right ul,
body#width800 #header_area div.link_right ul,
body#width640 #header_area div.link_right ul,
body#ad #header_area div.link_right ul {
	list-style-type: none;
	margin: 5px 5px 0px 0px;
}
body#width872 #header_area div.link_right ul li,
body#width860 #header_area div.link_right ul li,
body#width800 #header_area div.link_right ul li,
body#width640 #header_area div.link_right ul li,
body#ad #header_area div.link_right ul li {
	list-style: none;
	display: inline;
}
/*-- 非表示設定 --*/
body#exam #header_area div.link_right,
body#advisor #header_area div.logo_sts,
body#sts #header_area div.logo_advisor {
	display: none;
}
/*-- examination用 --*/
body#exam #header_area div.logo {
	width: 142px;
	height: 36px;
	margin: 10px 0px 0px 0px;
	background: url(../img/himawari_sec.gif) top left no-repeat;
}
html[xmlns] body#exam #header_area div.logo {
	width: 142px;
	height: 36px;
	margin: 5px 0px 0px 0px;
	background: url(../img/himawari_sec.gif) top left no-repeat;
}
/*-- 投資情報室用 --*/
body#advisor #header_area {
	height: 1em;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 20px 0px;
	background: url(../../advisor/img/advisor_headline-seminar.gif) bottom left no-repeat;
	text-align: left;
}
html[xmlns] body#advisor #header_area {
	height: auto;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
	padding: 5px 5px 20px 0px;
	background: url(../../advisor/img/advisor_headline-seminar.gif) bottom left no-repeat;
	text-align: left;
}
body#advisor #header_area div.logo_advisor {
	width: 317px;
	height: 53px;
	background: url(../../advisor/img/advisor_headtitle.gif) top left no-repeat;
	float: left;
}
body#advisor #header_area div.link_right {
	width: 141px;
	height: 40px;
	float: right;
}
/*-- システムトレードスタイル用 --*/
body#sts #header_area {
	height: 1em;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 12px 0px;
	background: url(../../sts/img/academy_headline.gif) bottom left repeat-x;
	text-align: left;
}
html[xmlns] body#sts #header_area {
	height: auto;
	overflow: hidden;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 12px 0px;
	background: url(../../sts/img/academy_headline.gif) bottom left repeat-x;
	text-align: left;
}
body#sts #header_area div.logo_sts {
	width: 300px;
	height: 25px;
	margin: 16px 0px 0px 0px;
	background: url(../../sts/img/logo.gif) top left no-repeat;
	background-color: #ffffff;
	float: left;
}
body#sts #header_area div.link_right {
	width: 141px;
	height: 40px;
	background-color: #ffffff;
	float: right;
}


/*----------------------------------------------------------
フッタエリア
----------------------------------------------------------*/
body#width872 #foot_box,
body#width860 #foot_box,
body#width800 #foot_box,
body#width640 #foot_box,
body#ad #foot_box,
body#advisor #foot_box,
body#sts #foot_box {
	display: none;
}

#footer_area {
	height: 1em;
	font-size: 11px;
	color: #4d4d4d;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	background-color: #eeece8;
	clear: both;
}
html[xmlns] #footer_area {
	height: auto;
	overflow: hidden;
	font-size: 11px;
	color: #4d4d4d;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	background-color: #eeece8;
	clear: both;
}
body#advisor #footer_area,
body#sts #footer_area {
	height: 1em;
	font-size: 11px;
	color: #4d4d4d;
	margin: 15px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	background-color: #eeece8;
	clear: both;
}
html[xmlns] body#advisor #footer_area,
html[xmlns] body#sts #footer_area {
	height: auto;
	overflow: hidden;
	font-size: 11px;
	color: #4d4d4d;
	margin: 15px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	background-color: #eeece8;
	clear: both;
}


body#width860 #footer_area div.society,
body#width860 #footer_area div.copy,
body#width800 #footer_area div.society,
body#width800 #footer_area div.copy,
body#width640 #footer_area div.society,
body#width640 #footer_area div.copy {
	font-size: 11px;
	text-align:center;
} 


body#width872 #footer_area div.left,
body#width860 #footer_area div.left,
body#advisor #footer_area div.left,
body#sts #footer_area div.left {
	width: 500px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	margin: 0px 0px 0px 15px;
	float: left;
}
:root body#width872 #footer_area div.left,
:root body#width860 #footer_area div.left,
:root body#advisor #footer_area div.left,
:root body#sts #footer_area div.left {
	width: 496px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	margin: -2px 0px 0px 30px;
	float: left;
}
body#width800 #footer_area div.left,
body#ad #footer_area div.left {
	width: 490px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	margin: -7px 0px 0px 0px;
	float: left;
}

body#width640 #footer_area div.left {
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 10px;
	margin: -7px 0px 0px 0px;
	float: left;
}
:root body#width640 #footer_area div.left {
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 10px;
	margin: -7px 0px 0px 0px;
	float: left;
}
body#width872 #footer_area div.right,
body#width860 #footer_area div.right,
body#advisor #footer_area div.right,
body#sts #footer_area div.right {
	width: 320px;
	height: auto;
	overflow: hidden;
	text-align: right;
	margin: 0px 5px 0px 0px;
	float: right;
}
:root body#width872 #footer_area div.right,
:root body#width860 #footer_area div.right,
:root body#advisor #footer_area div.right,
:root body#sts #footer_area div.right {
	width: 320px;
	height: auto;
	overflow: hidden;
	text-align: right;
	margin: -2px 7px 0px 0px;
	float: right;
}
body#width800 #footer_area div.right,
body#ad #footer_area div.right {
	width: 250px;
	height: auto;
	overflow: hidden;
	text-align: right;
	margin: -7px 5px 0px 0px;
	float: right;
}
body#width640 #footer_area div.right {
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: right;
	margin: -7px 5px 0px 0px;
	float: right;
}
:root body#width640 #footer_area div.right {
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: right;
	margin: -7px 7px 0px 0px;
	float: right;
}
#footer_area img {
	margin: 0px 5px 0px 5px;
	float: left;
}
:root #footer_area img {
	margin: 0px 5px 0px 5px;
	padding: 3px 0px 0px 0px;
	float: left;
}
body#width800 #footer_area img,
body#ad #footer_area img {
	margin: 0px 750px -5px 0px;
	float: none;
}
body#width640 #footer_area img {
	margin: 0px 600px -5px 0px;
	float: none;
}
:root #footer_area img {
	margin: -3px 5px 0px 5px;
	float: left;
}
:root body#width800 #footer_area img,
:root body#ad #footer_area img {
	margin: 0px 750px 0px 0px;
	float: none;
}
:root body#width640 #footer_area img {
	margin: 0px 600px 0px 0px;
	float: none;
}
#footer_area span {
	padding: 0px 0px 0px 0px;
	float: left;
}
body#width800 #footer_area span,
body#ad #footer_area span {
	padding: 4px 0px 0px 0px;
	float: none;
}
body#width640 #footer_area span{
	padding: 4px 0px 0px 0px;
	font-size: 10px;
	letter-spacing: -1px;
	float: none;
}
:root #footer_area span {
	margin: -3px 0px 0px 0px;
	padding: 0px;
	float: left;
}
:root body#width800 #footer_area span,
:root body#ad #footer_area span {
	padding: 0px;
	float: none;
}
:root body#width640 #footer_area span {
	padding: 0px;
	font-size: 10px;
	letter-spacing: -1px;
	float: none;
}


/* ----------------------------------------
フッタエリアの設定（examination用）
-----------------------------------------*/
body#exam #footer_area {
	display: none;
}
body#exam #foot_box {
	width: 800px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	color: #4d4d4d;
	text-align: left;
	margin: 15px auto 0px auto;
	padding: 3px 0px 0px 0px;
	_padding: 3px 0px 3px 0px;
	background-color: #eeece8;
	clear: both;
}
html[xmlns] body#exam #foot_box {
	width: 800px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	color: #4d4d4d;
	text-align: left;
	margin: 15px auto 0px auto;
	padding: 3px 0px 0px 0px;
	_padding: 3px 0px 3px 0px;
	background-color: #eeece8;
	clear: both;
}

body#exam #foot_box div.society,
body#exam #foot_box div.copy {
	width:800px;
	text-align:center;
}

body#exam #foot_box div.left {
	width: 530px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	text-align: left;
	margin: -10px 0px 0px 0px;
	padding-left: 10px;
	float: left;
}
html[xmlns] body#exam #foot_box div.left {
	width: 520px;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	text-align: left;
	margin: -10px 0px 0px 0px;
	padding-left: 10px;
	float: left;
}
body#exam #foot_box div.right {
	width: 250px;
	height: auto;
	overflow: hidden;
	text-align: right;
	margin: -10px 5px 0px 0px;
	float: right;
}
:root body#exam #foot_box div.right {
	width: 280px;
	height: auto;
	overflow: hidden;
	text-align: right;
	margin: -15px 7px 10px 0px;
	float: right;
}
body#exam #foot_box ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
}
body#exam #foot_box ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
}
html[xmlns] body#exam .btn_NN {
	padding:5px;
}

/*----------------------------------------------------------
プリント用ヘッダ・フッタ設定
----------------------------------------------------------*/
#header_print {
	display: none;
}
#footer_print {
	display: none;
}


/*----------------------------------------------------------
メインエリア
----------------------------------------------------------*/
#contents_area {
	height: auto;
	overflow: hidden;
	margin: 5px 0px 30px 0px;
	clear: both;
}



/*-- アテンションエリア --*/
#attention {
	height: auto;
	overflow: hidden;
	text-align: center;
	clear: bothl;
}
#attention #attention-area {
	width: 620px;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
	background-position: bottom;
	background-repeat: no-repeat;
	border:1px dotted #999999;
	text-align: left;
	color:#333333;
	font-size: 95%;
	line-height: 120%;
}

html[xmlns] #attention #attention-area {
	width: 620px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0px auto;
	padding: 10px 0px 15px 0px;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	border:1px dotted #999999;
	font-size: 95%;
	line-height: 120%;
	text-align: left;
}

#attention #attention-area p {
	margin: 15px 10px 0px 10px;
	font-size: 15px;
	clear: both;
}

#attention #attention-area img{margin:0px 10px 10px 10px;}

#attention .attention-foot{font-size: 90%; text-align: right; padding:10px 5px 0px 0px; margin:0px auto 0px auto; width:620px;}

:root #attention .attention-foot{font-size: 90%; text-align: right; padding:10px 5px 0px 0px; margin:0px auto 0px auto; width:620px;}

#attention #attention-area dl.list {
	width:560px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	clear: both;
}
#attention #attention-area dl.list2 {
	width:560px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 5px 50px;
	clear: both;
}

#attention #attention-area dl.list dt,
#attention #attention-area dl.list2 dt {
	float: left;
	text-align: left;
}
#attention #attention-area dl.list dd,
#attention #attention-area dl.list2 dd {
	float: left;
	text-align: left;
	margin-left: 2px;
	padding-bottom: 5px;
}

html[xmlns] #attention #attention-area dl.list {
	width: 560px;
	text-align: left;
	margin: 5px 0px 0px 30px;
	clear: both;
}
html[xmlns] #attention #attention-area dl.list2 {
	width: 560px;
	text-align: left;
	margin: 5px 0px 0px 50px;
	clear: both;
}

:root #attention #attention-area dl.list dt.itemize,
:root #attention #attention-area dl.list2 dt.itemize {
	float: left;
	width: 1em;
}

:root #attention #attention-area dl.list dd.itemize,
:root #attention #attention-area dl.list2 dd.itemize {
	float: inherit;
	margin-left: 1em;
}

:root #attention #attention-area dl.list dt.itemize01,
:root #attention #attention-area dl.list2 dt.itemize01 {
	float: left;
	width: 11em;
}

:root #attention #attention-area dl.list dd.itemize01,
:root #attention #attention-area dl.list2 dd.itemize01 {
	float: inherit;
	margin-left: 11em;
}

#attention #attention-area p {
	margin: 0px 30px 0px 30px;
}

#attention #attention-area b {
	margin: 0px 30px 0px 30px;
}
#attention #attention-area ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#attention #attention-area ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#attention #attention-area ul.maru {
	list-style:disc;
	vertical-align:middle;
	margin-left:1.5em;
}
#attention #attention-area ul.maru li {}

#attention #attention-area .title{
	margin:5px 5px 5px 15px;
	padding:0px;
	font-weight:bold;
	color: #003366;

}
/*-- コンテンツ部分の設定 --*/
#main-contents {
	width: 770px;
	height: auto;
	overflow: hidden;
	text-align: left;
	margin: -5px 15px 0px 15px;
	padding: 0px;
	clear: both;
}
:root #main-contents {
	width: 770px;
	height: auto;
	overflow: hidden;
	text-align: left;
	margin: 0px 15px 0px 15px;
	padding:0;
	clear: both;
}

#main-contents_2 {
	width: 800px;
	height: auto;
	overflow: hidden;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: both;
}
#main-contents_3 {
	width: 810px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: both;
}




