﻿@charset "utf-8";

html {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 27px;
  color: #333;
  background-color: #FFF;
}

body {
  font-size: 100%;
  background-color: #FFF;
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 10px 10px;
}

hr {
  height: 3em;
  border: none;  
} 

a {
  color: #04B;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

.clear_both:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}

.button {
  display: inline-block;
  margin: 0;
  padding: .25em .5em;
  background-color: #FBC;
  border: none;
  border-radius: .5em;
  color: #333;
  text-decoration:none;
  text-align: center;
}

.button:hover {
  cursor: pointer;
  background-color: #FCD;
  color: #333;
  text-decoration:none;
}

.button:visited {
  color: #333;
  text-decoration:none;
}

.button a {
  color: #333;
  text-decoration:none;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.font_attention {
  color: #F63;
}

.font_ss{
  font-size: 50%;
}

.font_s{
  font-size: 75%;
}

.font_m{
  font-size: 100%;
}

.font_l{
  font-size: 125%;
}

.font_xl{
  font-size: 150%;
}

.font_xxl{
  font-size: 200%;
}
