* {
	margin: 0px;
	padding: 0px;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
}

/* BODY•”‘S‘Ì*/
body{
	background-color:black;
	color: #4283ff;
}

div#title_area{
	width: 1000px;
	font-size: 22px;
	background-color: #191919;
	padding: 5px 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-box-shadow: 0 0 50px #666666;
	box-shadow: 0 0 50px #666666;
/*	font-family: 'Original Surfer', cursive; */
	font-family: 'Michroma', sans-serif;
}
div#container2{
	width: 1000px;
	font-size:14px;
	background-color: #191919;
	padding: 15px 40px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 50px #666666;
	box-shadow: 0 0 50px #666666;
	color: #9ab5dc;
}
#top_design{
	color: pink;
	font-size: 16px;
	font-weight: bold;
}
#menu_design{
	color: #7a95ac;
	font-size: 16px;
	font-weight: bold;
}

/* ƒiƒrƒQ[ƒVƒ‡ƒ“ */
#navi {
	width: 100%;
	background-color: #333333;
	text-align: center;
	font-size: 20px;
	color: white;
}
#navi a {
	text-decoration: none;
	color: white;
	line-height: 50px;
	height: 50px;
}

/* ƒtƒbƒ^[ */
footer{
	color: #888888;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	border-top: solid 1px #aaaaaa;
}