@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("gigazine.net") {
 html, body {
  background-color: #F9F9E5 !important;
 }

 #outer {
  border-width:0px 200px 0px 0px !important;
  border-color:white #F5F5E0 !important;
 }
 
 #header br,
 #rightcol{
  display:none !important;
 }

 #leftcol {
  float:right !important;
  margin-left:1px !important;
  margin-right:-200px !important;
 }

 .content {
  padding:15px !important;
 }

 #maincol {
  line-height:170% !important;
 }
 
 img[src="http://gigazine.jp/images/logo.png"],
 img[src="http://gigazine.biz/images/logo.png"]{
  width:150px !important;
 }
 
 h2, h3 {
  padding:5px !important;
 }

 ul{
  padding-left:20px !important;
 }
 li{
  margin:5px 0 !important;
 }
}