@import url("header.css");

@import url("footer.css");

@import url("leftblocks.css");

@import url("rightblocks.css");

@import url("centerblocks.css");

@import url("centerblocks_products.css");

@import url("centerblocks_mypage.css");





body{

  margin:0;

  padding:0;

  font-size:100%;
  
  line-height: 120%;

}

img{

  border-width:0px;

}

form{

  display:inline;

}

input{

  color:#000;

}

input.active{

  color:#36c;

}

a,a:link{

  color:#070;

}

a:visited{

  color:#042;

}

a:hover{

  color: #ff8000;
  
}

a:hover img {
-moz-opacity:0.8;
opacity:0.8;
filter: alpha(opacity=80);
}

/*------------------------------------------------------------*/

#layout{

  margin:auto;

  width:1210px;

  background-color:#fff;

}



/*------------------------------------------------------------*/

/*共通*/

/*写真枠*/

div.photoframe{

  margin:10px 0;

}

/*注意メッセージ*/

div.caution{

  margin:20px;

  text-align:center;

  border-top:#f00 solid 1px;

  border-bottom:#f00 solid 1px;

  background-color:#fee;

  font-size:120%;

  font-weight:bold;

  color:#f00;

}

/*メッセージ*/

div.message{

  margin:20px;

  padding:10px;

  text-align:center;

  border-top:#99a solid 1px;

  border-bottom:#99a solid 1px;

  background-color:#eef;

  font-size:100%;

  color:#000;

}



/*------------------------------------------------------------*/



