@charset "Shift_JIS";

/*--page--*/

body {
    background-color: #fbfaf5;   /*--生成り色--*/
    font-family: "Yu Gothic", "Meiryo", sans-serif; 
    font-size: 13px;
    color: #475950;  /*--革色--*/
    letter-spacing: 0.2em; }

/*--page end--*/



/*--link--*/

a:link {
   color: #6b7b6e; }
a:visited {
   color: #97a791;    /*--深川鼠--*/ }
a:hover {
   color: #eaf4fc;   /*--月白--*/
   background-color: #59b9c6;  /*--新橋色--*/
   border-radius: 15px;}
a {
   text-decoration: none; }

/*--link end--*/



/*--title--*/

h1.title{  /*--作品名--*/
    font-size: 15px; }

/*--title end--*/



/*--wrapper(本文)--*/

.bun{
    width: 90%;/* 全体の幅はここで変更 */
    margin: 10px auto;
    padding: 10px;
    text-align: left;
    line-height: 170%;
    letter-spacing: 0.1em; }

/*--wrapper(本文)終わり--*/

