body{
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 700px;
  color: #333;
  background: #fff;
  font-size: 100%;
  padding-top: 0;
}

* {
  font-family: "Lucida Grande", Verdana, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", IPAPGothic, sans-serif;
  font-size: 100%;
  line-height: 180%;
  letter-spacing: 1.2pt;
}

a {
color: #0c3;
background-color: transparent;
text-decoration:none;
border-bottom:none;
}
a:visited {
  color: #06f;
  background-color: transparent;
}
a:hover, a:focus {
  color: #666;
  background-color: #FFFF00;
  text-decoration: none;
}

img a {
text-decoration:none;
border-bottom: none;
}

/* IE6用 */
*html hr {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(http://www.buddha-girl.com/hr.jpg) inside;
}
hr {
clear:both;
border:0;
height: 20px;
margin: 5px 0;
background: #fff url(images/line.gif) no-repeat top left;
}

p{
margin: 10px 0 10px 0;
}
.eng{
font-size: 90%;
color: #999;
margin: -5px 0 0 0;
}
.clear{
clear:both;
}

.img_right{
float: right;
margin: 10px 0 10px 10px;
}

.img_left{
float: left;
margin: 10px 10px 10px 0 ;
}


/* ■GLOBAL　WRAPPER ***************************************************** */
#wrapper {
position: relative;
margin: 0px auto;
padding: 0 0 0 0;
width: 700px;
z-index: 1;
}
#skip-link {
position: absolute;
left: -9999px;
}

h1{
font-size: 70%;
margin: 0;
text-align:right;
font-weight: normal;
color: #ccc;
}
h2{
margin: 30px 0 20px 0px;
padding: 10px 0;
text-align:center;
background: #FFFD00;
clear:both;
}
h3{
text-align: center;
margin-bottom: 30px;
}
p{
margin: 10px 0 20px 0;
}
.col_left{
float: left;
width: 340px;
margin-right: 20px;
}
.col_right{
float: left;
width: 340px;
}
.box{
clear: both;
border: 1px #ccc solid;
margin: 20px 0;
padding: 10px 20px;
}

.books{
margin: 10px 0 0 0;
}
.books p{
font-size: 95%;
line-height: 150%;
margin: 5px 0 0 0;
}
.books p a strong{
line-height: 150%;
}
.ex{
font-size:85%;
}
.copyright{
margin-top: 40px;
font-size:85%;
text-align:center;
}