/*-- INDEX ----------------------------------------

  #001 Common
  #002 Header
  #003 Footer
  #004 HelpMain
 

-------------------------------------------------*/

/*-------------------------------------------------
  #001 Common
-------------------------------------------------*/

* {
	margin: 0px;padding: 0px;
	font-size: 12px;
	line-height: 14px;
}

body {
	width: 100%;
	}
	
#mainwrapper {
    width:620px;
    }
	
/* clearfix */
div.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
div.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

li {
list-style-type:none;
}

a {
color:#18459D;
}
a:hover {
color:#FF9900;
}
a img {
border:medium none;
}

/*-------------------------------------------------
  #002 Header
-------------------------------------------------*/
	
#Header {
	width: 100%;
	height: 26px;
	position: relative;
	background-image:  url("/help/CS/img/header_bg.gif");
	background-repeat: repeat-x;
	text-align: right;
	vertical-align:bottom;
}

#Header .logo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#Header .close {
	position: relative;
	top: 4px;
	right: 10px;
}

#Header .close a{
	background: url("/help/CS/img/icon_close_popup.gif") no-repeat left center;
	padding-left: 16px;
	color: #0b6cce;
	font-size: 10px;
	text-decoration: underline;
}

#Header .close a:hover{
	color: #ff9900;
	text-decoration: underline;
}

/*-------------------------------------------------
  #003 Footer
-------------------------------------------------*/

#Footer {
	width: 100%;
	text-align: left;
	border-top: 1px solid #ccc;
}

#Footer img {
	padding: 5px 0 0 10px;
	margin-left: -40px;}


/*-------------------------------------------------
  #004 HelpMain
-------------------------------------------------*/
#container {
	margin: 0 10px 30px 10px;
}

h1,h2 { text-indent: -9999px;}

h1 {
   background: url(/cmn/images/nintei/20121207add/S_header.png) 0 0 no-repeat;
   width: 610px;
   height:110px;
   margin-bottom: 5px;
   }

h2.h2_01 {
   background: url(/cmn/images/nintei/help/S_h2_01.png) 0 0 no-repeat;
   width: 320px;
   height: 23px;
   margin-bottom: 15px;
   }
   
h2.h2_02 {
   background: url(/cmn/images/nintei/help/S_h2_02.png) 0 0 no-repeat;
   width: 250px;
   height: 23px;
   margin-bottom: 10px;
   }

h2.h2_03 {
   background: url(/cmn/images/nintei/help/S_h2_03.png) 0 0 no-repeat;
   width: 590px;
   height: 23px;
   margin-bottom: 10px;
   }
#container .box1 {
  }
  
  
#container .box_left {
   width: 320px;
   float: left;
   padding:4px 4px 20px 4px;
   border: 1px solid #cccccc;
   margin-right: 6px;
   }  
   
#container .box_right {
   width: 250px;
   float: right;
   padding:4px;
   border: 1px solid #cccccc;
   }
   
#container .box_bottom {
   width: 590px;
   padding:4px;
   border: 1px solid #cccccc;
   float: left;
   margin: 10px 0 0 0;
   } 
    

/*-
#container .box_right ul {
	width: 200px;
	padding: 20px;
	height: 135px;
	margin-top:15px;
}	
	
#container .box_right .list_box01 ul li {
	display: block;
	margin: 0 15px 5px 0;
	line-height: 1.4;
	zoom: 1;
	font-size: 14px;
	float:left;
	list-style-type: none !important;
}	
	
* html #container .box_right .list_box01 ul li {
	float: none;
	display: inline;
}


*:first-child+html #container .box_right .list_box01 uly ul li {
	float: none;
	display: inline;
}
*/

#container .box_right .list_l {
   width: 140px;
   float: left;
   padding: 0 0 0 10px;
   }
   
#container .box_right .list_r {
   float: left;
   width: 100px;
   }



ul.list li a {
  background: url(/cmn/images/nintei/help/point.gif) 0 2px no-repeat;
  font-size:13px;
  padding: 0 0 0 13px;
  margin: 0 0 10px 0;
  display: block;
  line-height: 1.3em;
  outline: none;
  }
  
*html ul.list li a {display:inline-block;margin: 0 0 10px 0; vertical-align: top;
 }


.link_box {
  float: left;
  width: 196px;
}

p.text_link a {
   font-size: 10px;
   text-align: left;
   background: url(/cmn/images/nintei/help/point.gif) 0 0 no-repeat;
   padding: 0 0 0 10px;
   width: 20px;
   margin: 0 0 0 10px;
}

.link_box a img {
text-align: center;
margin: 10px 0 10px 0;
}

*html #container .box_bottom {
   width: 590px;
   padding: 2px;
   border: 1px solid #cccccc;
   float: left;
   margin: 10px 0 0 0;
   } 
