@charset "iso-8859-1";
/* ===================================================================
 file name  : tolls.css
 author     : Nikkei.com
 style info : tools css 
=================================================================== */


/* maincontents 
=========================================*/

#mainContents{
	width: 975px;
	float: none;
	font-size: 110%;
}

.txtArea{
 width:98%;
	margin:5px auto;
	padding:10px 0 5px 0;
}

.txtArea2{
 width:98%;
	margin:3px auto;
	padding:5px 0 10px 0;
}

.txtArea2 ul{
 width:90%;
 text-align:left;
	padding:0 0 5px 5px;
}

.txtArea2 li{
 padding:5px 0 0 10px;
 background:url(/e/common/images/tri_blue.gif) no-repeat 0 9px;
}

.txtArea3{
 width:99%;
	margin:3px auto;
	padding:5px 0;
}

.lineBox{
 padding:10px;
	border: #ccc 1px solid; 
	width:96%;
	margin: 10px auto;
}

.lineBox .tit{
 padding:5px;
	font-size:120%;
	font-weight:bold;
	background-color:#DFEBEE;
}

.lineBox .tit2{
 padding:5px;
	font-size:120%;
	font-weight:bold;
	background-color:#E1EEDF;
}

.lineBox .tit3{
    padding:5px;
	margin-bottom:10px;
	font-size:120%;
	font-weight:bold;
	background-color:#faeabe;
}
	
.box1{
 width:32%;
 padding:0 5px 5px 5px;
 vertical-align:top;
 float:left;
}


.box2{
 width:100%;
 padding:0 5px 5px 5px;
 vertical-align:top;
}

.box3{
 width:65%;
 padding:0 13px 5px 5px;
 vertical-align:top;
 float:right;
}

.box3 .tit{
 padding:5px;
	font-size:120%;
	font-weight:bold;
	background-color:#ffd9d9;
}


.box1 p,
.box2 p{
 padding:0 5px; 
}

.box3 p{
 padding:10px 5px 0 5px; 
}
	
.lineBox p.bold,
.lineBox p.bold{
 padding:5px 0 10px 5px;
	font-weight:bold;
}

.box1 p.t1,
.box2 p.t1{
 padding-top:8px; 
}
	
/* ===================================================================
 style info :sitemap css
=================================================================== */

.siteMap ul#subNav {
	width: 150px;
	background: none;
	color: #333;
	height:auto;
	background-color:none;
}

.siteMap ul#subNav li {
	display: block;
	float:none;
}


.stboxR ul#subNav{
	width: 150px;
	background: none;
	color: #333;
	
}
.stboxR ul#subNav li{
	display:block;
	float: none;
	margin: 2px 0;
	padding: 0 0 0 12px;
	background:url(../images/tri-rou-orange.gif) no-repeat left 5px;
}



*:first-child+html .stboxR ul#subNav li{
	margin: 2px 0;
}


.stboxR ul#subNav li a,
.stboxR ul#subNav li a{
	color: #006;
}
.stboxR ul#subNav a:link,
.stboxR ul#subNav a:link {
	color: #003979;
	text-decoration:none;
}

.stboxR ul#subNav a:visited,
.stboxR ul#subNav a:visited {
	color: #666;
	text-decoration:none;
}

.stboxR ul#subNav a:hover,
.stboxR ul#subNav a:hover {
	color: #1C66D7;
	text-decoration:underline;
}

.stboxR ul#subNav a:active,
.stboxR ul#subNav a:active {
	color: #003979;
}



.helpPage #mainContents{
	width: 975px;
	font-size: 100%;
}

.siteMap {
	width: 35%;
	margin: 1em 12em 1em 0;
	float: left;
	display:inline;
}

.siteMapbox {
	border-bottom: #F5F5F5 1px solid;
}

.stboxL {
	padding: 1em 0 0 0;
	float: left;
	width: 150px;
	font-weight: bold;
	
}

.stboxR {
	float: left;
	padding: 1em 0 1em 1em;
	border-left: #CCC 1px solid;
}

.contentsList01 li{
	margin: 2px 0;
	padding: 0 0 0 12px;
	background:url(../images/tri-rou-orange.gif) no-repeat left 5px;
}

/*-------------------------
clearfix
----------------------------*/
#container:after,
#mainContents:after,
#contents:after,
#header:after,
#footer:after,
#subHeader:after,
.lineBox:after,
.siteMapbox:after,
.siteMapbox:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

