﻿@charset "utf-8";



/*--css-hack-----------------------------------------------*/
/*-------------------------------------------------------*/

body#css-hack div#contents p.image{
  width : 840px;
  height : 150px;
  margin : 0 auto;
}
body#css-hack div#contents div.left p{
  width : 500px;
  margin : 3em auto 0;
}
body#css-hack div#contents div.left dt{
  width : 500px;
  margin : 3em auto 0;
  font-weight : bold;
}
body#css-hack div#contents div.left dd{
  width : 500px;
  margin : 1em auto 0;
}
body#css-hack div#contents div.left dd pre{
  width : 500px;
  margin : 1em auto;
}
body#css-hack div#contents div.left span{
  font-weight : bold;
}
body#css-hack div#contents div.left ul{
  width : 500px;
  margin : 2em auto 0;
  list-style-type : none;
}
body#css-hack div#contents div.left ul li{
  background : url(../img/css2.png) no-repeat 0 center;
  padding-left : 30px;
}










