/* トップページ */

body {
	background-image: url(../img/gingum_bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
.sample{
width:100%;
text-align:center;
}
.sample img{
display:inline-block;
vertical-align:middle;
margin:5px 0;
padding:10px;
}
#area ul li{
display:inline;
}
h1 {
	padding: 10px 0;
	background: #000;
	font-size: 18px;
	text-align: center;
	margin:0;
	color:#fff;
	text-shadow:
	0 0 4px #fff,
	0 0 8px #fff,
	0 0 12px #fff,
	0 0 18px #ff00de,
	0 0 22px #ff00de,
	0 0 28px #ff00de,
	0 0 36px #ff00de;
	letter-spacing:4px;
}
h2{
text-align:center;
margin:0;
padding:0;
}
.on{
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
.on:hover{
opacity:0.4;
filter:alpha(opacity=60);
}
footer{ width:100%; height:128px; bottom:0; border-top:dotted 1px #999; text-align:center; font-size:12px; padding-top:12px; margin-top:10px; clear:left;}




	