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

CSS Information

Site URL:    http://www.disksh.com/
File name:   print.css
Summary:     common styles
Created:     2008-06-29
Last update: 2008-07-02 by kubo
Auther:      KUBO Hiroshi
Copyright:   (c) 2008 Personal Media Corp.

Order of description

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

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


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

body, div, dl, dt, dd, ul, h1, h2,form, input,  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-y: scroll; */
	/* overflow-y does not work on Opera */
    height:100%;
    margin-bottom:1px;
}


h1, h2 {
	font-weight: normal;
}
p {
	margin: 0px 0px 0px 0px;
}
ou, ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

th {
	text-align: left;
}

address, th {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: normal;
	font-weight: bold;
}

.center{
    text-align:center;
}


.right{
    text-align:right;
}

.left{
    text-align:left;
}

.meibo{
    text-align:right;
    vertical-align:bottom;
}

.meibohead{
    text-align:right;
    vertical-align:middle;
}

.msum{
    text-align:right;
    font-weight:bold;
}

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

/**
 * 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{
    padding-top: 2ex;
    position:relative;
}


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

div#header{
    display:none;
}


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

div#contents{
}


/* ===================================================================== 
  __search_contents
===================================================================== */

div#search_contents{
    margin-left:0px;
    margin-bottom:2ex;
}

/* ===================================================================== 
  __main
===================================================================== */
div#main{
    width:100%;
    background-color:#fff;
}

div#search_contents div#main{
    margin-top:100px;
    float:left;
    margin-left: 0px;
}

#main a.long{
    display: block;
    margin-bottom: 5px;
    text-decoration:none;
}

#main a.norm{
    background:none;
    padding-left: 0px;
}

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

#indexmain ul.mark,
#main ul.mark{
    padding-left: 1.5em;
}

#indexmain ul.mark li,
#main ul.mark li{
  list-style-type: disc;
  padding-bottom: 5px;
}

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

#main table {
  margin-top:2ex;
  margin-left:0px;
}


#main table.center {
  margin:2ex auto 5ex auto;
}

#main table.ctable {
  margin-left:50px;
}

#main table.ctable tr td{
  width:155px;
}

#main table.ctable tr td.num{
  text-align:right;
  font-size:120%;
  font-weight:bold;
  width:100px;
}

caption{
  margin:0px auto;
  font-weight:bold;
}


#indexmain p,
#main p{
  margin-left:4ex;
  margin-bottom:3ex;
}


.price{
    font-family: arial,helvetica,clean,sans-serif;
    font-weight: bold;
    font-size: large;
    text-align:right;
}

.wot{
    font-weight: normal;
    font-size: 90%;
    text-align: right;
}

.prod{
    font-weight: bold;
}

p.footnote{
    border:solid 1px #a0a0a0;
    margin-left:0px;
    padding: 20px;
}

p#warn1{
    text-align:center;
    border:solid 1px #a0a0a0;
    margin-left:0px;
    font-size:150%;
	font-weight: bold;
    padding: 20px;
}

#warn2{
    padding: 20px 20px 20px 40px;
    border:solid 1px #a0a0a0;
}


#main p.nexthead{
    display:none;
}



#main ul.indexlink{
    display:none;
}

/* ===================================================================== 
  __indexmain
===================================================================== */
div#indexmain{
    width:100%;
}


div.leftbox{

}

div.rightbox{
   display:none;
}

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

h1#intro{
    margin: 0px;
    padding: 0px;
    border: none;
    text-align:center;
}

#main p.subtitle{
    font-size:large;
	font-weight: bold;
    text-align:center;
    margin:2ex 0px 0px 0px;
    padding:0px;
}

div#buynow{
    float:left;
    width:100%;
    margin-left:10px;
    margin-bottom:3ex;
}

div#buynow img{
    display:none;
}

hr{
    clear:both;
    visibility: hidden;
}

/* ===================================================================== 
  __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: 0px 0px 0px 10px;
    border-left: solid 10px #0081c6;
    font-size: 200%;
    font-weight: bold;
    color:#4a4a4a;
}

h2{
    margin: 24px 0px 10px 0px;
    padding: 2px 5px 2px 25px;
    border-top: solid 1px #0081c6;
    border-bottom: solid 1px #0081c6;
    font-size: 120%;
    font-weight: bold;
    color:#4a4a4a;
    clear:both;
}



h3{
    margin: 24px 0px 10px 20px;
    padding: 0px 5px 0px 5px;
    border-left: solid 5px #f8b910;
    line-height:1;
}


h4{
    margin: 16px 0px 10px 25px;
}

div#search_contents div#main h1{
    margin: 0px 0px 24px 0px;
    padding: 5px 0px 5px 15px;
    border-top:    solid 2px #f8b910;    
    border-bottom: solid 2px #f8b910; 
    font-size: 150%;
    font-weight: bold;
    width: 780px;
}


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

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

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


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

dl.faq dt{

}

dl.faq dd{
   border-left: solid 5px #f8b910;
   padding-left: 1em;
   margin-bottom: 12px;
   margin-left: 4px;
}

dl.faq dd.norm {
   border-left: none;
   padding-left: 0px;
}

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

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

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

tr.small td{
    font-size:90%;
}

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

th.nowrap{
    white-space: nowrap;
}

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

dd{
   margin-left: 1em;
}




dl.flat {
    margin-bottom:4ex;
}

dl.flat dt{
    float:left;
    width: 5em;
    padding: 0;
    margin: 0;
    line-height:1.5;
}

dl.flat dd{
    margin: 0;
    padding: 0;
    line-height:1.5;
}


.clearboth{
    clear:both;
}

noscript{
    display:none;
}

p.sumbnail img{
    border:solid 1px #a0a0a0;
    margin-right:2px;
}

span.box{
    color:#d00;
    border:#d00 1px solid;
    padding: 1px 4px;
    border-radius:.5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
}   

kbd {
    font-family: "Lucida Console","Courier New", monospace;
    border:1px solid #333333;
    padding: 3px 2px 2px 2px;
    margin: 3px;
}



div.figbox{
    background-color:#fbe9ba;
    margin:10px 10px 10px 0px;
    width:266px;
    height:220px;
    float:left;
}

div.figbox img{
    display:block;
    margin:5px;
}

div#main div.figbox a{
    background:none;
    padding-left: 0px;
}

div#main p.caption,
div#main div.figbox p.caption{
    margin:0px 0px 40px 0px;
    text-align:center;
    font-weight:bold;
}

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

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: 5px 5px 3px 5px;
    border-left:none;
    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:30px;
}

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