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

CSS Information

Site URL:    http://www.personal-media.co.jp/utronkb/
File name:   print.css
Summary:     common styles for printing
Created:     2009-09-14
Last update: 2009-09-14 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)
__leftarea (div#leftarea)
__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;
    color:#333333;
}



/**
 * 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,
samp,
tt {
	font-family:'Courier New', Courier, monospace;
	*font-size:108%;
	line-height:100%;
}

kbd{
	font-family:'Courier New', Courier, monospace;
	*font-size:108%;
	line-height:200%;
    border:#888888 1px solid;
    padding: 2px 3px;
    margin: 3px 3px 3px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

pre{
    margin: 10px 0px;
    padding:10px;
    background-color:#e0ffff;
    border:#a0a0ff 1px solid; 
}


ul {
	list-style: none;
}

ol {
	list-style: decimal none outside;
    margin: 2ex 1ex 2ex 5ex;
}

ol li{
    margin-bottom: 2ex;
}

dl{
    margin: 2ex 1ex 2ex 5ex;
}

dt{
    font-weight: bold;    
}

dd{
    margin: 1em 1ex 3ex 5ex;
}


blockquote,
q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
a,
ins {

}

a:hover{
    font-weight: bold;
    color:#000000;
}

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


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

.center{
    text-align:center;
}


.right{
    text-align:right;
}

.rightphoto{

}

/* ===================================================================== 
  __wrap
===================================================================== */

div#wraptop,
div#wrap{
    width: 800px;
    margin:2px auto;
    position:relative;
}

div#wraptop{
    margin:0px auto;
}


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

div#header{
    display:none;
}


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

div#wrap div#contents{
}

div#wraptop div#contents{

}

#contents ul{
    margin: 10px 24px 20px 45px;
}

#contents ul.plain{
    margin: 10px;
}

#contents ul li{
  list-style-type: disc;
  padding-left: 0px;
}

#contents ul.plain li{
  list-style-type: none;
  margin-bottom:10px;
}


#contents ol{
    margin: 10px 24px 10px 55px;
}

#contents ol li{
    margin-bottom: 1ex;
}

h1#top{
    border:none;
    margin:0px auto;
}

h1{
    margin: 24px 0px 10px 24px;
    padding: 5px 5px 3px 10px;
    border-left: solid 10px #adb9c2;
    font-size: 200%;
    line-height: 133%;
    font-weight: bold;
}


h2{
    margin: 24px 24px 10px 24px;
    font-size: 100%;
    font-weight: bold;
    padding: 2px 5px;
    border-bottom:#adb9c2 1px solid;
    border-left:#adb9c2 1px solid;
}

h3{
    margin: 24px;
    font-size: 100%;
    font-weight: bold;
    padding: 2px 5px;
    border-left:#adb9c2 5px solid;
}


p{
    margin: 15px 24px;
}


#rightarea h2{
    margin: 5px 5px 10px 10px;
}

ul.showcase{
   margin:10px 0px 10px 35px;
}

ul.showcase li{
    list-style-type: none;
    width:170px;
    float:left;
}

.imagecase{
    width:170px;
    height:120px;
}

.leftkeybox{
    margin: 0px 0px 0px 109px;
    text-align:center;
    width:290px;
    float:left;
}

.rightkeybox{
    margin: 0px 109px 0px 0px;
    text-align:center;
    width:290px;
    float:right;
}

.leftcolbox{
    margin: 20px 0px 20px 20px;
    width:219px;
    float:left;
}

.rightcolbox{
    margin: 20px 0px 20px 0px;
    width:559px;
    float:left;
}

.leftkeytable{
    margin: 0px 0px 0px 59px;
    width:340px;
    float:left;
}

.rightkeytable{
    margin: 0px 59px 0px 0px;
    width:340px;
    float:right;
}


.rightkeytable table,
.leftkeytable table{
    width: 90%;
    margin-left:10px;
}

/* ===================================================================== 
  __main
===================================================================== */

div#main{
    width:600px;
    margin:0px;
    padding:0px;
    float:right;
}

/* ===================================================================== 
  __menu
===================================================================== */

div#menu{
    display:none;
}

/* ===================================================================== 
  __submenu
===================================================================== */

div#submenu{
    display:none;
}


/* ===================================================================== 
  __leftarea
===================================================================== */

div#leftarea{
    width:50%;
    margin:0px;
    padding: 5px 5px 5px 0px;
    background-color:#ffffff;
    float:left;
}

#leftarea h2{
    margin: 5px 0px 10px 5px;
}

#leftarea ul{
    margin-left: 30px;
    margin-right: 0px;
}

#leftarea ul li{
    margin-bottom:1ex;    
    margin-right: 0px;
}

/* ===================================================================== 
  __rightarea
===================================================================== */

div#rightarea{
    margin:0px;
    padding:5px 0px 5px 5px;
    background-color:#ffffff;
    float:left;
}

#rightarea ol,
#rightarea ul{
    margin-left: 40px;
}

.marginpar{

}


.marginpar dl{
    margin:10px 0px 10px 20px;
    padding:10px;
    border:#a0a0a0 1px solid;
    width:45%;
    float:right;
}

.marginpar dl dt{
    margin:0px;
}

.marginpar dl dd{
    margin:0px;

}

#article{
	line-height:1.5;
}

#article p{

}

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

div#footer{
    width:798px;
    height:35px;
    border: 1px solid #adb9c2;
    clear:both;
    margin:0px;
}

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

p#copy{
    margin-top: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;
}

.prodname{
    font-size: 144%;
    font-weight: bold;
}

.price{
  font-size:144%;
  font-weight: bold;
  text-align:right;
  display:block;
}

.price_wt{
  text-align:right;
  display:block;
}

/* For Youtube */

object{
    margin-left:40px;
}

.rightboxmini object,
.leftboxmini object{
    margin-left:15px;
}

img.zoom_top{
    visibility: hidden;
}

img.zoom_wide{
    visibility: hidden;
}

img.zoom{
    visibility: hidden;
}

img.key {
	vertical-align: middle;
}

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



table, th, td {
  margin: 10px 50px;
  padding: 0px;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;  /* IE6,7 can not understand it */
}

table {
  border: 1px solid #ffffff;
  font-family: sans-serif;
}

th {
  padding: 0.8em 0.5em;
  border-top: 1px solid #adb9c2;
  border-bottom: 1px solid #adb9c2;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  background-color:#d0d0d0;
}

td {
  padding: 0.8em 0.5em;
  border-top: 1px solid #adb9c2;
  border-bottom: 1px solid #adb9c2;
  font-size: 100%;
  text-align: left;
}

#contents ul.dlbox{
  margin:20px 0px 0px 48px;
}

#contents ul.dlbox li{
    list-style-type:none;
    background-image: none;
    width:220px;
    height:100px;
    float:left;
    text-align:left;
    margin-right:30px;
}

#contents ul.dlbox li img{
    margin: 10px 0px;
}

#contents ul.dlbox li img.border{
    border:#333333 1px solid;
}


ol.warn li{
    color: #e00000;
}

.keybox{
    padding:2px 3px;
    border:#333333 1px solid;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}


.nowrap{
    white-space: nowrap;
}

div#breadlist{
    display:none;
l}

.date{
    padding:0px;
    margin:-10px 0px;
    text-align:right;
}