@charset "shift_jis";
a {
	font-size: 56px;
	background: White;
	display: inline-block;
	border-radius: 15px 15px 15px 15px / 15px 15px 15px 15px;
	margin: 10px 10px;
	padding: 50px 50px;
	color: DarkOliveGreen;}
a:hover {
	color: DarkSeaGreen;
	text-decoration: none;}

body {
	font-size: 48px;
	width: 100%;
/*	color: DarkSlateGray;
	margin: 1px;
	padding: 1px;*/
	text-align: left;
	font: "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	background-color: Honeydew;
	background-image: url(img/background.gif);
	background-size: 540px; }

#head {
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
/*	height: 120px; */
	overflow: hidden;
	position: relative;}
#head h1 {
	font-size: 64px;
	font-weight: normal;
	text-align: left;
	text-shadow:1px 1px 1px Honeydew;
	position: relative;
	top: 0px;
	left: 0px;
	right: 1px;
	color: DarkSlateGray;}
#head h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, Tahoma, 'ＭＳ Ｐゴシック', Osaka;
	text-shadow:2px 2px 5px Honeydew;
	position: relative;
	top: 0px;
	left: 0px;
	color: DarkSlateGray;}
#head h3 {
	font-size: 64px;
	font-weight: normal;
	position: fixed;
	top: 10px;
	right: 5px;
	color: DarkOliveGreen;}

#main {
	width: 100%;
	float: left;
	display: inline;
/*	margin-right: 1px;
	margin-top: 2px;
	padding-bottom: 1px; */}
#main h2 {
	font-size: 64px;
	font-weight: bold;
	color: White;
/*	background: url(img/line.jpg) repeat; */
	line-height: 60px;
	height: 60px;
/*	padding-left: 100px; */
	margin-top: 20px;
	margin-bottom: 2px;
	overflow: hidden;
	text-shadow:3px 3px 10px DarkSlateGray;}
#main p {
	padding: 0.5em 10px 1em;}
#main dt {
	font-weight: bold;}

ul.accordion {
	background:mintcream; width:80%; margin:0 auto 30px; padding:10px; font-size:32px;}
ul.accordion a {
	display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:DarkOliveGreen; font-weight:bold;}
ul.accordion span {
	display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:DarkOliveGreen; font-weight:bold;}
ul.accordion ul {
	display:none;}
ul.accordion > li {
	background: -moz-linear-gradient(top, azure, palegreen); background: -webkit-gradient(linear, left top, left bottom, from(azure), to(palegreen));}
ul.accordion > li > p {
	background: -moz-linear-gradient(top, azure, mediumseagreen); background: -webkit-gradient(linear, left top, left bottom, from(azure), to(palegreen));cursor:pointer;}
ul.accordion > li > p span {
	background-image:url(../img/open.png);}
ul.accordion > li > p span.open {
	background-image:url(../img/close.png);}
ul.accordion > li > ul > li {
	background:lightgreen; border-bottom:1px solid ivory;}
ul.accordion > li > ul > li > p {
	background:lightgreen;}
ul.accordion > li > ul > li > a {
	background:url(../img/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li {
	background:lightgreen; border-bottom:1px dotted ivory;}
ul.accordion > li > ul > li > ul > li:last-child {
	border:none;}
}

#footer {
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid DarkSlateGray;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 10px;
	clear: both;
	width: 400px;}
#footer address {
	font-style: normal;}

}
