* {
  margin : 0;
  padding : 0;
  font-style : normal;
}

body{
  margin : 0px auto;
  padding : 0px;
  font-size : 14px;
  background-color : #ffffff;
  color : #666666;
  line-height : 160%;
  text-align : center; 
}
a:link{
  text-decoration : none;
  font-size : 13px;
  color: #333333;
  border-bottom : 1px dashed #cccccc;
}
a:visited{
  text-decoration : none;
  font-size : 13px;
  color: #333333;
  border-bottom : 1px dashed #cccccc;
}
a:active{
  text-decoration : none;
  font-size : 13px;
  color: #333333;
  border-bottom : 1px dashed #cccccc;
}
a:hover{
  color : #cccccc;
  border-bottom : 1px solid #dc143c;
  position:relative;
  bottom : 2px;
  right : 2px;
}
#love{
  margin : 30px auto 0px;
  padding : 0px 10px 0px;
  position : relative;
  width : 680px;
  text-align : center; 
}
div.menu{
  float : left;
  margin : 30px auto 30px;
  padding : 0px 10px 0px;
  position : relative;
  width : 400px;
  text-align : center; 
}

div.twit{
  float : left;
  margin : 30px auto 30px;
  padding : 0px 10px 0px;
  position : relative;
  width : auto;
  text-align : center; 
}
h1{
  margin : 0px 0px 20px 0px;
  padding : 0px; 
  width : 100%;
  height : 25px;
  font-size : 12px;
  background-color : #ffffff;
  background-image : url(http://onelove.to/img_onelove/onelove_title.gif);
  background-repeat : no-repeat;
  background-position : 50% 50%;
}
h1 span{
  margin-left : -5000px;
}
img.hato{
  margin : 3px 2px 0px 0px;
  padding : 0px;
  vertical-align : top;
}
dl dt{
  margin : 10px 0px 0px 5px;
  padding : 10px 0px 5px 0px;
  width : 350px;
  height : auto;
  font-weight : bold;
  text-align : left; 
}
ul li{
  margin : 0px 0px 0px 100px;
  padding : 0px 0px 5px 0px;
  width : 350px;
  height : auto;
  color : #dc143c;
  text-align : left; 
}
div.footer{
  clear : both;
  margin-top : 30px;
  margin-left : auto;
  margin-right : auto;
  padding-bottom : 20px;
  width : 80%;
  text-align : center;
}
hr{
  margin : 0px 0px 5px 0px;
  width : 100%;
  color : #ccc;
  border : 0;
  height : 1px;
  background-color : #ccc;
}


/* エラー表示 */

div.er{
  margin : 0px auto 10px;
  padding : 20px 0px 20px 0px;
  color : #000000;
  font-size : 18px;
  font-weight : bold;
  border : 2px solid #dc143c;
  width : 300px;
  text-align : center; 
}
div.site{
  margin : 20px auto 0px;
  padding : 0px;
  font-size : 12px;
  color : #666666;
  font-weight : normal;
}


