@charset "shift_jis";
* {
	margin: 0px;
	padding: 0;
	border: none;
	list-style: none;
	color: #333;
	font-size: 13px;
	line-height: 150%;
}

body {
	background: #fff;
	height:100%;
	width:80%;
	margin:0px auto;
	text-align: center;
}

a:link {
	color: #3c3;
	text-decoration:none;
}
a:visited {
	color: #3c3;
	text-decoration: none;
}
a:hover {
	background: #3c3;
	color: #fff;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 10px;
	font-size: 14em;
}


#ent {
	text-align: center;
	height:100%;
	width: 550;
	min-height: 100%;
}
body > #ent {
    height: auto;
}
.waku1 {
	padding: 45px 10px;
	border: 5px ridge #696;
}

#main {
	text-align: center;
	height:100%;
	width: 550;
	padding: 60px 10px;
	border: 5px ridge #696;
	min-height: 100%;
}
body > #main {
    height: auto;
}

#com {
	padding: 10px 10px;
	width: 320;
	border: 3px double #696;

}

.intro {
	width: 500;
	padding: 10px 10px;
	border: 3px double #696;
	text-align: left;
}

.title {
	padding: 40px 5px;
	font-size: 14px;
	color: #399;
}

.f30 { color: #f30; }
.palas { color: #36c; }
.sofia { color: #f60; }
.reid { color: #993; }
.ruis { color: #933; }
.avi { color: #969; }