@charset "UTF-8";

body {
	margin:0;
	padding:0;
	height:100%;
	font: normal normal normal small/normal "Times New Roman",Times,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝";
}

h1 {
	margin: 10px 0;
	font-weight: 900;
	font-size: x-large;
}

h2 {
	font-weight: 800;
	font-size: large;
}

h3 {
	font-weight: 700;
	font-size: larger;
}

h4 {
	font-weight: 600;
	font-size: larger;
}

h5 {
	font-weight: 500;
	font-size: larger;
}

h6 {
	font-weight: normal;
}

a:link { color: rgb(0,0,0); text-decoration: none; }
a:visited { color: rgb(0,0,0); text-decoration: none; }
a:active { color: rgb(0,204,204); text-decoration: none; }
a:hover { color: rgb(0,204,204); text-decoration: none; }

a img { border-width: 0; }

body#entrance {
	color: rgb(51,51,51);
	background-color: rgb(255,255,255);
	background-image: url("./images/rakka.jpg");
	background-repeat: no-repeat;
	margin: 280px 80px 10px;
}

#entrance h1 span.logo1 {
	position: relative;
	top: 0;
	left: -10px;
	font-weight: 900;
	font-size: 100px;
	z-index: 1;
}

#entrance h1 span.logo2 {
	position: relative;
	top: 22px;
	left: -110px;
	font-weight: 900;
	font-size: 60px;
	color: rgb(0,204,204);
	z-index: 2;
}

body#mail {
	color: rgb(51,51,51);
	background-color: rgb(255,255,255);
	background-image: url("");
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 20px 50px 20px 20px;
}

#mail div.cell {
	clear: both;
	background-image: url("");
	background-repeat: repeat;
	margin: 0 0 20px 0;
	padding: 20px;
	width: 520px;
	border-top: rgb(51,51,51) 1px solid;
	border-right: rgb(51,51,51) 1px solid;
	border-bottom: rgb(51,51,51) 1px solid;
	border-left: rgb(51,51,51) 1px solid;
}
