/******************************************************************/
/*                  Copyright(C) 2012 misel.jp                    */
/******************************************************************/


/****************************/
/*         全体設定         */
/****************************/

body {
  padding: 15px 20px;
  // background: url(../images/bg.jpg);
}


/****************************/
/*       ヘッダー設定       */
/****************************/

.header {
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 0px;
}

.header:after {
  content: "";
  display: block;
  clear: both;
}

.header h1 {
  float: left;
}

.header .nav {
  float: right;
}

#container {
  clear: both;
  position: relative;
}


/****************************/
/*     背景ボックス設定     */
/****************************/

.box {
  *zoom: 1;
  margin: 10px;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.box:after {
  content: "";
  display: block;
  clear: both;
}

.box img {
  display: block;
}

.box .thumb {
  float: left;
  padding-right: 10px;
}

.box dl {
  overflow: hidden;
  *zoom: 1;
  font-size: 14px;
  line-height: 24px;
}

.box dl dt {
  font-weight: bold;
  color: #0372ac;
}

.box dl dd {
  color: #333;
}


/****************************/
/*        サイズ設定        */
/****************************/
.col-1 {
  width: 130px;
}

.col-2 {
  width: 300px;
}
