@charset "utf-8";
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form 
{
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

*{
	margin: 0;
	padding:0;
	}
	
html{
	overflow-y:scroll;
	}

a {
	text-decoration: none;
	 }	

body{
	font-size: 100%;
	}

/* 文字 */
h1{
	font-size: 180%;
	font-weight: bold;
	color:#ffffff;
	padding: 12px;
	padding-left: 36px;
	}


p{
	font-size: 120%;
	color: #ffffff;
	padding-left:24px;
}

/* 入れ子 */
#container{
	width: 800px;
	height: 864px;
	margin: 0 auto;センタリング
	}

#ue{
	width:797px;
	height: 300px;
	border: 2px solid #ffffff;
	}

#sita{
	width: 800px;
	height: 564px;
}


/* メニュー */
	
#menu{
	width:800px;
	height:25px;
	background-color: #990000;
	}

#menu ul {
	background-color: #990000;
	}

#menu ul li {
	float: left;
	display:block;
	width: 198px;
	height: 25px;
	border: 1px solid #ffffff;
	text-align: center;
	color:#ffffff;
	font-size:110%;
	} 

#menu ul li a{
	float: left;
	display:block;
	width: 198px;
	height: 24px;
	border: 1px solid #ffffff;
	text-align: center;
	color:#ffffff;
	font-size:110%;
	} 

#menu ul li a:hover{
	background-color: #006600;
	color: #ffffff;
	} 
	
/* ここまでメニュー */

#santa{
	width:797px;
	height:537px;
	background-image:url(sitaa.jpg);
background-repeat:no-repeat;
background-position:center;
border: 2px solid #ffffff;
border-top: 4px solid #ffffff;
}


