@charset "UTF-8";

/*全体の設定
-----------------------------------*/
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, li,address,caption {
	margin: 0;
	padding: 0;
}

p{
	margin-bottom:1em;
}

h1, h2, h3, h4, h5, h6,p{
	margin-bottom:1em;
}
	
body {
	color: #000000;
	font-size:12px;
	line-height:1.8;
	text-align:left;
	margin:0;
	padding:0;
}

em,address{
	font-style:normal;
}

img{
	border:none;
}

/*link
---------------------------------*/
a{
	color:#0660AE;
	text-decoration:none;
}

a:hover,a:active{
	color:#003300;
	text-decoration:none;
}


/*wrapper
-----------------------------------*/
#wrapper{
	float: left;
	margin:auto auto;
	padding:0 ;
	width:1024px;
	background:url("../img/back.gif") ;
	background-repeat:repeat-y;
	
	border: 1px #999900 solid;
	border-style: none;

	background-color: transparent;
}

/*header
-----------------------------------*/
#header{
	background: url("../img/back.gif") repeat-y;
	/*background-color: #FFFFFF;*/
	width: 1024px;
	height: 80px;
	/* 高さ調節のためstyle9.cssと高さが違います */
	padding:0px;
	margin:0px;
}
#header img{
	vertical-align: top;
}
#header h1{
	display: block;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width:420px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	
	border: 1px #6666CC solid;
	border-style: none;
	background-color: transparent;
}
#header h2{
	float: left;
	margin: auto auto;
	width: 578px;
	
	text-align: left;
	font-size: 18px;
	font-weight: bolder;
	color:#096cb3;
	
	border: 1px #6666CC solid;
	border-style: none;
	background-color: transparent;
}
	
#header table {
	margin: 0px 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px;
	width: 960px;
	height: auto;
	
	border: thin #6666CC solid;
	border-style: none;
	background-color: transparent;
	
	font-size: 100%;
	text-align: left;
}
#header th {
	margin: auto auto;
	padding: 2px 2px;
	white-space: nowrap;
	height: auto;
	
	border: thin #6666CC solid;
	border-style: none;
	background-color: transparent;
}
#header td {
	margin: auto auto;
	padding: 2px 2px;
	height: auto;
	
	border: 1px #6666CC solid;
	border-style: none;
	background-color: transparent;
	
	text-align: left;
}
#header #header_top{
	display: block;
	float: left;	
	width: 200px;
	height: 23px;
	padding: auto;
	margin: auto 10px auto 10px;
}

#header #header_top input.text{
	width:120px;
	height:18px;
}
#header #header_top input.button{
	
	width:40px;
}
#header #header_link{
	display: block;
	float: right;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header #header_link h5{
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: normal;
}
#header #header_link ul {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 1px #6666CC solid;
	border-style: none;
	background-color: transparent;
	
}
#header #header_link li {
	float: left;
	background-image: url("../img/list.gif");
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 13px;
	padding-right: 5px;
	margin:0px;
}
#header address{
	
}


/*login
-----------------------------------*/
/*
#login{
	width:1024px;
	height:4px;
	float:left;
	margin:0;
	padding:0;
	background:url("../img/back.gif") ;
	background-repeat:repeat-y;
}

#login img{
	margin:0;
	padding:0;
}
*/

#login{
	background-image:url("../img/login_border.jpg");
	repeat:no-repeat;
	float:left;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 1024px;
	height: 4px;
	color: #FFFFFF;
	/*
	background:url("../img/back.gif") ;
	background-repeat:repeat-y;
	*/
	
	border: 1px #999900 solid;
	border-style: none;
	background-color: transparent;
}
#login .minibox1 {
	float: left;
	width: 95%;
	margin: auto auto;
}
#login .minibox1 form {
	float: right;
	margin: 3px auto;
	padding: 0px 0px;
}
#login .minibox1 input {
	width: auto;
	height: auto;
	border: 1px #80FF00 solid;
}
#login img{
	margin:0;
	padding:0;
}













/*menu
-----------------------------------*/
#menu{
	width:1024px;
	/* height:65px; */
	float:left;
	margin:0;
	padding:0;
	background:url("../img/back.gif") ;
	background-repeat:repeat-y;
}

#menu_list{
	margin-left:31px;
}

#menu_list li{
	float:left;
	list-style:none;
}

#menu_list img{
	margin:0;
	padding:0;
}

/*contener
-----------------------------------*/
#contener{
    width:1024px;
	float:left;
	background:url("../img/back.gif") ;
	background-repeat:repeat-y;
}

/*crumbs
-----------------------------------*/
#crumbs{
    width:1024px;
	height:40px;
	float:left;
	background:url("../img/crumbs.jpg") no-repeat;
}

#crumbs_list{
	float:left;
	display:inline;
/*	margin-left:140px; */
	margin-left:52px;
	padding-top:9px;
}

/*main
-----------------------------------*/
#main{
  width:730px;
	float:left;
	display:inline;
	margin-left:32px;
	
	border: 1px #999900 solid;
	border-style: none;
	background-color: transparent;
	
}

/*main2
-----------------------------------*/
.main2{
  margin-left:20px;
	margin-bottom:20px;
}

/*title 
-----------------------------------*/
/* トップタイトル */
h3.title {
	border-left:#3366ff solid 6px;/*#193390*/
	padding:5px 6px;
	text-align:left;
	color:#000000;
	font-size:100%;
	border-bottom:#CCCCCC dashed 1px;
}

/* ページ内サブタイトル */
h4.title {
	border-left:#95CAFF solid 6px;
	padding:5px 6px;
	text-align:left;
	color:#000000;
	font-size:100%;
	margin-top:22px;
	border-bottom:#D7D7D7 dashed 1px;
	font-weight:normal;
}

/*side
-----------------------------------*/
#side{
    width:210px;
	float:right;
	display:inline;
	margin-right:32px;
	
	border: 1px #999900 solid;
	border-style: none;
	background-color: transparent;
	
}

#side img{
	margin:0;
	padding:0;
	vertical-align: bottom;
}

#side_investmentnavi{

}

#side_material{

}

#side_trial{
	
}

#side_btn2{

}

#side_first{

}

#side_column{
	padding-bottom:5px;
}

#side_blog{

}

#side_ochanoma{

}

#side_license{
	width:190px;
	margin-bottom:5px;
	margin-left:5px;
}

#side .side_line{
	width:188px;
	margin:0;
	margin-right /**/:32px;
	margin-top:5px;
	margin-bottom:5px;
	border:none;
	border-top:#666666 dotted 1px;
	height:1px;
	color:#FFFFFF;
}


/*sitemap naviつき
-----------------------------------*/
#sitemap_navi{
	width:920px;
	height:42px;
	float:left;
	font-size:12px;
	padding-left:20px;
	vertical-align:middle;
}

#sitemap_navi a{
	color:#000000;
	text-decoration:none;
	font-size:12px;
}

td.arrow{
	height:42px;
	width:20px;
	background-image:url("../img/arrow_right.gif");
	background-repeat:no-repeat;
	background-position:left center;
}

#sitemap{
	width:1024px;
	height:231px;
	line-height:150%;
	float:left;
	display:inline;
	margin:0 0 15px 52px;
}

#sitemap_text{
	width:920px;
	height:189px;
	float:left;
	padding:13px 20px 20px 0;
	background:url("../img/bg_sitemaptext.gif") no-repeat;
}

#sitemap .g{
	float:left;
	display:inline;
	margin-left:24px;
}

#sitemap .g li{
	background-image:url("../img/list.gif");
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
	padding-left:13px;
	padding-right:5px;
}

#sitemap strong{
	color:#0660AE;
}

/*sitemap 旧
-----------------------------------*/
/*
#sitemap{
	width:1024px;
	height:231px;
	line-height:150%;
	float:left;
	display:inline;
	margin:0 0 15px 52px;
	background:url("../img/bg_sitemap.gif") no-repeat;
}

#sitemap_text{
	padding:55px 20px 20px 0;
}

#sitemap .g{
	float:left;
	display:inline;
	margin-left:24px;
}

#sitemap .g li{
	background-image:url("../img/list.gif");
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
	padding-left:13px;
	padding-right:5px;
}

#sitemap strong{
	color:#0660AE;
}
*/

/*footer
-----------------------------------*/
#footer1 {
	width:1024px;
	height:71px;
	float:left;
	line-height:130%;
	background:url("../img/bg_footer1.gif") no-repeat;
	
	border: 1px #999900 solid;
	border-style: none;
	background-color: transparent;
	
}

#footer1 #footer_inquiry{
	display:inline;
	float:left;
	margin: 10px 0 0 52px;
}

#footer1 #footer_link{
	display:inline;
	float:right;
/*	margin: 10px 140px 0 0; */
	margin: 10px 52px 0 0;
}

#footer_link li{
	float:left;
	background-image:url("../img/list.gif");
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
	padding-left:13px;
	padding-right:5px;
}

#footer2 {
	width:1024px;
	height:46px;
	float:left;
	background:url("../img/bg_footer2.gif") no-repeat;
}

#footer2 #footer_copy{
	display:inline;
	float:left;
/*	margin: 15px 0 0 140px; */
	margin: 15px 0 0 52px;
}

#footer2 #footer_link2{
	display:inline;
	float:left;
	margin: 15px 0 0 15px;
}

#footer_link2 li{
	float:left;
	background-image:url("../img/list.gif");
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
	padding-left:13px;
	padding-right:5px;
}

/*pagetop
-----------------------------------*/
#page_top{
	float:right;
	display:inline;
/*	margin-right:140px; */
	margin-right:52px;
	margin-bottom:20px;
	color:#0660AE;
	background-image:url("../img/page_top.gif");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	padding-right:5px;
}

/*pageview
-----------------------------------*/
#pageview {
	border-top:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
	background:#E7E7E7;
	padding:3px;
	font-weight:bold;
}

#pageview a {
	text-decoration:none;
	margin:0 5px;
}

#pageview #left {
	float:left;
}


#pageview #right {
	float:right;
}

/* 03サブメニュー
-----------------------------------*/
#submenu {
    width:95px; /* 134 */
	text-align:left;
	margin:0px;
	float:left;
	display:inline;
	font-size:14px;
}
#submenu ul li {
	width:93px;
	color:#3366ff;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:#CCCCCC 1px dashed;
	background:#000000;
}
#submenu ul li a {
	display:block;
	font-size:80%;
	font-family:"Verdana", "ＭＳ Ｐゴシック", "ヒラギノ明朝 Pro W3", "Hiragino Kaku Gothic Pro";
	padding:4px 0 3px 3px;
	color:#333333;/*505050*/
	background:#79c9fe;
	text-decoration:none;
	height:100%;
}
#submenu ul li a.title:hover,a.title:active {/*未選択*/
	color:#0000cc;
	background:#C8E9FF;
}
#submenu ul li a.title_s {/*選択中*/
	color:#0000cc;
	background:#C8E9FF;
}

/*サブメニュー大
  オンラインマニュアル　ソフトの機能性
**********************************/
#submenu ul li a.title_soft {
	color:#333333;
	background:#99FF99;
}
#submenu ul li a.title_soft:hover,a.title_soft:active {
	color:#0000cc;
	background:#CCFF99;
}
#submenu ul li a.title_soft_s {/*選択中*/
	color:#333333;
	background:#CCFF99;
}

/*サブメニュー中
  株式コラム、オンラインマニュアル
**********************************/
#submenu ul li a.sub1 {
	color:#0000cc;
	background:#C8E9FF;
	font-size:70%;
}
#submenu ul li a.sub1:hover,a.sub1:active {
	color:#79c9fe;
	background:#DDF1FF;
}
#submenu ul li a.sub1_s {/*選択中*/
	color:#0000cc;
	background:#DDF1FF;
	font-size:70%;
}

/*サブメニュー中
  オンラインマニュアル ソフトの機能性
**********************************/
#submenu ul li a.soft_sub1 {
	color:#0000cc;
	background:#CCFF99;
	font-size:70%;
}
#submenu ul li a.soft_sub1:hover,a.soft_sub1:active {
	color:#79c9fe;
	background:#CCFFDD;
}
#submenu ul li a.soft_sub1_s {/*選択中*/
	color:#0000cc;
	background:#CCFFDD;
}

/*サブメニュー小
  オンラインマニュアル ソフトの機能性
**********************************/
#submenu ul li a.soft_sub2 { 
	color:#0000cc;
	background:#FFFFCC;
	font-size:70%;
	padding-left:9px;
}
#submenu ul li a.soft_sub2:hover,a.soft_sub2:active {
	color:#79c9fe;
	background:#EFEFEF;
}
#submenu ul li a.soft_sub2_s {/*選択中*/
	color:#0000cc;
	background:#EFEFEF;
	padding-left:9px;
}

.clear{
	clear:both;
}
.otamesi_dl {
	font-size : medium; /* フォントサイズ */
font-weight : bold; /* フォントの太さ */
color : black; /* フォントの色 */
background-color : #f2f2f2; /* 背景の色 */
text-align : center; /* テキストのセンタリング */
letter-spacing : 1px; /* 文字間隔 */
padding-left : 0px; /* 左側の余白 */
line-height : 1.5em; /* 領域（行）の高さ＝フォントの１．５倍 */
border-left-width : 2px; /* 左境界線をマークとして使用 */
border-left-style : outset; /* 左境界線（マーク）の種類 */
border-left-color : #efefef; /* 左境界線（マーク）の色 */
border-right-width : 2px; /* 右境界線 */
border-right-style : outset; /* 右境界線の種類 */
border-right-color : #efefef; /* 右境界線の色 */
border-bottom-width : 2px; /* 下境界線 */
border-bottom-style : outset; /* 下境界線の種類 */
border-bottom-color : #efefef; /* 下境界線の色 */
border-top-width : 2px; /* 上境界線 */
border-top-style : outset; /* 上境界線の種類 */
border-top-color : #f3f3f3; /* 上境界線の色 */
}