/* ===================================================================== 

CSS Information

Site URL:    http://www.t-engine4u.com/
File name:   print.css
Summary:     common styles for printing
Created:     2007-10-25
Last update: 2007-10-25 by kubo
Auther:      KUBO Hiroshi
Copyright:   (c) 2007 Personal Media Corp.

Order of description

__default_style_clear
__wrap     (div#wrap)
__header   (div#header)
__contents (div#contetns)
__main     (div#main)
__sidenavi (div#sidenavi)
__footer   (div#footer)
__clearfix (.clearfix)
__misc
__topicpath (ul#topicpath)


===================================================================== */


/* ===================================================================== 
  __Default_style_clear
===================================================================== */

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p {
	margin: 0px;
	padding: 0px;
	font-size: small;
    color:#333;
    font-family: Sans-Serif;
}

    
table {
	border-collapse: collapse;
	border-spacing: 0px;
    border:1px solid  #ddd;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin: 0px 0px 0px 0px;
}
ou, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

a{
    text-decoration:none;
}


a:link {
    color: #c00000;
}

a:visited {
    color: #800000;
}


a:hover, a:active {
    color: #c00000;
    text-decoration:underline;
}

.readmore{
    text-align:right;
}


.center{
    text-align:center;
}

.right{
    text-align:right;
}

h2{
    margin: 10px 0px 10px 0px;
    padding: 5px 5px 3px 10px;
    border: solid 1px #ecc;
    border-left: solid 5px #c00;
    font-size: 120%;
    line-height: 133%;
    margin-top:24px;
    font-weight: bold;
}

h3{
    margin: 25px 0px 25px 0px;
    padding: 2px 5px 2px 5px;
    border-top: solid 1px #ecc;
    border-bottom: solid 1px #ecc;
    font-weight: bold;
}

h4{
    margin: 24px 0px 10px 0px;
    padding: 2px 5px 2px 5px;
    border-left: solid 5px #ecc;
    font-weight: bold;
}

select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

pre, code {font:115% monospace;}


/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */

body * {line-height:1.44;}



/* ===================================================================== 
  __wrap
===================================================================== */

div#wrap{
    margin-right: auto;
    margin-left: auto;
    position:relative;
}


/* ===================================================================== 
  __header
===================================================================== */

div#header{
    display:none;
}


/* ===================================================================== 
  __contents
===================================================================== */

div#contents{
}


/* ===================================================================== 
  __main
===================================================================== */

div#main{
    width:100%;
    background-color:#fff;
}


div#main ul{
  margin-left:10px;
}

div#main ul li{
  background: url("img/arrow.gif") left 5px no-repeat;
  padding-left: 12px;
  padding-bottom: 10px;
}


#main p,
#main dl,
#main ul,
#main table {
  margin-top:2ex;
  margin-left:2ex;
}



div.mainleft{
    width:49%;
    float:left;
    padding-bottom:2ex;
}


div.mainright{
    width:49%;
    float:right;
    padding-bottom:2ex;
}




/* ===================================================================== 
  __sidenavi
===================================================================== */

div#sidenavi{
    display:none;
}

div#sidenavi ul li{
    border-bottom:1px #aaa solid;
}

div#sidenavi ul li  a {
    display:block;
    background: url("img/snavibar.gif") left bottom no-repeat;
    height: 20px;
    color: #fff;
    line-height: 20px;
    padding-left: 20px;
}


#pdfpress{ 
    font-weight: bold;
    font-size:120%;
    text-align:center;
}

#price{
    font-weight: bold;
    font-size:120%;
}


/* ===================================================================== 
  __footer
===================================================================== */

div#footer{
	border-top: #d0d0d0 1px solid;
}


p#footitem{
    display:none;
}

p#copy{
	padding: 10px 0px 0px 0px;
}


/* ===================================================================== 
  __clearfix
===================================================================== */

/* ===================================================================== 
  __misc
===================================================================== */



h1{
    margin: 0px 0px 24px 0px;
    padding: 8px 0px 8px 30px;
    font-size: 150%;
    background: url(img/h1banner.gif) no-repeat ;
    font-weight: bold;
    height: 29px;
    width: 570px;
    page-break-before: avoid;
    page-break-after: avoid;
}

h1#image{
    margin: 0px;
    padding: 0px;
    border: none;
    height: 200px;
}


h1#kitimage{
    background:none;
    padding: 2ex 0px 0px 0px ;
    border: 0px;
    text-align:center;
    height:100%;
    width: 100%;
}

dl.press{
    margin: 12px 0px 12px 0px;
    padding:5px 5px 5px 5em;
    page-break-before: avoid;
    page-break-after:  auto;
}



dl.press dt{
    float: left;
    clear:both;
    width:10em;
    margin: 0px;
    font-family: monospaced;
}

dl.press dd{
   margin-left: 10em;
   margin-bottom: 6px;
   page-break-before: avoid;
   page-break-after: auto;
}

dl.api{
    margin: 0px;
    padding: 20px 0px 20px 20px;
    border: 1px solid #ecc;
}

dl.api dt{
    float: left;
    clear:both;
    width:8em;
    margin: 0px;
    font-family: monospaced;
}

dl.api dd{
   margin-left: 8em;
   margin-bottom: 12px;
}

dl.faq{
    margin: 24px 0px 24px 0px;
    padding:5px;
    page-break-before: avoid;
    page-break-after:  auto;
}

dl.faq dt{
    float: left;
    clear:both;
    width:5em;
    margin: 0px;
    font-family: monospaced;
}

dl.faq dd{
   margin-left: 5em;
   margin-bottom: 12px;
   page-break-before: avoid;
   page-break-after: auto;
}


dl.booklist{
    margin: 24px 0px 0px 0px;
    padding:5px 5px 0px 0px;
}

dl.booklist dt{
    float: left;    
    width:100px;
}

dl.booklist dd{
    margin-left: 100px;
    margin-bottom: 12px;
}

address {
    margin:20px 0px 20px 60px;
}

tr{
    padding: 0px;
    margin:0px;
}

td{
    padding:5px; 
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

th{
    padding:5px;
    background-color:#eee;
    font-weight: bold;
    vertical-align:top;    
    text-align:center;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}



caption{
    font-weight: bold;
    text-align:center;
    padding-top:3ex;
    padding-bottom:1ex;
}

p.caption{
    font-weight: bold;
    text-align:center;
    padding-top:0px;
    padding-bottom:3ex;
}

dt{
    font-weight: bold;
    margin-top: 4ex;
    margin-bottom: 1ex;
}


dd{
   margin-left: 1em;
}


#main ul.example{
    margin: 20px 20px 20px 0px;
    padding: 20px 0px 20px 20px;
    border: 1px solid #ecc;
}

#main ul.example li{
    background-image:none;
}

ul.frame{
    margin: 20px 20px 20px 0px;
    padding: 20px 0px 20px 20px;
    border: 1px solid #ecc;
}

ul.miniframe{
    margin: 0px;
    padding: 20px 0px 20px 20px;
    border: 1px solid #ecc;
}


ul.flat li{
    display: inline;
    line-height: 110%;
}


.clearboth{
    clear:both;
}


.icon {
    margin-left: 5px;
    margin-right: 20px;
}

.note{
    margin:2ex;
    font-size:smaller;
}


.notebox{
    margin:2ex;
    padding:2ex;
    font-size:smaller;
    border:#ddd 1px solid;
}

.innerfig{
    margin: 1em 1em 1em 0px;
    float:left;
}

.innerpic{
    margin: 1em 0px 1em 1em;
    float:right;
}

.ans{
  margin:2em 0px 1em 2em;
}

/* ===================================================================== 
  __topicpath
===================================================================== */

ul#topicpath{
    display:none;
}

/* ===================================================================== 
  __press
===================================================================== */

h1.pr{
    margin: 20px 0px 0px 0px;
    padding-bottom: 15px;
    background: none;
    font-size: 150%;
    font-weight: bold;
    text-align:center;
    height:100%;
    width:100%;
    color:#444;
}

p#prsub{
    margin: 0px 0px 24px 0px;
    padding: 0px;
    background: none;
    font-weight: bold;
    text-align:center;
    color:#555;
}

p#prdate{
    margin: 0px;
    text-align:right;
}

p#pradd{
    text-align:right;
    text-align:right;
}

dl.footnotemini,
dl.footnote{
    margin: 24px 0px 24px 0px;
    padding:5px;
}

dl.footnote dt{
    float: left;
    clear:both;
    width:2em;
    margin: 0px;
    font-weight:normal
}

dl.footnote dd{
   margin-left: 2em;
   margin-bottom: 12px;
}

dl.footnotemini dt{
    float: left;
    clear:both;
    width:1em;
    margin: 0px;
    font-weight:normal
}

div.narrow{
    width:70%;
    margin:0px auto;
}

dl.footnotemini dd{
   margin-left: 1em;
   margin-bottom: 12px;
}

dl.linklist{
    margin: 24px 0px 24px 0px;
    padding:5px;
}

dl.linklist dt{
    float:none;
    width:30em;
    margin: 0px;
    font-weight:bold;
}

dl.linklist dd{
   margin-left: 3em;
   margin-bottom: 12px;
}



h2.pr{
    margin: 24px 0px 10px 0px;
    padding: 5px 5px 3px 10px;
    border: none;
    border-left: solid 10px #888;
    font-size: 120%;
    line-height: 133%;
    font-weight: bold;
}


h3.pr{
    margin: 24px 0px 10px 0px;
    padding: 2px 5px 2px 5px;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    font-weight: bold;
}

div#main ul.pr{
  list-style: square none outside;
  margin-top:10px;
  margin-left:20px;
}

div#main ul.pr li{
  background-image:none;
  padding-left: 0px;
  padding-bottom: 7px;
  line-height:144%;
}

th.nowrap,
td.nowrap{
    white-space:nowrap;
}

#main div.tcenter table{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:-2ex;
}

table.prnb{
	border-collapse: collapse;
	border-spacing: 0px;
    border:none;
    margin-top:20px;   
}

table.prnb td{
    padding:5px; 
    border: none;
}

table.prnb th{
    padding:5px;
    background-color:#ddd;
    font-weight: bold;
    vertical-align:top;    
    text-align:center;
    border:none;
}


table.pr{
	border-collapse: collapse;
	border-spacing: 0px;
    border:none;
    border-top: 1px solid #aaa;
    margin-top:20px;   
}

table.pr td{
    padding:5px; 
    border: none;
    border-bottom:1px solid #aaa;
}

table.pr th{
    padding:5px;
    background-color:#ddd;
    font-weight: bold;
    vertical-align:top;    
    text-align:center;
    border:none;
    border-bottom:1px solid #aaa;
}


table.prfix{
	border-collapse: collapse;
	border-spacing: 0px;
	border:none;
	border-top: 1px solid #aaa;
	width: 90%;
	margin-bottom: 2ex;
}

table.prfix td{
    padding:5px; 
    border: none;
    border-bottom:1px solid #aaa;
}

table.prfix th{
    padding:5px;
    background-color:#ddd;
    font-weight: bold;
    vertical-align:top;    
    text-align:center;
    border:none;
    border-bottom:1px solid #aaa;
    width: 20%;
}
