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

CSS Information

Site URL:    http://www.t-engine4u.com/
File name:   main.css
Summary:     common styles
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)
__press     (ForPressRelease)

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


/* ===================================================================== 
  __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;
   
}


html {
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-x: scroll;
    margin:0px;
}




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, 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;
    padding-right: 2ex;
    background: url("img/arrow.gif") right  no-repeat;
}

.center{
    text-align:center;
}

.right{
    text-align:right;
}


h2{
    margin: 24px 0px 10px 0px;
    padding: 5px 5px 3px 10px;
    border: solid 1px #ecc;
    border-left: solid 5px #c00;
    font-size: 120%;
    line-height: 133%;
    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{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    position:relative;
}


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

div#header{
    position:absolute;
    top:0px;
    left:0px;
    width:800px;
    height:78px;
    background-color:#fff;
}

p#pmclink{
    position:absolute;
    top:0px;
    left:0px;
    width:180px;
    height:30px;
}

p#toplink{
    position:absolute;
    top:30px;
    left:0px;
    width:200px;
    height:48px;
}

ul#topnavi{
    position:absolute;
	top: 5px;
    right:0px;
}

ul#topnavi li,
ul#topnavi li form,
ul#topnavi li form p {
    display:inline;
}

ul#topnavi li form p input#sb{
    vertical-align: top;
    margin-right: 0px;
    margin-left: 0px;
}

ul#topnavi li form p input#sw{
    border: #a0a0a0 1px solid;
    padding: 2px;
    margin-right: 0px;
    margin-left: 0px;
}


ul#gnavi{
    position:absolute;
    top:30px;
    right:0px;
}

ul#gnavi li{
    display:inline;
}


ul#gnavi li a{
    height:48px;
}


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

div#contents{
    width:800px;
    background: url("img/contents_back.gif") repeat-y;
    margin-bottom:2ex;
}


/* ===================================================================== 
  __main
===================================================================== */
div#main{
    width:600px;
    float:right;
    margin-top:78px;
    background-color:#fff;
}


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

div#main ul li{
  background: url("img/arrow.gif") left 4px no-repeat;
  padding-left: 12px;
  padding-bottom: 7px;
  line-height:100%;
}
#main p,
#main dl,
#main ul,
#main table {
  margin-top:2ex;
  margin-left:2ex;
}

div.mainleft{
    width:295px;
    float:left;
    padding-bottom:2ex;
}


div.mainright{
    width:295px;
    float:right;
    padding-bottom:2ex;
}

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


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

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

#sidenavi{
    width:190px;
    float:left;
    margin-top:78px;
    margin-right:10px;
    background-color: #535353;
}

#sidenavi ul{
    border-bottom:#ccc 1px solid;
}

#sidenavi ul li ul{
    border-bottom:none;
}


#sidenavi ul li#current {
    border-bottom:none;
    border-left: solid 5px #c00;
    background-color: #eee;
    display:block;
    color: #333;
    padding-left: 10px;
    line-height: 25px;
}

#sidenavi ul li a{
    border-bottom:1px #aaa solid;
    border-left: none;
    display:block;
    background-color: #535353;
    color: #fff;
    line-height: 25px;
    padding-left: 15px;
}


#sidenavi ul li#current ul{
    border-top:1px #aaa solid;
    margin-left:-15px;
    padding-left:0px;
    width:190px;
}

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

#sidenavi ul li ul li a{
    background-color:#777;
}


#sidenavi ul li ul li a{
    padding-left: 25px;
}

#sidenavi ul li ul li#current{
    padding-left: 35px;
    border-bottom:none;
    border-left: solid 5px #c00;
    background-color: #eee;
    display:block;
    color: #333;
    line-height: 25px;
    padding-left: 20px;
}

p.sidebanner {
    margin: 0px;
    padding:80px 5px 0px 5px;
    background-color: #eee;
}


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

div#footer{
    clear:both;
    width:800px;
    height:30px;
	border: #d0d0d0 1px solid;
    position:relative;
    padding-bottom: 7px;
    margin-bottom: 2ex;
}


p#footitem{
    position:absolute;    
	top: 10px;
	right: 10px;
}

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


/* ===================================================================== 
  __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: 15px 0px 24px 0px;
    padding: 8px 0px 8px 30px;
    background: url(img/h1banner.gif) no-repeat ;
    font-size: 150%;
    font-weight: bold;
    height: 29px;
    width: 570px;
}

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


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

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

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

dl.press dd{
   margin-left: 10em;
   margin-bottom: 6px;
}


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

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

dl.faq dd{
   margin-left: 5em;
   margin-bottom: 12px;
}


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

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

dl.booklistbig dt{
    float: left;    
    width:200px;
}

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

dl.booklistbig dd{
    margin-left: 200px;
    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;
}

p.img{
    text-align:center;
    padding-top:0px;
    padding-bottom:1ex;
}

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


img.inimg{
	vertical-align: -1px;
}

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

div#main ul#topicpath{
    position:absolute;
    right: 0px;
    top: 78px;
    margin-top:0px;
}

div#main ul#topicpath li{
    display:inline;
    list-style-type:none;
    background-image: none;
    padding: 0px;
}

div#main ul#topicpath li a{
    padding-right: 15px;
    background: url(img/topicpath.gif) no-repeat right center;
}

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

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

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

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

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


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

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:1.2em;
    margin: 0px;
    font-weight:normal
}

dl.footnotemini dd{
   margin-left: 1.2em;
   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 dl.footnote{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:-2ex;
}

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

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

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

table.pr tr{
    margin:0px;
    padding:0px;
}

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

caption.nowrap {
    white-space:nowrap;
}

p.rss {
 position:absolute;
  top: 310px;
 right: 10px;
}

img.inimg2 {
 vertical-align: -22px;
}

img.inimg3 {
 vertical-align: middle;
}

