﻿/* @charset "utf-8"; */

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	color: #666;
	text-align: center;
	margin:0;
	padding:0;
}


a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

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;
}

.yohaku{
margin-top:30px;
margin-bottom:50px;
}


