/* ■スタイルシート// Copyright&copy; earthly-p.com All rights reserved  */

/* 基本設定 -------------------------------------------------------*/

body {
  font-family : "Meiryo UI";
  font-size : 14px;
  color : #4E4854;
  background-color : none;
  margin : 0px;
  text-align : center;
}

a:link {
  font-size : 14px;
  color : #4E4854;
  font-family : "Meiryo UI";
  text-decoration : none;
  font-weight : 100;
}
a:active {
  font-size : 14px;
  color : #4E4854;
  font-family : "Meiryo UI";
  text-decoration : none;
  font-weight : 100;
}
a:visited {
  font-size : 14px;
  color : #4E4854;
  font-family : "Meiryo UI";
  text-decoration : none;
  font-weight : 100;
}
a:hover {
  font-size : 14px;
  color : #4E4854;
  font-family : "Meiryo UI";
  text-decoration : underline;
  font-weight : 100;
}

img {
  border : 0px;
  vertical-align : middle;
}

/* レイアウト設定 -------------------------------------------------------*/
#whole {
  width : 700px;
  margin : auto;
}

/* header部分 -------------------------------------------------------*/
#header {
  width : 700px;
  height : 100px;
  background-image : url("http://www.wife-room.net/image/header.jpg");
  padding : 0;
  margin : 0;
  text-align : center;
}
#header h1 a {
  padding : 0;
  margin-top : 20px;
  font-size : 20px;
  color : #BE1E3E;
  font-family : "Meiryo UI";
  text-decoration : none;
  font-weight : normal;
  letter-spacing : 1px;
  text-align:center;
}

#mail {
  width : 600px;
  margin : 25px auto;
  background-color : #ffffff;
  text-align : center;
}
#mail p {
  text-align : center;
  font-size : 14px;
  color : #4E4854;
  font-family : "Meiryo UI";
  text-decoration : none;
  font-weight : 100;
  line-height:25px;
}
#footer {
  width : 700px;
  border-top : 5px solid #C2BFEC;
  background-color : none;
  clear : both;
  text-align : center;
  padding : 20px 20px 0px;
}

/* top部分 -------------------------------------------------------*/

#top {
  width : 700px;
  margin : 0;
  text-align : right;
  background-color : #fafafa;
  border-bottom : 1px solid #f0f0f0;
}

#top ul {
  margin : 0;
  padding : 0;
}
#top li {
  vertical-align : middle;
  list-style-type : none;
  float : right;
}
#top li a {
  display : block;
  padding : 5px 15px;
  line-height : 30px;
  border-left : 1px dotted #a0a0a0;
  color : #909090;
  text-declration : none;
  text-align : center;

}
#top li a:hover {
  background-color : #c0c0c0;
  color : #505050;
}

/*footer部分 -------------------------------------------------------*/

#footer h3 {
  font-size : 14px;
  color : #262626;
  font-family : "Meiryo UI";
  text-decoration : none;
  font-weight : normal;
}
#footer h3 a {
   font-size : 14px;
  color : #4E4854;
  font-family : "Meiryo UI";
  text-decoration : underline;
  font-weight : normal;
}
#footer h3 a:hover {
  font-size : 14px;
  color : #C71585;
  text-decoration : underline;
  font-weight : normal;
}
