/* ===================================================================== 

CSS Information

Site URL:    http://www.chokanji.com/ckk/
File name:   main.css
Summary:     common styles
Created:     2009-08-27
Last update: 2009-09-01 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,
dl, dt, dd, ol, ul, li,
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; 
}


ul {
	list-style: none;
}

ol {
    margin-left:2em;    
	list-style: decimal none outside;
    margin-bottom: 2ex;
}

ol li{
    margin-bottom: 2ex;
}

#main ul li img,
ol.exp li img{
    margin: 2ex;
}

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;
}

ou, ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

.center{
    text-align:center;
}


.right{
    text-align:right;
}


/* ===================================================================== 
  __wrap
===================================================================== */

div#wraptop,
div#wrap{
    width: 800px;
    margin:0px auto;
    position:relative;
}


/* ===================================================================== 
  __header
===================================================================== */

div#header{
    position:absolute;
    top:0px;
    left:0px;
    width:800px;
    height:80px;
    background-color:#ffffff;
}


div#header ul li{
    display:inline;
    float:left;
}


ul#topnavi {
    position:absolute;
    top:0px;
    right:0px;
    width: 600px;
    height:30px;
    text-align:right;
}

div#header ul#topnavi li{
    display:inline;
    float:right;
    line-height:2;
    padding-top:5px;
    padding-left:5px;
	vertical-align:text-bottom;
}

div#header ul#topnavi li form input{
	vertical-align: middle;
    padding-left:5px;
}


ul#menu{
    clear:both;
    padding-top:2px;
}

/* 20130515:suzuki --------------- */

ul#menu li{
    fload:left;
    hight:40px;
    display:block;
}

ul#menu li a {
     display: block;
     overflow: hidden;
     height: 0px;
     background-image: url("../images/head_btn_e.png");
     padding-top:40px;
     width:120px;
     margin-right:4px;
 }

ul#menu li#navi0  a {
     background-image: url("../images/title_e.png");
     width:180px;
}

ul#menu li#navi5  a {
     margin-right:0px;
}

ul#menu li#navi5c  a {
     margin-right:0px;
}

#navi1 a { width:120px; background-position:0       0;}
#navi2 a { width:120px; background-position:-120px  0;}
#navi3 a { width:120px; background-position:-240px  0;}
#navi4 a { width:120px; background-position:-360px  0;}
#navi5 a { width:120px; background-position:-480px  0;}

#navi1 a:hover, #navi1c a { width:120px; background-position:0       -40px;}
#navi2 a:hover, #navi2c a { width:120px; background-position:-120px  -40px;}
#navi3 a:hover, #navi3c a { width:120px; background-position:-240px  -40px;}
#navi4 a:hover, #navi4c a { width:120px; background-position:-360px  -40px;}
#navi5 a:hover, #navi5c a { width:120px; background-position:-480px  -40px;}


/* 20130515:suzuki --------------- */

/* ===================================================================== 
  __contents
===================================================================== */

div#contents{
    width:800px;
    margin-bottom:2ex;
    padding-top:80px;
    background-image:url('../images/graybar.gif');
    background-repeat:repeat-y;
}

div#wraptop div#contents{
    background-image:none;
    background-color:#ffffff;
}

/* 20130517 suzuki arrow.gif -> arrow2.png */

#contents ul li{
  background: url("../images/arrow2.png") left 5px no-repeat;
  padding-left: 15px;
  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{
    background-image: none;
    width:140px;
    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.last{
    margin:0px 0px 10px 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#topicbox{
    padding: 0px;
    margin: 10px 0px;
}

div.leftbox{
    float:left;
    width: 395px;
    margin: 5px 5px 5px 0px;
}

div.rightbox{
    float:right;
    width: 395px;
    margin: 5px 0px 5px 5px;
}

div.leftboxmini{
    float:left;
    width: 295px;
    margin: 5px 5px 5px 0px;
}

div.rightboxmini{
    float:right;
    width: 295px;
    margin: 5px 0px 5px 5px;
}

/* 20130517:suzuki #2070e0 -> #1966a2 */

h1{
    margin: 24px 0px 10px 0px;
    padding: 5px 5px 3px 10px;
    border-left: solid 10px #1966a2;
    font-size: 200%;
    line-height: 133%;
    font-weight: bold;
}

/* 20130517:suzuki bg.gif -> bg2.png  */
/* 20130517:suzuki color: #ffffff  */

h2{
    border:none;
    background-image: url('../images/bg2.png');
    background-repeat: x-repeat;
    border-left: 1px solid #86b2d1;
    border-right: 1px solid #86b2d1;
    font-size: 120%;
    line-height: 133%;
    font-weight: bold;
    margin:0px 0px 10px 0px;
    height:18px;
    padding:6px;
    color: #ffffff
}

/* 20130517:suzuki bg.gif -> bg2.png  */
/* 20130517:suzuki color: #ffffff  */

div.leftbox h2,
div.rightbox h2,
div#topicbox h2{
    border:none;
    background-image: url('../images/bg2.png');
    background-repeat: x-repeat;
    border-left: 1px solid #86b2d1;
    border-right: 1px solid #86b2d1;
    font-size: 120%;
    line-height: 133%;
    font-weight: bold;
    margin:0px;
    height:18px;
    color: #ffffff
}

/* 20130517:suzuki #2070e0 -> #1966a2  */
h3{
    font-weight: bold;
    padding: 2px 7px;
    margin-bottom: 5px;
    border-left: solid 5px #1966a2;
}



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;
  background: #d9e7f6 url('../images/bg.png') repeat-x bottom;
}

caption {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 6px solid #307bcf;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
}

th {
  padding: 0.8em 0.5em;
  border-color: #629cdd #8db7e6 #629cdd #eeeeee;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  background: #629cdd url('../images/th_e.png') repeat-x;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
}

td {
  padding: 0.8em 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff #81b0e4 #81b0e4 #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{
    width:600px;
    margin:0px;
    padding:0px;
    float:right;
}

/* 20130522:suzuki */

li#num1{list-style-image: url(../manual/images/list1r.gif);}
li#num2{list-style-image: url(../manual/images/list2r.gif);}
li#num3{list-style-image: url(../manual/images/list3r.gif);}
li#num4{list-style-image: url(../manual/images/list4r.gif);}
li#num5{list-style-image: url(../manual/images/list5r.gif);}
li#num6{list-style-image: url(../manual/images/list6r.gif);}
li#num7{list-style-image: url(../manual/images/list7r.gif);}
li#num8{list-style-image: url(../manual/images/list8r.gif);}

/* ===================================================================== 
  __submenu
===================================================================== */

div#submenu{
    width:190px;
    margin:0px 10px 0px 0px;
    padding:20px 0px 0px 0px;
    float:left;
    background-color:#ffffff;
}

div#submenu ul{
  margin: 0px;
}

div#submenu ul li{
  background: none;
  margin:2px 0px;
  padding:2px 2px 2px 20px;
  background-color:#e0e0e0;
  text-indent:-14px;
  border-left: solid 3px #a0a0a0;
}

div#submenu ul li.noborder{
  border-left: none;
}
div#submenu ul li ul{
  background-color:#ffffff;
  margin: 0px;
  padding: 1px 0px 0px 0px;
}

div#submenu ul li ul li{
  background: none;
  margin:2px 0px;
  padding:2px 2px 0px 20px;
  background-color:#e0e0e0;
  text-indent:-14px;
}



/* ===================================================================== 
  __footer
===================================================================== */

div#footer{
    width:800px;
    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;
}

p#readmore{
    background: url("../images/plus.gif") left 5px no-repeat;
    padding-left:15px;
    font-size: 100%;
    margin-top:-20px;
    margin-left:30px;
    visible;color:#00f;
    cursor: pointer;
}


/* For Youtube */

ul.short{
    padding-right: 20px;
}

ul.short li{
    margin-bottom: 10px;
}

object{
    margin-left:40px;
    margin-top:20px;
    margin-bottom:30px;
}

.rightbox object{
    margin-left:0px;
    margin-top:10px;
    margin-bottom:20px;
}


.rightboxmini object,
.leftboxmini object{
    margin-left:15px;
}

/* ===================================================================== 
  __topicpath
===================================================================== */


div#topic_path ul{
    position:absolute;
    left: 187px;
    top: 70px;
    width:600px;
    padding:5px 0px;
}

div#topic_path ul li{
    display:inline;
    list-style-type:none;
    background-image: none;
    padding-right: 5px;
    padding-left: 0px;
}

div#topic_path ul li a{
    padding-right: 20px;
    background: url(../images/topicpath.gif) no-repeat right center;
}

