﻿@charset "UTF-8";
/*
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  margin: 0;
  padding: 0;
}
*/
ol, ul {
  list-style: none;
}

body {
/*
  #background: url(../images/common/bg_default_dot.png) #bdec47;
*/
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2em;
}

ol, ul {
  list-style: none;
}

/*
.left-side {float: left; display: inline;}
.right-side {float: right; display: inline;}
.clear {clear: both;}
*/

/*
ol.none {
  margin-bottom: 10px;
  padding: 5px 0;
  list-style-type: none;
  display: block;
}
*/

ol.lower-alpha {
  margin-bottom: 10px;
/*
  padding: 5px 0px;
*/
  list-style-type: lower-alpha;
  display: block;
}