/*
*/
html {
	scrollbar-track-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-shadow-color:#999;
	scrollbar-highlight-color:#999;
	scrollbar-arrow-color:#999;
}
body {
	background:#fff;
	color:#600;
	line-height:1.4;
	font-size:95%;
	text-align:center;
}
a:link { text-decoration:underline; color:#996633; }
a:visited { text-decoration:underline; color:#996633; }
a:active { text-decoration:underline; color:#996633; }
a:hover { text-decoration:underline; color:#996633; }
a img {border:none;}

#L1 {
	width:600px;
	margin:0 auto 0 auto;
	padding-top:24px;
}

#Header p{
	text-align:right;
	font-size:85%;
	font-family:monospace;
	width:600px;
	margin:0 auto 1em auto;
	border-bottom:1px solid #999;
}
h1 {
	font-size:120%;
	font-weight:normal;
	text-align:center;
	font-family:monospace;
	letter-spacing:0.5em;
	color:#c00;
	margin:2em 0 1em 0;
}
#MasterComment {
	font-size:80%;
	width:600px;
	text-align:left;
	margin:0 auto;
}

#RegistForm {
	text-align:left;
	background:#fff url(parts/bg.jpg) right bottom no-repeat;
	border:1px solid #f9c;
	width:500px;
	padding:10px 5px 10px 25px;
	margin:0 auto 0 auto;
}
#RegistForm .item{
	clear:both;
	margin-top:0.1em;
	margin-bottom:0.1em;
	padding:0;
}
#RegistForm .label{
	font-family:monospace;
	display:block;
	text-align:right;
	width:4.5em;
	padding-right:0.5em;
	float:left;
}
#RegistForm .field{
	display:block;
	float:left;
	background:transparent;
	border:1px solid #999;
	font-size:90%;
	font-family:monospace;
}
#RegistForm #item_comment{
	width:400px;
	height:150px;
	background:#fff right center no-repeat;
}
#RegistForm #SubmitButton {
	height:2.5em;
	text-align:center;
}
#RegistForm #SubmitButton input{
	margin-top:1em;
	position:static;
}

#icon #photos{
	font-size:90%;
	border:1px solid #999;
	width:400px;
	height:80px;
	overflow:auto;
	background:#fff;
	position:relative;
}
#photos label{
	display:block;
	width:72px;
	height:72px;
	position:relative;
	cursor:pointer;
	float:expression('left');
}
#photos img{
	position:absolute;
	top:2px;
	left:2px;
}
#photos input{
	position:absolute;
	top:6px;
	left:3px;
	border:none;
}


#Article {
	margin:0 auto 2em auto;
	padding:0;
	text-align:left;
	width:600px;
}
#Article form{
	margin-top:2.5em;
	border:1px solid #999;
}
#Article .Entry {
	background:#fff URL() right bottom no-repeat;
	width:585px;
	padding:5px;
}
#Article .SubEntry {
	border-top:1px solid #ccc;
}
#Article h2 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	letter-spacing:0.2em;
}
#Article .Profile {
	margin:0;
	font-size:95%;
}
#Article .no,#Article .date {
	font-family:monospace;font-size:90%;
}

#Article .comment {
	line-height:1.5;
	padding:0.5em;
}
.tenpu {
	text-align:center;
}
.ClipImage {
	font-size:80%;
}
.ClipImage img{
	position:relative;
	top:-2px;
	vertical-align:middle;
}
.ResBlock {
	margin:0;
	text-align:center;
	border-top:1px solid #ccc;
	padding:0.5em;
	background:#fff;
}
.ResBlock input {
	background:transparent;
	border:1px solid #999;
	font-size:90%;
	font-family:monospace;
}


.PageNavi {
	font-family:monospace;
}
.PageNavi a:link,.PageNavi a:visited{
	text-decoration:none;
}
.PageNavi a:active,.PageNavi a:hover{
	text-decoration:underline;
}
#PageFooter {
	margin:2em 0 2em 0;
	font-size:80%;
	font-family:monospace;
}
.PageNavi input,.Ope input,.PageNavi select,.Ope select{
	background:transparent;
	border:1px solid #999;
	font-size:90%;
	font-family:monospace;
}
.button {
	background:transparent;
	border:1px solid #999;
	font-size:90%;
	font-family:monospace;
	cursor:pointer;
}

.quote{
	color:#c63;
	font-style:normal;
}
.cmnt {
	font-size:85%;
	color:#060;
}

div.counter{display :none;}
