@charset "UTF-8";
/* CSS Document */
body
{
	font-family:'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif;
        background-color:#a1d8e2 ; 
        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("fot.png");
        background-repeat: no-repeat;
        background-position: center top
}
	
h1
{
        font-family: 'Caveat', cursive;
        color:#fff;
        border-bottom: solid;
        border-width: 5px;
        margin-top: 0px;
        margin-bottom:120px;
　　　　　transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
        opacity:0.75;
}

#more
{       
        display:none;
        margin-bottom: 72px;
}

#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: 24px 0 48px;
        font-family: 'Quicksand', sans-serif;
}

li
{
        text-align: center;
        margin-left: -36px;
        margin-bottom: 18px;
}

.new
{
        color:#ff1493;
}

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

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

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

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

ol
{
        line-height: 1.5;
}

li
{
	font-size:13px;
}

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


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

}
