
*{margin:0;pading:0;}

BODY {
	background-color: #FFFFCC;
	margin:0 0 0 0;
	padding:5px;
}

#ZENTAI{
	width:956px;
	margin:0 auto;
	background: url(myimages/back.gif) repeat-y center;
	background-color: #FFFFFF;
	padding: 0;
}
#HEADER{
	background: url(myimages/header.gif) no-repeat;
	margin:0;
	padding: 0;
	height:55px;
}

#navi {
	float:right;
	margin-right:10px;
}

#HEADER p{
	margin: 5px 30px 0 0;
	padding: 0;
}

#HEADER h1{
	text-indent: -9999px;
	margin:0;
	height:29px;
}
#MENU{
	height:29px;
	width:956px;
	float:left;
	background: url(myimages/btn6.gif) no-repeat right;
}
#MENU li{
}

#MENU li .a{
	background: url(myimages/btn1.gif) no-repeat;
	width: 72px;
	float:left;
}
#MENU li .b{
	background: url(myimages/btn2.gif) no-repeat;
	width: 95px;
	float:left;
}
#MENU li .c{
	background: url(myimages/btn3.gif) no-repeat;
	width: 101px;
	float:left;
}
#MENU li .d{
	background: url(myimages/btn4.gif) no-repeat;
	width: 104px;
	float:left;
}
#MENU li .e{
	background: url(myimages/btn5.gif) no-repeat;
	width: 82px;
	float:left;
}

#MENU ul { 
	list-style-type : none; 
}
#MENU li {
	display: inline;
}

#MENU h2{
	background: url(myimages/btn0.gif) no-repeat left;
	text-indent: -9999px;
	width:137px;
	height:29px;
	float:left;
}

#MENU a:hover {
	background-position:0px -29px;

}

#MENU a {
	display:block; 
	overflow:hidden;
	height:0px;
	padding-top:29px;
}

#MAIN{
	background: url(myimages/butaf.gif) no-repeat;
	clear: both;
}
#MAIN .intro{
	margin:0px 10px 10px 137px;
}

#MAIN h2{
	background-color:#fda;
	color:#731;
	border:color:#530
	border-left-color: #f60; /* 左枠の色 */
	padding: 2px 0px 1px 16px; /* 余白の幅 */
	border-style: solid; /* 枠の種類 */
 	border-width: 0px 1px 1px 30px; /* 枠の幅 */
	font-size:110%;
	margin: 10px 50px;
}
#MAIN p{
	margin: 0px 75px;
}

#FOOTER{
	padding: 0;
	margin:0px;
	background: url(myimages/footer.gif) no-repeat bottom;
	padding:10px;
}
#FOOTER p{
	border-style: double none; /* 枠の種類 */
	border-color: #FF6600; /* 枠の色 */
	border-width: 4px; /* 枠の幅 */
	text-align: center; /* テキストの配置 */
	line-height: 120%; /* 行の高さ */
}
