body {
	text-align: center;
	margin: 0px auto;
	background-color: #fff;  
	color: #857f87;
}

table {
	font-family: arial; 
	text-align: justify;
	margin: 0px auto;
}

#content{
	width: 700px;
	padding: 0px;
	margin: 10px auto; 
	line-height: 140%;
	font-family: arial; 
	font-size: 12px; 
}
#top{
	width: 100%;
	height: 325px;
	margin: 0px auto; 
	background-image: url(shitsuji_bg.jpg);
	background-position: top center;
}

#footer {
	width: 100%;
	padding: 10px 0px;
	line-height: 15px;
	font-size: 11px;
	font-family: arial;
	text-align: center;
	margin: 0px auto;
}

p {margin: 5px 10px 15px 10px; text-align: justify;}

.siblings {
	float: left;
	margin: 9px 5px 1px 0px;
	filter: alpha(opacity=80);
	moz-opacity: .80;
	opacity: .80;
	border: 5px solid #ffe7ad;
}
.siblings:hover {
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
}
.middle {
	border: 5px solid #ffe7ad;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #977c81;
}
.online {
	border: 5px solid #ffe7ad;
	margin: 2px;
	filter: alpha(opacity=80);
	moz-opacity: .80;
	opacity: .80;
}
.online:hover {
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
}
.project {
	margin: 11px 75px;  
	padding: 10px; 
	color: #605a63;
	line-height: 19px;
	text-align: justify;
	background-color: #eef6f6;
	border-bottom: 12px solid #ffe7ad;
}
.box {
	margin: 11px 75px;  
	padding: 7px; 
	color: #847589;
	line-height: 19px;
	text-align: center;
	background-color: #eef6f6;
	border: 0px solid #bfbbc0;
}
.box:hover {
	background-color: #ffe7ad;
}

i {color: #3f3046;}
em {color: #aa5433;}
b {font-weight: normal; font-family: courier new; text-transform: uppercase; color: #5e303c;}

h1 {
	font-family: Rockwell, Courier New;
	font-size: 17px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin: 5px 10px 5px 30px;
	color: #73617c;
	letter-spacing: 5px;
	text-align: left;
	text-transform: uppercase;
	}
h2 {
	font-family: Courier New;
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin: -6px 10px 5px 110px;
	color: #a394a8;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
	}
h3 {
	font-family: Courier New;
	font-size: 18px;
	font-weight: normal;
	color: #847589;
	padding: 0px;
	margin: 5px 0px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 1em;
	text-transform: uppercase;
	}
h4 {
	font-family: Courier New;
	font-size: 9px;
	font-weight: normal;
	color: #847589;
	padding: 0px;
	margin: 5px 0px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 1em;
	text-transform: uppercase;
	}

blockquote {
	margin: 11px 120px; 
	padding: 10px; 
	color: #867f80;
	line-height: 19px;
	text-align: justify;
	background: url(shitsuji_bg.jpg);
}

blockquote.sib {
	margin: 15px 80px; 
	padding: 10px; 
	color: #867f80;
	line-height: 19px;
	text-align: justify;
	background: #fff;
	border-bottom: 12px solid #fdf4de;
}

a {color: #f95953; text-decoration: none;}
a:hover { color: #000; text-decoration: none; cursor: help;}