/*----------------------------------------------------------
 - DEFAULT STYLE
----------------------------------------------------------*/
body {
  background-image: url(../images/base.gif);
  background-attachment: fixed;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: normal;
  color: #333;
  text-align: left;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN","‚l‚r ƒSƒVƒbƒN",sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: bold;
  color: #0000ff;
  margin: 0;
  padding: 0 ;
  border: none;
}
h2 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: bold;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", 'Times New Roman', Times, serif;
  color: #cc3333;
  margin: 0;
  padding: 0;
  border: none;
}
h3 {
  font-size: 1.4em;
  line-height: 2.8em;
  font-weight: bold;
  font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  color: #cc3333;
  margin: 0;
  padding: 0;
  border: none;
}
h4 {
  font-size: 1.4em;
  line-height: 1.6em;
  color: #000;
  background-color: #e6e6e6;
  border-left: 8px solid #0000ff;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
}

p {
  margin: 0;
  padding: 0;
}

a:link {
  text-decoration: none;
  color: #00f;
  background-color: #ff0;
}
a:visited {
  text-decoration: none;
  color: #339;
}
a:active {
  text-decoration: none;
  color :#339;
}
a:hover {
  color: #f0f;
  text-decoration: underline;
  background-color: #ff0;
}

.l {
  text-align: left;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.j {
  text-align: justify;
}
.t {
  vertical-align: top;
}
.m {
  vertical-align: middle;
}
.b {
  vertical-align: bottom;
}


/*----------------------------------------------------------
 - FONT
----------------------------------------------------------*/
.red {
  color:#f33;
  font-weight:bold;
}
.text {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  color: #f33;
  font-weight:bold;
}
  
  
/*----------------------------------------------------------
 - layout
----------------------------------------------------------*/
/*layout clear*/
.clearfloat { 
  clear: both;
  height: 0;
  line-height: 0px;
}
/*layout base*/
div#base {
  background-color: #fff;
  width: 960px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout con*/
div#con {
  width: 920px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout title*/
div#title {
  width: 920px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout serum*/
div#serum {
  width: 920px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout serum*/
div#explanation {
  width: 815px;
  margin: auto;
  padding: 0;
  border: 0;
  text-align: left;
}
/*layout data*/
div#data{
  margin: 0 auto;
  width: 920px;
}
div#data_left{
  float: left;
  width: 620px;
}
div#data_right{
  float: right;
  width: 300px;
}
/*layout month*/
div#month{
  margin: 0 auto;
  width: 920px;
  text-align:center;
}
/*layout month*/
div#month2{
  margin: 0 auto;
  width: 769px;
  text-align:center;
}
/*layout buy*/
div#buy{
  margin: 0 auto;
  width: 333px;
  text-align:center;
}
