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

CSS Information

Site URL:    http://www.personal-media.co.jp/utronkb/
File name:   main.css
Summary:     common styles
Created:     2009-09-10
Last update: 2009-09-10 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)
__menu     (div#menu)
__leftarea (div#leftarea)
__footer   (div#footer)
__clearfix (.clearfix)
__misc

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


/* ===================================================================== 
  __Default_style_clear  (YUI reset style)
===================================================================== */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 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 2ex;
}

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! */
ins {
    font-decoration: uderline;
}


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;
    margin:0px;
}


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

.center{
    text-align:center;
}


.right{
    text-align:right;
}

.rightphoto{
   float:right;
}

.leftphoto{
   float:left;
}

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

div#wrap{
    width: 800px;
    margin:0px auto;
    position:relative;
}

div#wraptop{
    width: 800px;
    margin:0px auto;
    position:relative;
}


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

div#header{
    position:absolute;
    top:0px;
    left:0px;
    width:800px;
    height:40px;
    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;
}

div#header ul#topnavi li form p{
    margin:0px;
}


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

div#wrap div#contents{
    width:800px;
    padding-top:100px;
    padding-bottom:10px;
}

div#wraptop div#contents{
    width:800px;
    padding-top:350px;
    padding-bottom:10px;
}

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

#contents ul.plain{
    margin: 10px  0px  10px  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 30px;
}

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

h1#top{
    margin: 0px;
    padding: 0px;
    border:none;
    position:absolute;
    top:80px;
    left:0px;
    width:800x;
    height:240px;
}

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


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

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


p{
    margin: 20px 24px;
}


.imagecase{
    width:120px;
    height:130px;
    overflow:hidden;
}

.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 0px 20px;
    width:219px;
    float:left;
}

.rightcolbox{
    margin: 20px 0px 0px 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{
    width:800px;
    height:30px;
    margin:0px;
    padding:0px;
    position:absolute;
    top:40px;
    left:0px;
}

div#menu ul{
  padding:0px;
  margin: 0px;
  width:800px;
  height:30px;
}

div#menu ul li#siteid{
  width:200px;
  height:30px;
  float:left;
  overflow:hidden;
  border:none;
}

div#menu ul li#current{

}


div#menu ul li{
  width:150px;
  float:left;
}

div#menu ul li#current{
  width:148px;
  height:25px;
  overflow:hidden;
  border-top: 5px solid #adb9c2;
  border-left: 1px solid #adb9c2;
  border-right: 1px solid #adb9c2;
}

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

div#submenu{
    width:800px;
    height:20px;
    margin:0px;
    padding:0px;
    position:absolute;
    top:75px;
    left:0px;
}

div#submenu ul{
  padding:0px;
  margin: 0px;
  width:800px;
  height:20px;
}

div#submenu ul li{
  width:133px;
  height:20px;
  float:left;
  text-align:center;
  background-color:#e0e0e0
}

div#submenu ul li a{
    display:block;
}

div#submenu ul li#current{
  height:19px;
  background-color:#ffffff; 
  border:1px solid #e0e0e0;
  border-bottom:none;
}

div#breadlist{
    position:absolute;
    right:0px;
    top:65px;
}

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

div#leftarea{
    width:395px;
    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{
    width:395px;
    margin:0px;
    padding:5px 0px 5px 5px;
    background-color:#ffffff;
    float:left;
}

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


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

.marginpar{
    position:absolute;
    width:184px;
    right:0px;
    padding:0px 0px 5px 15px;
    border:#e0e0e0 1px solid;;
}


.marginpar dl{
    margin:0px;
}

.marginpar dl dt{
    margin-left:-10px;
    font-weight:normal;
    color:#000000;
}

.marginpar dl dd{
    margin:0px;

}

#article{
    width:598px;
	line-height:1.5;
    margin: 10px 200px 20px 0px
}

#article p{
    margin-bottom: 2ex;
    margin-left: 0px;
}

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

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

p#footitem{
    top: 0px;
    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
===================================================================== */


ul.showcase{
    list-style-type: none;
    margin:0px 0px 0px 10px;

}

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




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-weight: bold;
}

.price{
  font-weight: bold;
}

.price_wt{
}

.buy_button{
    display:block;
    text-align:right;
    margin-bottom:1ex;
}

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

/* For Youtube */

object{
    margin-left:40px;
}

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

img.zoom_wide{
    margin-top:30px;
    margin-bottom:0px;
}

img.zoom{
    padding:0px;
    margin-left:50px;
    margin-bottom:0px;
}

img.key {
	vertical-align: middle;
}


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:150px;
    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;
}


#pmclogo{
    position:relative;
    top: 5px;
}

ol.warn{
    padding-left:13px;
}

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{
    position:absolute;
    right:0px;
    top:118px;
}

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


p#readmore{
    background: url("../images/plus.gif") left 5px no-repeat;
    padding-left:15px;
    margin-top:-10px;
    margin-left:30px;
    visible;color:#00f;
    cursor: pointer;
}

