﻿/* ===================================================================== 

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;
}


.readmore{
    text-align:right;
}


.center{
    text-align:center;
}

.right{
    text-align:right;
}

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

h3{
    margin: 10px 0px 10px 0px;
    padding: 2px 5px 2px 5px;
    border-top: solid 1px #ecc;
    border-bottom: solid 1px #ecc;
    margin-top:24px;
    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:24px;
}

div#main ul li{
  padding-left: 0px;
  padding-bottom: 10px;
  list-style-type: disc;

}


#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;
}

#main ul.prod{
    width:560px;
  height: 200px;
  margin-left: 0px;
}

#main ul.prod li{
  background-image: none;
  margin: 0px;
  float:left;
  width:170px;
  height: 200px;
  text-align:center;
  font-weight:bold;
}

pre{
    white-space:pre;
    background-color:#ffffcc;
    padding: 0px 1em 1em 1em;
    margin-top:1em;
    margin-bottom:1em;
    border-bottom: #888888 1px solid;
    border-right:  #888888 1px solid;
    border-top:    #dddddd 1px solid;
    border-left:   #dddddd 1px solid;
}

code {
    font-family: 'Courier New',Courier,monospece;
    font-size:small;
}



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

div#sidenavi{
    display:none;
}

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

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


p#footitem{
    display:none;
}

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


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


.clearfix:after{
    content: ".";
    display: block;
    height: 0px;
    clear:both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


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



h1{
    margin: 0px 0px 24px 0px;
    padding: 8px 0px 8px 30px;
    font-size: 150%;
    border-top: solid 1px #f8b910;
    border-bottom: solid 1px #f8b910;
    font-weight: bold;
    page-break-before: avoid;
    page-break-after: avoid;
}

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


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

dl.press{
    margin: 12px 0px 0px 0px;
    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: 12px;
   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;
}


dl.gamen{
    clear:both;
    margin: 12px 0px 0px 0px;
    padding:5px 5px 0px 0px;
}

dl.gamen dt{
    margin-top: 0px;
    float: left;    
    width:180px;
}

dl.gamen dd{
    margin-top: 30px;
    margin-left: 190px;
    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:4ex;
}

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;
}

span.en{
    font-size: small;
}

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

ul#topicpath{
    display:none;
}
