/**************************************************************
   すくすく！アニコム！
 **************************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/bg/light_body.gif) repeat-y top center;
  font:  0.7em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
  line-height: 170%;
  
  color: #333;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  font: 400 1em arial, sans-serif;
  color: #536C71;
  border-bottom: 5px solid #DDD;
  font-weight: bold;
}

h2 {
  font-size: 1.2em;
  color: #666;
}

h3 {
  text-transform: uppercase;
  font-size: 1em;
  color: #666;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}



/**************************************************************/

a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  text-decoration:underline;
  color: #FF9933;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  

  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/**************************************************************/

img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}




ul li {

}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}




blockquote {
  margin: 7px;
  padding: 0 20px;
  background: #FFF;
  border-top: 1px dotted #999;
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
  border-left: 1px dotted #999;
}



/**************************************************************
   Form
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

label {

  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #111;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover{
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  margin:2px 0 0 0;
  padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #111;
  background: #EFF2B7;
  border-width: 1px;
  border-style: solid;
  border-color: #EDEDED #999 #999 #EDEDED;
}

input.radio {
  background: none;
  border: 0px;
}


address {
  margin: 0;
  padding: 0;
  text-align: center;
  text-style: normal;
  text-decoration: none;
}

hr{
	display:none;
}