/* CSS Document */

/*base style*/
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background: url(../img/share/bodyBack.gif) top left;
	font-size: 80%;
}
p {
	margin:0;
	padding:0;
}
/*IEのみ*/
*html #maincontents table td,
*html #maincontents table th {
	font-size: 80%;
}
/*------*/
h1 img,
#maincontents h2 img,
h3 img,h4 img,td img,th img,
p img {
	margin: 0 2px;/*fujiwara0413*/
	padding:0;
}
a:link {
	color:#992222;
}
a:visited {
	color:#FF861D;
}
a img {
	border: 0;
}
hr {
	margin: 5px;
	width: 560px;
	height:1px;
	color: #CCCCCC;
}
#contents select,input {
	margin:5px 0 0 0;
	height: 1.5em;/*fujiwara0413*/
}

#maincontents table {
	width: 585px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
td,th {
	margin:0;
	padding:5px;
	background:#FFFFFF;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#maincontents th {
	background-color: #bfefff;
	background:url(../img/tableBack.jpg) bottom right repeat-x;
	color: #000;
	font-weight: normal;
	text-align: center;
}
/*select,input {/*fujiwara0413*/
/*	height: 20px;
}*/
.btn {
	height: 23px;
}
.rankbtn {
	height: 24px;
	width:100px ;
}
input.sarch {
	width: 8em;
}
hr.clear {
	clear: left;
	display: none;
	height:0px;
}
.hide {
	display: none;
}
#wrapper {
	margin:0;
	padding:0 88px 0 0;
	float: left;
	width: 800px;
	background:url(../img/wrapperBack.jpg) top right repeat-y;
}

/*header style*/
/*headerは日本語と英語で切りかえる必要があるため、別途「ja.css」内にheaderjpとして定義*/
#header {
	margin:0;
	padding:0;
	width: 800px;
	height: 130px;
	background: url(../img/share/headBack.jpg) top left no-repeat;
	/*mac IE用\*//*/
    overflow: hidden;/*Important!!*/
	/**/
}
#header:after {
    content: "";
	/*mac IE用\*//*/
	display: inline-table;
	/**/
	/* Hides mac-IE5\*/
	display: block;
	/**/
    clear: both;
    height: 1px;
    overflow: hidden;/*Important!!*/

}
/*\*/
* html #header {
    height: 130px;
    overflow: visible;
}
/**/
#header img {
	margin: 0px;
	padding:0;
	float: left;

}
/*ueshima070426--------------*/
#btnLink {
	position: absolute;
	top: 20px;
	left: 580px;
}
#btnLink li{
	margin:0 10px 0 0;
	float:left;
	display:inline;
	list-style:none;
	height:24px;
	width:100px;
}
#btnLink li a{
	/*mac IE用\*//*/
	display: inline-table;
	float: left;
	/**/
	/* Hides mac-IE5\*/
	display: block;
	/**/
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}
/*--------------------------*/
/*globmenuは日本語と英語で切りかえる必要があるため、別途「ja.css」内にglobalmenuとして定義*/
#globmenu {
	margin:59px 0 0 0;
	float: right;
	width: 393px;
	height: 35px;
}
#globmenu ul li {
	width:131px;
	float: left;
	display:inline;
	list-style: none;
	height: 35px;
}
#globmenu ul li a{
	/*mac IE用\*//*/
	display: inline-table;
	float: left;
	/**/
	/* Hides mac-IE5\*/
	display: block;
	/**/
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}

/*contents style*/
#contents {
	margin:0;
	padding:0;
	float: left;
	width: 800px;
	background: url(../img/contBack.jpg) top left repeat-y;
	/*mac IE用\*//*/
    overflow: hidden;/*Important!!*/
	/**/
}
#contents:after {
    content: "";
	/*mac IE用\*//*/
	display: inline-table;
	/**/
	/* Hides mac-IE5\*/
	display: block;
	/**/
    clear: both;
    height: 0px;
    overflow: hidden;/*Important!!*/

}
/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/
/*maincontents style*/
#maincontents {
	margin:0;
	padding:0 0 20px 25px;
	float: left;
	width: 590px;
	text-align: left;
}
#maincontents h1 {
	width: 590px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 10px;
	color:#2D476F;
	font-size: 130%;
	font-weight: bold;
	/*font-family:"HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	background:url(../img/h1.gif) bottom left no-repeat;
}
#maincontents h2 {
	margin: 30px 0 10px 0;
	padding: 9px 0 12px 9px;
	background: url(../img/share/mainH2Back.gif) top left repeat-x;
}
#maincontents h3 {
	margin: 10px 0;
	padding: 0 0 9px 0;
	background:url(../img/share/mainH3Back.gif) bottom left repeat-x;
}
#maincontents h2,
#maincontents h3 {
	font-size: 110%;
	color:#006699;
	font-weight: bold;
	/*font-family:"HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	_width: 590px;
}
#maincontents h4,
#maincontents h5,
#maincontents h6 {
	margin: 0 0 5px 10px;
	font-weight: normal;
	font-size: 100%;
}
#maincontents p {
	margin: 2px;
	padding:0;
}
/*fujiwara0412------↓↓------*/
#maincontents .guide{
	margin: 0;
	padding: 0 0 5px 0;
}
#maincontents .guide p{
	margin: 0 0 1em 0;
	text-indent: 1em;
	line-height: 1.5em;
}
div.centerImg {
	margin: 20px auto;
	text-align: center;
}
div.centerImg p {
	font-weight: bold;
	line-height: 2em;
}
/*fujiwara0412----↑↑--------*/
#maincontents p.generalN {
	margin:10px 0 15px 0;
} 

table#ranking {
	width: 585px;
	margin:15px 0 0 0;
	padding:0;
	background:#FFFFFF;
	border-right: 1px solid #cccccc;
}
#maincontents div.selectOut {
	margin: 0 0 0 230px;
}
table#ranking td,th {
	padding: 5px;
}
/*ranking table width*/
.rank {	width: 11%;}
.mainfunk {	width: 15%;}
.company {	width: 22%;}
.companyU {	width: 17%;}
.code {	width: 11%;}
.ediTh { width: 13%;}
.trade { width: 13%;}
.sales { width:13%;}
.market { width:11%}
.period { width:9%;}
.listedY { width:9%}
.salseTd { text-align: right;}/*fujiwara0412*/
/*-------------------*/

.refine {
	width: 100%;
}
.page {
	margin-top: 5px;
	line-height: 2em;
	width: 100%;
}

/*fukidashi style*/
p.help span {
	font-style: normal;
	font-weight: normal;
}
.help {
	position: absolute;
	line-height:1.5em;
	background-color: #fff;
	border: dotted 1px #333;
	color: 000;
	margin: 3px;
	padding: 5px;
	text-align :left;
	width: 300px;
	filter: alpha(opacity = 90);
	opacity: 0.9;
	- moz-opacity: 0.9;
	font-weight:normal;
	z-index: 1;
}
em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
/*-----------------------------*/
.edi {
	padding-left: 10px;	
	padding-top: 10px;	
	margin-left: 10px;
}
.edinet {
	list-style: url(../img/view.gif) disc;
	margin-left: 10px;	
	margin-bottom: 10px;
	padding: 5px 30px;
	border: 3px dotted #ccc;
	background-color: #fffffe;
	line-height: 1.5em;
}
.list {
	margin: 10px 0 15px 0;
}
#maincontents div.bmb {
	margin:0;
	padding:0 0 10px 0;
	line-height: 1.5em;
	width: 565px;
}
#maincontents div.bmbbody {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 3px dotted #ccc;
	background-color: #fffffe;
}
#maincontents div.bmb h3 {
	padding: 0 0 9px 0;
	margin: 0 0 10px 0;
	line-height: 1.2em;
	/*font-family:"HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	background:url(../img/share/mainH3Back.gif) bottom left repeat-x;
	width: 565px;
}

.bmb p {
	margin: 0px;
	padding:0px;
}
.bmb ol {
	margin-left: 25px;
	line-height: 2em;
}
.bmb ol li p{
	margin:0px;
	padding:0px;
}
.bmb ul li {
	margin-left: 20px;
	list-style:disc;
}
.bmb dl {
	margin:0 0 0 5px;
	padding:0;
}
.bmb dl dt {
	width: 13px;
	height:13px;
	float: left;
	margin-bottom: 5px;
}
.bmb dl dd {
	margin-left: 17px;
	margin-bottom: 5px
}
.bmbtitle {
	margin:10px 0 5px 0;
}
td.block_num,
td.foot_num,
td.num {
	text-align: right;
}
.c109, .c321 {	background-color: #2860a3;	color: #000;	}
.c117, .c602 {	background-color: #47ea7e;	color: #000;	}
.c116 {	background-color: #58bf3f;	color: #000;	}
.c101 {	background-color: #74a9d6;	color: #000;	}
.c155, .c231 {	background-color: #890F65;	color: #000;	}
.c129, .c205, .c330 {	background-color: #8c8c8c;	color: #000;	}
.c331 {	background-color: #b7c4e0;	color: #000;	}
.c151, .c201, .c301, .c600 	{	background-color: #f92500;	color: #000;	}
.c161, .c206, .c311, .c601 	{	background-color: #fbe731;	color: #000;	}

.chap {
	color: #8b1a1a;
	margin: 1px;
	padding: 1px;
}
.i {
	font-style: italic;
}
.l {
	padding: 1px 0;
	padding-right: 30px;
	float: left;
	width: 62%;
}
.r {
	padding: 1px 0;
	margin-left:34%;
}
.s {
	font-size: 10px;	
}
.underline {
	text-decoration:underline;
}
tfoot {
	border-top: 3px double #363636;
}
.foot_title, .foot_num {
	font-weight: bold;
	border-top: 3px double #666666;
	border-bottom: 3px double #666666;
	background-color: #74a9d6;
}
.chart {
	text-align: center;
}
.chart img {
	margin:15px 0;
}

/*fukidashi----↑-↑------------*/

/*sidecont style*/
#sidecont {
	margin:0;
	padding:0;
	float: left;
	width: 170px;
}
#sidecont select {
	width: 150px;
	margin-bottom: 7px;
}
#sidecont h2 {
	display: block;
	height:45px;
	width: 170px;
	text-align: right;
	margin-bottom: 5px;/*fujiwara0413*/
}
#sidecont h2 span {
	display: none;
	height:0px;
}
#sidecont h2 img.question {
	margin: 12px 3px 15px 0;
}
#sidecont h2 a img.question,
#sidecont h2 a img.questionW {
	text-align: right;
	overflow: hidden;
}
#sidecont h2 img.questionW {
	margin: 12px 3px 15px 0;
}

#sidecont h3 {
	margin: 0 0 5px 0;
	padding:0;
	color:#2D476F;
	font-size: 120%;
	font-weight: bold;
	/*font-family:"HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
}
.titleTxt {
	margin:0;
	padding:0;
	color:#2D476F;
	font-weight: bold;
	/*font-family:"HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-size: 110%;
}
.menulist {
	margin:0 0 10px 0;
	padding-bottom: 10px;
	width: 170px;
}
.menulist h2 {
	padding-bottom: 7px;
}
.menulist ul.kigo {
	margin-top: 5px;
}
.menulist ul {
	margin: 0 10px;
	list-style: none;
}
.menulist ul li {
	margin-bottom: 9px;
}
.menulist ul li img {
	margin-right: 3px;
}
.menulist p {
	margin:0 0 5px 10px;
}
/*fujiwara追加 070507-------------------------*/
#pointmenu {
	margin:0 0 1px 0;
	padding-bottom: 20px;
	width: 170px;
	background:url(../img/share/sideTitle_backF.gif) bottom left no-repeat;
}
#pointmenu a:link,
#pointmenu a:visited {
	color:#2D476F;
}
#pointmenu a:hover {
	text-decoration: none;
}
#pointmenu ul,p {
	margin: 0 12px;
	padding:0;
	line-height: 1.7em;
}
#pointmenu ul {
	margin-bottom: 12px;
}
#pointmenu ul li {
	margin:0 0 0 12px;
	padding:0;
	list-style: disc;
}
ul.pointList {
	margin: 0 0 0 27px;
}
/*--------------------------------------------*/

.sideBox {
	margin:0;
	padding:0 0 10px 0;
	width: 170px;
}
.sideBox p {
/*	line-height: 2em;*//*fujiwara0413*/
	padding: 0 5px 10px 3px;
}
.line {
	background: url(../img/sideLine.gif) bottom left repeat-x;
	margin: 0 5px 5px 5px;
}
.sideBox form {
	margin: 0 5px;
}


/*footer style*/
#footer {
	margin:0;
	padding:0;
	width: 800px;
	height: 49px;
	text-align: right;
	clear: both;
	background: url(../img/footBack.jpg) top left repeat-x;
}
#footer img {
	margin: 21px 0px 6px 0;
	padding:0;
}
address {
	font-style: normal;
	font-weight: normal;
}

/*他社比較窓*/
#hikakuC {
/*	display: none;*/
	position:absolute;
	top: 10px;
	left: 810px;
	background:#ffffff;
	width: 166px;
}
#hikakuR {
/*	display: none;*/
	position:absolute;
	top: 370px;
	left: 820px;
	background: #ffffff;
	width: 166px;
}
.compare {
	padding-bottom: 7px;
	margin: 3px;
	background:url(../img/share/hikaku_back.gif);
}
.compare h2 {
	margin-bottom: 10px;
	width: 100%;
	font-size: 110%;
	height: 44px;
	text-align: right;
}
.compare h2 img {
	margin: 12px 3px 15px 0;
}
.compare h2 em img {
	margin: 0;
}
.compare span {
	display: none;
	height:0px;
}
.compare h3 {
	margin-left: 10px;
	color:#2D476F;
	font-weight: bold;
	/*font-family:"HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-size: 100%;
}
.compare table {
	margin-left: 5px;
	margin-top: 5px;
}

#hikakuC .hikakuCName,
#hikakuR .hikakuCName {
	font-weight: normal;
	text-align: left;
	border: none;
	background: url(../img/sideLine.gif) bottom left repeat-x;
	width:100px;
}

#hikakuC .hikakuBtn,
#hikakuR .hikakuBtn {
	font-weight: normal;
	text-align: left;
	border: none;
	background: url(../img/sideLine.gif) bottom left repeat-x;
	width:20px;
}
/*IE用*/
*html #hikakuC th,
*html #hikakuC td,
*html #hikakuR td,
*html #hikakuR th {
	font-size:80%;
}
/*---*/

th#hikakuForm {
	text-align: center;
	border: none;
	background:url(../img/share/hikaku_back.gif);
}
th#hikakuForm input {
	margin:0;
	padding:0;
}

/*-----------*/
/* Ｕチャートメニュー ueshima070419*/
div#uchart_title h2 {
	margin: 0px 0 10px 0;
	padding: 9px 0 5px 9px;
	font-size: 150%;
	color:#FFFFFF;
	font-weight: bold;
	background: url(../img/share/uchart_titleBack.gif) top left;
	border-bottom: 3px solid #174866;
}

#uchart_menu table {
	width: 585px;
	margin-bottom : 1em;
	border-collapse: collapse;
	border: 1px solid #FFF;
}

#uchart_menu td.th_head {
	background-color:#BADBEF;
	font-weight:bold;
}
#uchart_menu td {
	background-color:#E0EFF8;
	border: 1px solid #FFF;
}

#maincontents caption {
	text-align:left;
	font-size:80%;
	padding:0px 5px 5px 5px;
	font-weight:bold;
}

/*news.html用20070523*/
#newslist {
list-style-type:none;
}
#newslist .date {
font-weight:bold;
}
#newslist li{
margin-bottom:5px;
}


#maincontentshead {
	margin:0;
	padding:0 0 20px 25px;
	width: 590px;
	text-align: left;
	float: left;
}

#pickupcompany {
text-align:left;
width:585px;
padding: 5px;
background-color:#FFFF99;
}

#pickupcompany dl{
}

#pickupcompany dt img{
margin-right:10px;
}

#pickupcompany dd{
margin-left:10px;
display:inline;
}

