@charset "UTF-8";
 @import url("base.css");
@import url("screen.css");


table {
border-collapse: separate;
border-spacing: 0;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin: 1em 0px;
margin-left: 1px;
　/* for Firefox*/
 border-spacing: 0;
}
* html table {
border-collapse:collapse;
}
*:first-child+html table {
border-collapse: collapse;
}
th, td {
padding: 3px 6px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
th {
color: #121212;
font-weight: normal;
text-align: left;
background: #f9f9f9;
white-space: nowrap;
}
.asset .asset-content pre {
font-size: 100%;
}
img.left, img.mt-image-left {
float: left;
margin: 0px 20px 10px 0px;
}
img.right, img.mt-image-right {
float: right;
margin: 0px 0px 10px 20px;
}
img.picFrame {
background: #fff;
padding: 5px;
padding-top: 0;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
-webkit-box-shadow:2px 2px 4px #bbb;
-moz-box-shadow:2px 2px 4px #bbb;
box-shadow:2px 2px 4px #bbb;
}
h1#page-title, div.entry-asset h3.asset-header a {
font-size: 24px;
}
#header-description {
font-size: 14px;
font-weight: normal;
text-align: center;
}
#header-name {
text-align: center;
}
div.asset-content div.entry-body {
font-size:14px;
}
code {
color: #000099;
white-space: nowrap;
padding: 0 5px;
}
pre code {
display: block;
clear: both;
overflow: auto;
white-space: pre;
padding: 10px;
margin: 5px 0 15px;
border: 1px solid #ccc;
clear:both;
font-family: "Menlo", "Consolas", "Courier New", monospace;
}
#pico blockquote {
background: #efefef;
padding: 10px 20px 10px 50px;
margin: 1em 0px;
background: #efefef url(http://swwwitch.com/images/quote_a.gif) no-repeat 10px 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

div.relatedEntry {
border: solid 1px #64B74A;
background-color: #F7F7F7;
margin: 20px 0px;
padding: 5px 15px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


div.relatedEntry h3 {
margin-top: 10px;
font-weight: bold;
}

div.relatedEntry ul{
margin-left: 0px;
}

div.relatedEntry ul li a{
text-decoration: none;
margin: 0px;
padding: 3px 8px 3px 17px;
display: block;
width: 670px;
background: transparent url(http://dreamweaver.cc/blog/images/bullet_sb.gif) no-repeat 4px 8px;
}
div.relatedEntry ul li a:hover {
text-decoration: none;
color: #FFFFFF;
background: #64B74A url(http://www.dtp-transit.jp/images/bullet_sb_white.gif) no-repeat 4px 8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

#relatedTagEntry ul li a:hover,
#RandomEntries ul li a:hover {
text-decoration: none;
color: #FFFFFF;

}

div.sbm {
padding: 1px;
border: 1px dashed #fff;
margin: 10px 0;
}


img.thinFrame {
border: 1px solid #999;
}

#container p img.thinFrame {
    padding-top: 0px;
}


