﻿@font-face
{
font-family: mplus-1p-regular;
src: url('../rounded-l-mplus-1p-regular.ttf')
     format("truetype");
}
*{
	margin:0;
	padding:0;
}
body{
	background-color:#f6f6f6;
/*	background-image:url('../img/kumatama-246.png');*/
}
h1{
	font-size:220%;
	line-height:50px;
	padding-left:15px;
	font-family: 'Patrick Hand', cursive;
	text-shadow:1px 1px 2px #cccccc;
	border-bottom:1px solid #cccccc;
}
/*-id-----------------------------------*/
#page{
	width:900px;
	height:600px;
	margin:30px auto 10px;
/*	background-color:#f6f6f6;*/
	background-image:url('../img/kumatama-246.png');
}
#main{
	width:700px;
	height:600px;
	float:left;
}

