﻿/*その他ページベースＣＳＳ*/

@charset "UTF-8";

#contents   {

  width: 830px;
  background-color : #FFFFFF;
  margin-top:5px;
  position: relative;
  margin:auto;


 

}

#main   {
 
  height: 1750px;
  width: 800px;
  margin:0px;
  text-align:left;
  padding: 0px;
  border: solid 0px #FFFFFF;
  float: left;
  padding-top:10px;
  background-repeat:no-repeat; 


}


#box1{

width:800px;
height:600px;
 border: solid 0px #FFFF00;
margin-bottom:20px;

}


#box2{

width:800px;
height:550px;
 border: solid 0px #FFFF00;
}

#box3{

margin-top:50px;
width:800px;
height:350px;
clear:both;

}

#box4{
float:left;
  border:0px solid #8B693B;
}

/*文字設定*/


h1  {
  font-family: sans-serif;
  font-size: 15px;

  line-height: 150%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align:left;

   color: #8B693B;
  margin-top:60px;
  margin-bottom:20px;
  border-bottom:1px solid #8B693B;
}



h2  {

    font-family: sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;

  font-style: normal;
  text-decoration: none;
 letter-spacing:1px;
 margin-top:0px;
 margin-bottom:9px;
 margin-left:0px;
 margin-right:0px;
  color: #666666;
  height:20px;
 padding-left: 10px;
border:solid 0px #999999;
}




h3   {
 font-family: sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align:left;
  margin-top:30px;
  
  color: #7FBF31;


}





h4  {


  border: solid 0px #666666;
  font-size: 13px;
  line-height: 150%;
  font-weight: normal;
  color: #666666;
  text-align:center;
  display:block;
  margin-top:20px;
  margin-right:15px;
  height: 25px;
  width:700px;
 

}

h4 a  {
  font-family: "HGゴシックM",メイリオ,"ヒラギノ角ゴPro W3",Osaka,sans-serif;
  display:block;
   font-size: 13px;
  width:700px;
  text-align:center;
  background-color:#FBD6B1;
  color:#666666;
   

}

h4 a:hover  {


  color: #FFFFFF;
     background-color:#E4007F;

}








p  {



   font-family: sans-serif;
  font-size: 15px;
  line-height: 150%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color:#FF5CA6;
  text-align:left;
  padding-left:5px;
  border:0px;
  padding:0px;
  height:15px;
  margin-top:5px;
    margin-bottom:5px;
}


