html {
	scrollbar-track-color:#fff;
	scrollbar-face-color:#039;
	scrollbar-shadow-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#fff;
}
body {
	background:#fff;
	color:#000;
}

a img{
	border:none;
}

a:link { text-decoration:none; color:#4169e1; }
a:visited { text-decoration:none; color:#9400d3; }
a:active {
	text-decoration:underline;
	color:#ff0000;
	position:relative;
	top:1px;
	left:1px;
}
a:hover {
	text-decoration:underline;
	color:#ff0000;
	position:relative;
	top:1px;
	left:1px;
}

h1 {
	text-align:center;
}
.MasterComment {
	width:600px;
	position:relative;
	margin:1em auto;
	text-align:left;
	font-size:80%;
}
.article {
	margin:1em auto;
	width:671px;
	height:541px;
	background:URL(parts/note.jpg);
	overflow:hidden;
	position:relative;
}
.NaviLink a{
	font-size:90%;
	font-family:monospace;
}
.NaviLink {
	position:absolute;
	width:240px;
	height:30px;
}
#LinkAreaA {
	top:38px;
	left:50px;
	text-align:left;
}
#LinkAreaB {
	top:38px;
	left:380px;
	text-align:right;
}
#LinkAreaC {
	top:482px;
	left:50px;
	text-align:left;
}
#LinkAreaD {
	position:absolute;
	top:482px;
	left:380px;
	text-align:right;
}

.entry {
	position:absolute;
	width:240px;
	height:80px;
	overflow:hidden;
}
#E5 { top:80px; left:50px;}
#E6 { top:180px; left:50px;}
#E7 { top:280px; left:50px;}
#E8 { top:380px; left:50px;}
#E1 { top:80px; left:380px;}
#E2 { top:180px; left:380px;}
#E3 { top:280px; left:380px;}
#E4 { top:380px; left:380px;}

.entry div {
	position:absolute;
	overflow:auto;
	font-size:80%;
}
.entry .file {
	top:0;
	left:0;
	width:80px;
	height:80px;
	text-align:center;
	overflow:hidden;
	font-size:70px;
}
.entry .file img{
	vertical-align:middle;
}
.entry .date {
	top:2px;
	left:87px;
	width:155px;
	height:18px;
	font-family:monospace;
	font-size:75%;
}
.entry .profile {
	top:20px;
	left:87px;
	width:155px;
	height:18px;
}
.entry .comment {
	top:38px;
	left:87px;
	width:155px;
	height:42px;
}



.ope {
	margin:2em auto;
	width:600px;
	text-align:center;
}
.footer {
	margin:1em auto;
	width:600px;
	text-align:right;
	border-top:solid 1px #f99;
	padding-top:0.2em;
	font-family:monospace;
	font-size:80%;
}


input,textarea,select {
	font-size:80%;
	font-family:monospace;
}


h2 {
	font-size:100%;
	position:absolute;
	top:40px;
	left:50px;
	width:240px;
	height:20px;
	text-align:center;
}
.item {
	position:absolute;
	left:50px;
	width:240px;
	height:1.5em;
}
.item label {
	position:absolute;
	top:2px;left:0;
	display:block;
	font-family:monospace;
}
#i_file {top:80px;}
#i_comment {top:110px;}
#i_name {top:180px;}
#i_email {top:210px;}
#i_url {top:240px;}
#i_pass {top:280px;}
#i_button {top:340px;text-align:right;}
#i_detail {top:380px;text-align:left;font-size:80%;}
#i_detail dt {
	margin:0.3em 0 0 1em;
	padding:0;
}
#i_detail dd {
	margin:0.1em 0 0 2.5em;
	padding:0;
}
.item .field{
	position:absolute;
	top:2px;left:80px;
	width:155px;
	font-size:80%;
	font-family:monospace;
	border:solid 1px #ccc;
	background:#fff;
	color:#000;
}
.item textarea{
	position:absolute;
	top:2px;left:80px;
	width:155px;
	height:44px;
	font-size:70%;
	font-family:sans-serif;
	background:#fff;
	color:#000;
	border:solid 1px #ccc;
}
#i_button input{
	position:static;
	width:70px;
	cursor:pointer;
	border:solid 1px #ccc;
	background:#fff;
	color:#000;
}
#i_file_check {
	position:absolute;
	top:80px;
	left:380px;
	width:240px;
}
#i_image {
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:80px;
	text-align:center;
	overflow:hidden;
	font-size:70px;
}
#i_image img{
	vertical-align:middle;
}
#i_image_dt {
	position:absolute;
	top:2px;
	left:87px;
	width:155px;
	height:18px;
	font-family:monospace;
	font-size:75%;
}

