/* ===================================================================== 

CSS Information

Site URL:    http://www.chokanji.com/ckk/
File name:   print.css
Summary:     common styles for printing
aCreated:     2009-08-27
Last update: 2009-09-02 by kubo
Auther:      KUBO Hiroshi
Copyright:   (c) 2009 Personal Media Corp.

Order of description

__default_style_clear
__wrap     (div#wrap)
__header   (div#header)
__contents (div#contetns)
__main     (div#main)
__submenu  (div#submenu)
__footer   (div#footer)
__clearfix (.clearfix)
__misc
__topicpath (ul#topicpath)

===================================================================== */


/* ===================================================================== 
  __Default_style_clear  (YUI reset style)
===================================================================== */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	line-height: 1;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}


/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:'Courier New', Courier, monospace;
	*font-size:108%;
	line-height:100%;
}

pre{
    margin: 10px 0px;
    padding:10px;
    background-color:#e0ffff;
    border:#a0a0ff 1px solid; 
}



blockquote,
q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
a,
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:100%;
}

    
html {
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-x: scroll;
}


h1, h2, h3, {
	font-weight: normal;
}


img {
	border: 0;
	vertical-align: top;
}

.center{
    text-align:center;
}


.right{
    text-align:right;
}

/* ===================================================================== 
  __wrap
===================================================================== */


div#wrap{
    position:relative;
}


/* ===================================================================== 
  __header
===================================================================== */

div#header{
    display:none;
}


/* ===================================================================== 
  __contents
===================================================================== */

div#contents{
}

#contents ul li{
  padding-bottom: 5px;
}

#contents ul li ul{
  margin-top:3px;
  margin-bottom:5px;
}


#contents ul li ol li{
  background: none;
  padding-left: 0px;
  padding-bottom: 0px;
}

#contents dl,
#contents ul{
  margin:1ex 0px 3ex 2ex;
}

#contents p{
  margin:0px 0px 2ex 1em;
}

#contents ul.dlbox_wide,
#contents ul.dlbox{
  margin:20px 0px 0px 0px;
}

#contents ul.hardcopy{
  margin:20px 0px 0px 0px;
  padding:0px;
}


#contents ul.dlbox_wide li,
#contents ul.dlbox li{
    list-style: none;
    background-image: none;
    width:150px;
    height:90px;
    float:left;
    text-align:center;
}

#contents ul.hardcopy li{
    background-image: none;
    width: 180px;
    height:200px;
    float:left;
    text-align:center;
    margin:0px 25px 10px 0px;
    padding:0px;
}


#contents ul.hardcopy li a,
#contents ul.hardcopy li a img{
    margin:0px;
    padding:0px;
}

p#buy_button{
  margin:20px 0px;
  text-align:center;
}



p#price{
  margin: 0px;
  text-align:center;
  font-size:133%;
  font-weight: bold;
}

p#price_wt{
  margin: 0px;
  text-align:center;
}


p#sub_price{
  margin: 0px 0px 0px 20px;
  font-size:133%;
  font-weight: bold;
}

p#sub_price_wt{
  margin: 0px 0px 0px 20px;
}

p.fig{
  font-size:112%;
  font-weight: bold;
  text-align:center;
  margin:10px;
  line-height: 3;
}


p.figcap{
  text-align:center;
  font-weight: bold;
}



h1#top{
    margin: 0px;
    padding: 0px;
    border: none;
}

div.rightbox,
div.leftbox,
div#topicbox{

}


div#topicbox{
    padding: 0px;
    margin: 10px 0px;
}

div.leftbox{

}

div.rightbox{

}


h1{
    margin: 24px 0px 10px 0px;
    padding: 5px 5px 3px 10px;
    border-left: solid 10px #333333;
    font-size: 200%;
    line-height: 133%;
    font-weight: bold;
}


h2{
    background-repeat: x-repeat;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    font-size: 120%;
    line-height: 133%;
    font-weight: bold;
    margin:0px 0px 10px 0px;
    height:18px;
    padding:6px;
}

div.leftbox h2,
div.rightbox h2,
div#topicbox h2{
    background-repeat: x-repeat;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    font-size: 120%;
    line-height: 133%;
    font-weight: bold;
    margin:0px;
    height:18px;
}


h3{
    font-weight: bold;
    padding: 2px 7px;
    margin-bottom: 5px;
    border-left: solid 5px #333333;
}



table, th, td {
  margin: 0px 0px 10px 10px;
  padding: 0px;
  border-collapse: separate;
  border: none;
  border-spacing: 0;  /* IE6,7 can not understand it */
}

table {
  border: 1px solid #eeeeee;
  font-family: sans-serif;
}

caption {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 6px solid #333333;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
}

th {
  padding: 0.8em 0.5em;
  border-color: #333333 #808080 #333333 #eeeeee;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
}

td {
  padding: 0.8em 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff #808080 #808080 #ffffff;
  font-size: 100%;
}

td.small {
    font-size:90%;
}

td.indent {
    padding-left: 2em;
}

th#kind{
    width: 18em;
}

th#chars{
    width: 5em;
}

#position {
  width: 100px;
}

#name {
  width: 80px;
}

.big{
   font-size:114%;
}

/* ===================================================================== 
  __main
===================================================================== */

div#main{
}

/* ===================================================================== 
  __submenu
===================================================================== */

div#submenu{
    display:none;
}


/* ===================================================================== 
  __footer
===================================================================== */

div#footer{
    height:35px;
    border: #d0d0d0 1px solid;
    clear:both;
}

p#footitem{
    top: 10px;
    right: 10px;
}

p#copy{
	padding: 10px 0px 10px 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
===================================================================== */


a.url{
    font-family: Courier New, Courier, Monospaced;
}

p.quote,
div.quote,
div#company{
    margin: 20px 0px 20px 30px; 
    border-left:15px solid #d0d0d0;
    padding:10px 0px 10px 10px;
}

p.company_name{
    font-size: 120%;
    font-weight: bold;
    padding-top:1ex;
}



/* For Youtube */

object{
    margin:20px auto;
}

.rightbox object{
    margin:20px auto;
    display:none;
}



/* ===================================================================== 
  __topicpath
===================================================================== */


div#topic_path ul{
    display:none;
}

/* ’Ç‰Á(20131204:suzuki)
/* ===================================================================== 
  __press
===================================================================== */
dl.footnote dt{
    float: left;
    clear:both;
    width:2em;
    margin: 0px;
    font-weight:normal
}

dl.footnote dd{
   margin-left: 2em;
   margin-bottom: 12px;
}

dl.linklist{
    margin: 24px 0px 24px 0px;
    padding:5px;
}

dl.linklist dt{
    float:none;
    width:100em;
    margin: 0px;
    font-weight:bold;
}

dl.linklist dd{
   margin-left: 3em;
   margin-bottom: 12px;
}

.sub{
    font-size:smaller;
}
