@charset "utf-8";

body{
/* 	color: #14a73c; */
}

#contentsArea{
	height:1170px; /* ページ高：45の倍数を使用してください */
}

#contents h1{
	position: relative;
	top:30px;
	background-image:url(../img/donnaMidashi.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 351px;
	height: 31px;
}

#contents p{
	margin-top:80px;
}


#button{
	margin:40px 0 0 24px;
	width: 540px;
	height:104px;
}

#button li{
	float:left;
	width:270px;
	height:104px;
	list-style-type: none;
}

#button li a{
	display: block;
	text-indent: -9999px;
	width:100%;
	height:100%;
	background-image: url(../img/donnaButton.png);
}

#button01 a { background-position: 0 0;}
#button02 a { background-position: -270px 0;}

#button01 a:hover { background-position: 0 -104px;}
#button02 a:hover { background-position: -270px -104px;}

#button01 a:active { background-position: 0 -208px;}
#button02 a:active { background-position: -270px -208px;}


#photo01{
	text-align: center;
	margin-top: 40px;
}
