@charset "UTF-8";
/* CSS Document */
body
{
	font-family:'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif;
        background-color:#fffefe; 
        color:#999;
	margin-right: auto;
	margin-left: auto;
　　　　　padding-right: 24px;
　　　　　padding-left: 24px;
        padding-top: 24px;
	padding-bottom: 36px;
	width: 272px;
        background-image: url("sakura.png");
        background-repeat: no-repeat;
}
	
h1
{
        font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
        color:#666;
        margin:0  auto;
        margin-top: 0px;
        margin-bottom:72px;
}

h1
{
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

h2, h3
{
        font-family: 'Sacramento', cursive;
        color:#999;
        margin:0;
}

.font1
{
        font-family: 'Sacramento', cursive;
}

#more
{       
        display:none;
        margin-bottom: 36px;
        border: solid 1px #999;
        padding: 0 12px 12px;
}

#contents
{
        margin-top: -6px;
        margin-bottom: 2px;
        padding-top: 24px;
	padding-bottom: 72px;
}

#contents p
{
        font-family: 'Quicksand', sans-serif;
}

ol
{
	list-style-type: none;
        margin: 12px 0 48px -48px;
        font-family: 'Quicksand', sans-serif;
}

ul
{
	list-style-type: none;
        margin: 0 0 48px;
        font-family: 'Quicksand', sans-serif;
}

li
{
        display: inline-block;
}

.new
{
        color:#ff1493;
}

#footer
{
	margin-top: -12px;
        text-align: center;
        border-top:solid;
	border-width: 1px;
        color:#ccc;
}

/*フォントサイズ*/
h1
{
	font-size:48px;
        text-align: center;
}

h2
{
	font-size:24px;
}

h3
{
	font-size:18px;
        text-align: center;
}

.font1
{
	font-size:18px;
}

p
{
	font-size:13px;
        line-height: 1;
        text-align: center;
}

#more p.left, .s
{
        text-align: justify;
        text-justify: distribute-all-lines;
        font-size:12px;
        line-height: 1.5;
}

ol
{
        font-size:16px;
        text-align: center;
}

ul
{
        line-height: 1.5;
        font-size:12px;
}

#footer p
{
	font-size:12px;
}


/*リンク関係*/
#contents li a:link
{/*リンクされた文字の色*/
    color:#ff9999;
	background-color:#fff;
	text-decoration:none;
	padding:2px 4px;
        opacity:0.65;
}
#contents li a:visited
{/*訪問後の色*/
    color:#ff9999;
	text-decoration:none;
}
#contents li a:hover
{/*カーソルを合わせたときの色*/
    color:#ff9999;
	text-decoration:none;
}
#contents li a:active
{/*クリック中の色*/
    color:#ff9999;
	text-decoration:none;
}

#contents p a:link, #contents p a:visited, #contents p a:hover, #contents p a:active
{/*リンクされた文字の色*/
    color:#999;
    text-decoration:none;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active 
{
    color:#ccc;
	text-decoration:none;
}