@charset "UTF-8";
/* CSS Document */
tml,body {
    height: 100%;
	margin: 0px;}

body {
    font-size: 100%;
    line-height: 160%;
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    text-align: center;
    background:#CBFF01;}
ul{list-style: none} 
#container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-align: left;
    background:#CBFF01;}
 
body > #container {
    height: auto;}


.itsumonoshiitakechan{
	display:block;
	list-style:none;
	background:#CBFF01;
	width:900px;
	height:1000px;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.modolbox{
	display:block;
	width: 180px;
	height: 180px;
	padding:10px;
	position: absolute;
	top: 700px;
	left: 100px;}

.button01 a{
	display:block !important;
	width:100px;
	height:100px;
	background-image:url("modoru.png");
	background-repeat:no-repeat;}





