body{
  margin: 0;
  padding: 0;
  
  text-align: center;
  
  background-image: url(bg.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
}





/**-----段落の設定-----**/
p{
margin: 0;
padding: 0;
}

/**-----スペースの設定-----**/
.space{
  margin-bottom: 15px;
}

.space2{
  margin-bottom: 30px;
}





/**-----文字の装飾-----**/

/**ボールト**/
.futoji{
  font-weight: bold;
}

/**網掛け（黄色）**/
.amikake{
  background-color: #ffff00;
}

/**下線**/
.kasen{
  text-decoration: underline;
}

/**カラー（赤）**/
.iro{
color: #000099;
}







#wrapper1{
  width: 850px;
  
  text-align: center;
  
  margin-left: auto;
  margin-right: auto;
  
  margin-top: 0px;
  padding: 0;
}



#wrapper2{
  width: 850px;
  
  text-align: left;
  
  margin-left: auto;
  margin-right: auto;
  
  margin-top: 0px;
  padding: 0;
  
  background-color: #333333;
  

}


/**-----floatバグ設定-----**/
#wapper:after{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

#wapper{
display: inline-block;
}
/**-----floatバグ設定 ここまで-----**/





/**-----ヘッダ-----**/
#header{
  width: 850px;
  height: auto;
  
  background-repeat: no-repeat;
  
  background-color: ;
}

#header p{
  padding-top: 5px;
  padding-left: 10px;


  
  margin-bottom: 0;
  padding-bottom: 0;
  
  font-size: 14px;
  font-weight: bold;
}





/**-----メインタイトル-----**/
#title{
  width:  850px;
  height: 430px;

  
  background-image: url(title.jpg);
  background-repeat: no-repeat;
  
}

h1{
  width: auto;
  font-size: 24px;
  
  padding-left: 10px;
  padding-top: 35px;
  
  margin-top: 0;
  
  color: ;
}





/**-----サイドメニュー-----**/
#sidemenu{
  float: right;
  
  width: 200px;
  height: auto;
  
  margin-top: 0px;
  
  background-image: url();
  background-repeat: no-repeat;
  
  background-color: #333333;
}



#sidemenu ul{
  margin-left: 0px;
  margin-top: 0px;
  
  padding-left: 0px;
  
  border-top: 1px solid #000000;
}

#sidemenu li{

  margin-left: 0;
  
  list-style: none;
  
  width: 200px;
  height: 45px;/*全てを含めた高さの設定*/
  
  font-family: "ＭＳ Ｐ明朝",serif;
  
  font-size: 1;/**IE用ハック**/
  vertical-align: bottom;/**IE用ハック**/
  
  border-bottom: 1px solid #000000;
}



#sidemenu ul li a{
  width: 180px;
  height: 16px;
  
  text-decoration: none;
  display: block;
  font-size: 13px;
  
  background-image: url(menubottun.jpg);
  background-repeat: no-repeat;
  
  font-family: "ＭＳ Ｐ明朝",serif;
  color: #ffffff;
  
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px; 
  
  
  
  zoom: 1;/**IE用ハック**/
}


#sidemenu ul li a:hover{
  background-color: #696969;
  
  background-image: url(menubottun2.jpg);
  color: #ffffff;
}


#sidemenu a img{
  border-style: none;
}




/**----サイドボックスの設定----**/
/**見出しあり**/
.sidebox1{
  width: 170px;
  
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;

  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 10px;

  border: 1px solid #ffcc99;
}

.sidebox1 h3{
  margin-top: 0;
  
  padding-top: 4px;
  padding-left: 0px;
  padding-bottom: 2px;
  
  text-align: center;
  
  font-size: 14px;
  
  background-color: #ffcc99;
}

.sidebox1 p{
  font-size: 12px;
  
  margin-top: 0px;
  margin-left: 10px;
  
  margin-bottom: 0px;
  
  color: #696969;
}


/**見出しなし**/
.sidebox2{
  width: 170px;
  
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;

  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 15px;

  border: 1px solid #ffcc99;
}

.sidebox2 p{
  font-size: 12px;
  
  margin-top: 0px;
  margin-left: 10px;
  
  margin-bottom: 0px;
  
  color: #696969;
}


/**メルマガ用**/
.side-mmagz{
  width: 170px;
  
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;

  padding-left: auto;
  padding-right: auto;
  padding-top: 10px;
  padding-bottom: 15px;
}






/**-----メイン-----**/
#main{
  float: left;

  width: 650px;
  height: auto;
  
  margin-top: 0px;
  
  background-color: #ffffff;
}






/**-----コンテンツの設定-----**/

/**枠なし網掛けなし**/
.con1{
  width: 600px;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 15px;

  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
}

h2{
  border-bottom: 1px dotted #696969;
  
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 0px;

  color: #696969;
  font-size: 22px;
  font-weight: bold;
}

#main .con1 p{
  font-size: 18px;
  
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 0px;
  
  color: #000000;
}



.con2{
  width: 550px;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 15px;

  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  
  border: 1px solid #cccccc;
}



/**フォームの設定**/
form{
  text-align: left;
}

.fo{
  width: 340px;

  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  
  margin-top: 12px;
  margin-left: 10px;
  margin-bottom: 5px;
  
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  
  background-color: #696969;
}



/**-----フッタメニュー-----**/
#footermenu{
  clear: both;
  
  text-align: center;
  
  width: 850px;
  height: auto;
  
  margin-top: 0px;
  margin-left: 0px;
  
  padding-top: 10px;
  
  background-color: #cccccc;
}

#footermenu p a{
font-size: 12px;
}

#footermenu a{
  text-decoration: none;
}

#footermenu a:hover{
  text-decoration: underline;
}



/**-----フッタ-----**/
#footer{
  clear: both;
  
  width: 850px;
  height: auto;
  
  margin-top: 0px;

  padding-top: 15px;
  padding-bottom: 15px;


  font-size: 12px;
  text-align: center;
  
  background-image: url();
  
  
  background-color: #cccccc;
}





/**-----フッタロゴ-----**/
#footerlogo{
  width: 850px;
  height: 50px;
  
  text-align: center;
}

#footerlogo a img{
  border-style: none;
}
