@charset "UTF-8";

/*ページ全体---全ページ共通
----------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 150%;
	color: #444444;
	background-image: url(../images/bgimg001.png);
}

* {
	margin: 0;
	padding: 0;
}

#content:after {
	clear: both;
	content:".";
	display: block;
	height: 0px;
	visibility: hidden;
}


#content_top:after {
	clear: both;
	content:".";
	display: block;
	height: 0px;
	visibility: hidden;
}


a {
	text-decoration: none;
}

a:link{
	color: #003366;
}

a:hover {
	text-decoration: underline;
	color: #cccccc;
}


a:visited {
	color: #003366;
}


a.toplink {
	text-decoration: none;
}

a.toplink:link{
	color: #ffffff;
}

a.toplink:hover {
	text-decoration: underline;
	color: #ffffff;
}


a.toplink:visited {
	color: #ffffff;
}


/*wrapper
----------------------------- */
#wrapper {
	width: 820px;
	min-height:100%;
	_height:100%;
	/*margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;*/
}


/*header
----------------------------- */
#header {
	width: 820px;
}


.small {
	font-size: 11px;
	line-height: 120%;
}


.small2 {
	font-size: 10px;
	line-height: 120%;
}


#topimg1 {
	width: 820px;
	height: 75px;
	margin-top: 0;
	background-image: url(../images/header1.png);
}


#topimg2 {
	width: 820px;
	height: 280px;
	margin-top: 0;
	background-image: url(../images/topimg_test2.png);
}


#topimg22 {
	width: 820px;
	height: 280px;
	margin-top: 0;
}


#topimg3 {
	width: 820px;
	height: 20px;
	margin-top: 0;
	background-image: url(../images/bgimg03.png);
}


#topimg4 {
	width: 820px;
	height: 75px;
	margin-top: 0;
	background-image: url(../images/header2.png);
}


#topimg5 {
	width: 820px;
	height: 75px;
	margin-top: 0;
	background-image: url(../images/header3.png);
}


#mainmenu {
	width: 820px;
	height: 40px;
	margin-top: 0;
	background-color: #333333;
}


/*content_wrapper
----------------------------- */
#content_top {
	width: 800px;
	min-height:100%;
	_height:100%;
}



#content {
	width: 800px;
	min-height:100%;
	_height:100%;
	background-image: url(../images/bgimg05.png);
}


/*topleftcontent　トップページのみ
----------------------------- */
#topleftcontent {
	width: 500px;
	min-height:100%;
	_height:100%;
	float: left;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 10px;
}


.table_home {
	font-size: 13px;
	line-height: 110%;	
}

.table_width {
	width: 110px;
	vertical-align: top;	
}


/*toprightcontent　トップページのみ
----------------------------- */
#toprightcontent {
	width: 250px;
	min-height:100%;
	_height:100%;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*共通ページ
----------------------------- */
hr {
   border-width: 1px 0px 0px 0px;
   border-style: dashed;
   border-color: #cccccc;
   height: 1px;
}


/*leftcontent　共通ページ
----------------------------- */
#leftcontent {
	width: 200px;
	height: 700px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}


hr {
   border-width: 1px 0px 0px 0px;
   border-style: dashed;
   border-color: #cccccc;
   height: 1px;
}


/*rightcontent　共通ページ
----------------------------- */
#rightcontent {
	width: 550px;
	min-height:100%;
	_height:100%;
	float: right;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	background-color: #ffffff;
}


.righttitle {
	width: 530px;
	height: 15px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #163946;
	
}


.righttitle2 {
	font-size: 16px;
	font-weight: bold;
	color: #163946;	
}


.righttitle3 {
	font-size: 16px;
	font-weight: bold;
}


.righttitle4 {
	font-size: 12px;
	font-weight: bold;
	color: #be001e;
}


.righttitle5 {
	font-size: 12px;
	color: #7d0000;
}


.righttitle6 {
	font-size: 12px;
	color: #3c57a4;
}


.righttitle7 {
	font-size: 16px;
	font-weight: bold;
	color: #8aba00;
}


.righttitle8 {
	font-size: 14px;
	font-weight: bold;
}


.righttitle_red {
	width: 530px;
	height: 15px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #be001e;
}


.righttitle_blue {
	width: 530px;
	height: 15px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #003366;
}


.hr2 {
   border-width: 4px 0px 0px 0px;
   border-style: solid;
   border-color: #163946;
   height: 1px;
}


.hr3 {
   border-width: 4px 0px 0px 0px;
   border-style: solid;
   border-color: #be001e;
   height: 1px;
}


.hr4 {
   border-width: 4px 0px 0px 0px;
   border-style: solid;
   border-color: #003366;
   height: 1px;
}


.hr5 {
   border-width: 4px 0px 0px 0px;
   border-style: solid;
   border-color: #ff8800;
   height: 1px;
}


.hr6 {
   border-width: 4px 0px 0px 0px;
   border-style: solid;
   border-color: #5771b9;
   height: 1px;
}


.hr7 {
   border-width: 4px 0px 0px 0px;
   border-style: solid;
   border-color: #759f00;
   height: 1px;
}


.icon1 {
	padding-left: 18px;
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: left;
}


.rightlink {
	float:right;
	text-align:right;
}


.table_gray {
	width: 100px;
	background-color: #f8f4f4;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;	
}


.table_white {
	background-color: #ffffff;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;	
}


/*日本株・為替　アナリスト紹介部分
----------------------------- */
.anatitle {
	width: 530px;
	height: 15px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	background-image: url(../images/bgimg07.png);	
}


.na_text {
	font-size: 12px;
	font-weight: bold;
}


.na_text02 {
	font-size: 12px;
	line-height: 145%;
}


/*採用情報部分
----------------------------- */
.rectitle {
	width: 530px;
	height: 15px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	background-image: url(../images/bgimg08.png);	
}


/*お問合せ部分
----------------------------- */
#main_contact {
	width: 550px;
	min-height:100%;
	_height:100%;
	margin-left: auto;
	margin-right: auto;
}


/*編集フォーム
----------------------------- */
#main_editer {
	width: 800px;
	min-height:100%;
	_height:100%;
	margin-left: auto;
	margin-right: auto;
}


.table_left {
	width: 140px;
	background-color: #dcdcdc;
	text-align: right;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}


/*footer
----------------------------- */
#footer {
	width: 820px;
	height: 50px;
	padding-top: 5px;
	background-image: url(../images/bgimg02.png);
}


.titleicon {
	padding-left: 18px;
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	font-weight: bold;
}

.path {
	text-align: right; 
}
